public class RSVPResvTearMessage extends RSVPMessage
bytes, flags, length, msgType, reserved, rsvpChecksum, sendTTL, vers
Constructor and Description |
---|
RSVPResvTearMessage() |
RSVPResvTearMessage(byte[] bytes,
int length) |
Modifier and Type | Method and Description |
---|---|
void |
decode() |
void |
encode()
Generic method to encode an RSVP element
|
void |
encodeHeader() |
LinkedList<FlowDescriptor> |
getFlowDescriptors() |
Integrity |
getIntegrity() |
RSVPHop |
getRsvpHop() |
Scope |
getScope() |
Session |
getSession() |
Style |
getStyle() |
void |
setFlowDescriptors(LinkedList<FlowDescriptor> flowDescriptors) |
void |
setIntegrity(Integrity integrity) |
void |
setRsvpHop(RSVPHop rsvpHop) |
void |
setScope(Scope scope) |
void |
setSession(Session session) |
void |
setStyle(Style style) |
calculateChecksum, decodeHeader, getBytes, getFlags, getLength, getMsgLength, getMsgType, getMsgType, getReserved, getRsvpChecksum, getSendTTL, getVers, setBytes, setFlags, setLength, setMsgType, setReserved, setRsvpChecksum, setSendTTL, setVers
public RSVPResvTearMessage()
public RSVPResvTearMessage(byte[] bytes, int length)
bytes
- length
- public void encodeHeader()
encodeHeader
in class RSVPMessage
public void encode() throws RSVPProtocolViolationException
RSVPElement
encode
in interface RSVPElement
encode
in class RSVPMessage
RSVPProtocolViolationException
public void decode() throws RSVPProtocolViolationException
decode
in class RSVPMessage
RSVPProtocolViolationException
public Integrity getIntegrity()
public void setIntegrity(Integrity integrity)
public Session getSession()
public void setSession(Session session)
public RSVPHop getRsvpHop()
public void setRsvpHop(RSVPHop rsvpHop)
public Scope getScope()
public void setScope(Scope scope)
public Style getStyle()
public void setStyle(Style style)
public LinkedList<FlowDescriptor> getFlowDescriptors()
public void setFlowDescriptors(LinkedList<FlowDescriptor> flowDescriptors)
Copyright © 2016. All rights reserved.