| Modifier and Type | Field and Description |
|---|---|
static byte |
ST_TYPE
draft-ietf-pce-segment-routing-03 section 5.3.2.
|
| Constructor and Description |
|---|
PcepNaiUnnumberedAdjacencyIpv4(int localNodeId,
int localInterfaceId,
int remoteNodeId,
int remoteInterfaceId)
Constructor to initialize all the member variables.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte |
getType()
To get the ST type of the NAI information.
|
int |
hashCode() |
static PcepNaiUnnumberedAdjacencyIpv4 |
of(int localNodeId,
int localInterfaceId,
int remoteNodeId,
int remoteInterfaceId)
Returns PCEP Nai Unnumbered Adjacency Ipv4 object.
|
static PcepNaiUnnumberedAdjacencyIpv4 |
read(org.jboss.netty.buffer.ChannelBuffer bb)
Reads from channel buffer and return object of PcepNAIUnnumberedAdjacencyIpv4.
|
String |
toString() |
int |
write(org.jboss.netty.buffer.ChannelBuffer bb)
To write the object information to channelBuffer.
|
public static final byte ST_TYPE
public PcepNaiUnnumberedAdjacencyIpv4(int localNodeId,
int localInterfaceId,
int remoteNodeId,
int remoteInterfaceId)
localNodeId - local node idlocalInterfaceId - local interface idremoteNodeId - remote node idremoteInterfaceId - remote interface idpublic static PcepNaiUnnumberedAdjacencyIpv4 of(int localNodeId, int localInterfaceId, int remoteNodeId, int remoteInterfaceId)
localNodeId - local node idlocalInterfaceId - local interface ifremoteNodeId - remote node idremoteInterfaceId - remote interface idpublic byte getType()
PcepNaipublic int write(org.jboss.netty.buffer.ChannelBuffer bb)
PcepNaipublic static PcepNaiUnnumberedAdjacencyIpv4 read(org.jboss.netty.buffer.ChannelBuffer bb)
bb - of type channel bufferCopyright © 2015. All rights reserved.