public interface PcepErrorInfo
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PcepErrorInfo.Builder
Builder interface with get and set functions to build ErrorInfo.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<Integer> |
getErrorType()
Returns Error Type in PCEP-ERROR Object.
|
LinkedList<Integer> |
getErrorValue()
Returns Error Value in PCEP-ERROR Object.
|
boolean |
isErrorInfoPresent()
Returns whether error info list is present or not.
|
void |
read(org.jboss.netty.buffer.ChannelBuffer bb)
Reads from channel buffer for TE and RP objects.
|
void |
write(org.jboss.netty.buffer.ChannelBuffer bb)
Writes byte stream of PCEP error info to channel buffer.
|
boolean isErrorInfoPresent()
void read(org.jboss.netty.buffer.ChannelBuffer bb) throws PcepParseException
bb - of channel bufferPcepParseException - while parsing Error info part.void write(org.jboss.netty.buffer.ChannelBuffer bb)
throws PcepParseException
bb - of type channel bufferPcepParseException - while writing Error info part into Channel Buffer.LinkedList<Integer> getErrorValue()
LinkedList<Integer> getErrorType()
Copyright © 2015. All rights reserved.