public class RSVPHopIPv6 extends RSVPHop
Modifier and Type | Field and Description |
---|---|
protected int |
logicalInterfaceHandle |
protected Inet6Address |
next_previousHopAddress |
bytes, classNum, cType, length
Constructor and Description |
---|
RSVPHopIPv6() |
RSVPHopIPv6(Inet6Address 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
|
int |
getLogicalInterfaceHandle() |
Inet6Address |
getNext_previousHopAddress() |
void |
setLogicalInterfaceHandle(int logicalInterfaceHandle) |
void |
setNext_previousHopAddress(Inet6Address next_previousHopAddress) |
decodeHeader, getBytes, getClassNum, getClassNum, getcType, getcType, getLength, getLength, setBytes, setClassNum, setcType, setLength
protected Inet6Address next_previousHopAddress
protected int logicalInterfaceHandle
public RSVPHopIPv6()
public RSVPHopIPv6(Inet6Address 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 Inet6Address getNext_previousHopAddress()
public void setNext_previousHopAddress(Inet6Address next_previousHopAddress)
public int getLogicalInterfaceHandle()
public void setLogicalInterfaceHandle(int logicalInterfaceHandle)
Copyright © 2016. All rights reserved.