public class RSVPResvMessage extends RSVPMessage
Modifier and Type | Field and Description |
---|---|
protected LinkedList<FlowDescriptor> |
flowDescriptors |
protected Integrity |
integrity |
protected LinkedList<PolicyData> |
policyData |
protected ResvConfirm |
resvConfirm |
protected RSVPHop |
rsvpHop |
protected Scope |
scope |
protected Session |
session |
protected Style |
style |
protected TimeValues |
timeValues |
bytes, flags, length, msgType, reserved, rsvpChecksum, sendTTL, vers
Constructor and Description |
---|
RSVPResvMessage() |
RSVPResvMessage(byte[] bytes,
int length) |
Modifier and Type | Method and Description |
---|---|
void |
addFlowDescriptor(FFFlowDescriptor flowDescriptor) |
void |
decode() |
void |
encode()
Generic method to encode an RSVP element
|
void |
encodeHeader() |
LinkedList<FlowDescriptor> |
getFlowDescriptors() |
Integrity |
getIntegrity() |
LinkedList<PolicyData> |
getPolicyData() |
ResvConfirm |
getResvConfirm() |
RSVPHop |
getRsvpHop() |
Scope |
getScope() |
Session |
getSession() |
Style |
getStyle() |
TimeValues |
getTimeValues() |
void |
setFlowDescriptors(LinkedList<FlowDescriptor> flowDescriptors) |
void |
setIntegrity(Integrity integrity) |
void |
setPolicyData(LinkedList<PolicyData> policyData) |
void |
setResvConfirm(ResvConfirm resvConfirm) |
void |
setRsvpHop(RSVPHop rsvpHop) |
void |
setScope(Scope scope) |
void |
setSession(Session session) |
void |
setStyle(Style style) |
void |
setTimeValues(TimeValues timeValues) |
calculateChecksum, decodeHeader, getBytes, getFlags, getLength, getMsgLength, getMsgType, getMsgType, getReserved, getRsvpChecksum, getSendTTL, getVers, setBytes, setFlags, setLength, setMsgType, setReserved, setRsvpChecksum, setSendTTL, setVers
protected Integrity integrity
protected Session session
protected RSVPHop rsvpHop
protected TimeValues timeValues
protected ResvConfirm resvConfirm
protected Scope scope
protected LinkedList<PolicyData> policyData
protected Style style
protected LinkedList<FlowDescriptor> flowDescriptors
public RSVPResvMessage()
public RSVPResvMessage(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 void addFlowDescriptor(FFFlowDescriptor flowDescriptor)
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 TimeValues getTimeValues()
public void setTimeValues(TimeValues timeValues)
public ResvConfirm getResvConfirm()
public void setResvConfirm(ResvConfirm resvConfirm)
public Scope getScope()
public void setScope(Scope scope)
public LinkedList<PolicyData> getPolicyData()
public void setPolicyData(LinkedList<PolicyData> policyData)
public Style getStyle()
public void setStyle(Style style)
public LinkedList<FlowDescriptor> getFlowDescriptors()
public void setFlowDescriptors(LinkedList<FlowDescriptor> flowDescriptors)
Copyright © 2016. All rights reserved.