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, setLengthprotected Inet6Address next_previousHopAddress
protected int logicalInterfaceHandle
public RSVPHopIPv6()
public RSVPHopIPv6(Inet6Address next_previousHopAddress, int logicalInterfaceHandle)
public void encodeHeader()
RSVPObjectencodeHeader in class RSVPHoppublic void encode()
RSVPElementencode in interface RSVPElementencode in class RSVPHoppublic void decodeHeader()
decodeHeader in class RSVPHoppublic Inet6Address getNext_previousHopAddress()
public void setNext_previousHopAddress(Inet6Address next_previousHopAddress)
public int getLogicalInterfaceHandle()
public void setLogicalInterfaceHandle(int logicalInterfaceHandle)
Copyright © 2016. All rights reserved.