public interface PcepEndPointsObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PcepEndPointsObject.Builder
Builder interface with get and set functions to build EndPoints object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDestIpAddress()
Returns Destination IpAddress from End Points Object.
|
int |
getSourceIpAddress()
Returns Source IpAddress from End Points Object.
|
void |
setDestIpAddress(int destIpAddress)
Sets Destination IpAddress in End Points Object.
|
void |
setSourceIpAddress(int sourceIpAddress)
Sets Source IpAddress in End Points Object.
|
int |
write(org.jboss.netty.buffer.ChannelBuffer bb)
Writes the EndPointsObject into channel buffer.
|
int getSourceIpAddress()
void setSourceIpAddress(int sourceIpAddress)
sourceIpAddress - Source IP Addressint getDestIpAddress()
void setDestIpAddress(int destIpAddress)
destIpAddress - Destination IP Addressint write(org.jboss.netty.buffer.ChannelBuffer bb) throws PcepParseException
bb - channel bufferPcepParseException - while writing EndPointObject into ChannelBuffer