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, setVerspublic RSVPResvTearMessage()
public RSVPResvTearMessage(byte[] bytes,
int length)
bytes - length - public void encodeHeader()
encodeHeader in class RSVPMessagepublic void encode()
throws RSVPProtocolViolationException
RSVPElementencode in interface RSVPElementencode in class RSVPMessageRSVPProtocolViolationExceptionpublic void decode()
throws RSVPProtocolViolationException
decode in class RSVPMessageRSVPProtocolViolationExceptionpublic 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.