public class RSVPHopIPv4 extends RSVPHop
Modifier and Type | Field and Description |
---|---|
protected double |
logicalInterfaceHandle |
protected Inet4Address |
next_previousHopAddress |
bytes, classNum, cType, length
Constructor and Description |
---|
RSVPHopIPv4() |
RSVPHopIPv4(Inet4Address next_previousHopAddress,
int logicalInterfaceHandle) |
Modifier and Type | Method and Description |
---|---|
void |
decode() |
void |
decode(byte[] bytes,
int offset) |
void |
decodeHeader() |
void |
encode()
Generic method to encode an RSVP element
|
void |
encodeHeader()
Common RSVP Objects Header encoding method
|
double |
getLogicalInterfaceHandle() |
Inet4Address |
getNext_previousHopAddress() |
void |
setLogicalInterfaceHandle(double logicalInterfaceHandle) |
void |
setNext_previousHopAddress(Inet4Address next_previousHopAddress) |
decodeHeader, getBytes, getClassNum, getClassNum, getcType, getcType, getLength, getLength, setBytes, setClassNum, setcType, setLength
protected Inet4Address next_previousHopAddress
protected double logicalInterfaceHandle
public RSVPHopIPv4()
public RSVPHopIPv4(Inet4Address next_previousHopAddress, int logicalInterfaceHandle)
public void encodeHeader()
RSVPObject
encodeHeader
in class RSVPHop
public void encode()
RSVPElement
encode
in interface RSVPElement
encode
in class RSVPHop
public void decodeHeader()
decodeHeader
in class RSVPHop
public Inet4Address getNext_previousHopAddress()
public void setNext_previousHopAddress(Inet4Address next_previousHopAddress)
public double getLogicalInterfaceHandle()
public void setLogicalInterfaceHandle(double logicalInterfaceHandle)
Copyright © 2016. All rights reserved.