public class PCEPNotification extends PCEPMessage
log, messageBytes| Constructor and Description | 
|---|
PCEPNotification()
Construct new PCEP Notification Message 
 | 
PCEPNotification(byte[] bytes)
Create a new PCEP Notification Message from a byte array 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addNotify(Notify notify)  | 
void | 
decode()
Decode the PCEP Notification Message 
 | 
void | 
encode()
Encode PCEP Notification Message 
 | 
boolean | 
equals(Object obj)  | 
Notify | 
getNotify(int index)  | 
LinkedList<Notify> | 
getNotifyList()  | 
int | 
hashCode()  | 
void | 
setNotifyList(LinkedList<Notify> notifyList)  | 
encodeHeader, getBytes, getLength, getMessageType, getMessageType, getVer, setMessageLength, setMessageTypepublic PCEPNotification()
public PCEPNotification(byte[] bytes)
                 throws PCEPProtocolViolationException
bytes - PCEPProtocolViolationExceptionpublic void encode()
            throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic void decode()
            throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic Notify getNotify(int index)
public void addNotify(Notify notify)
public LinkedList<Notify> getNotifyList()
public void setNotifyList(LinkedList<Notify> notifyList)
public int hashCode()
hashCode in class PCEPMessagepublic boolean equals(Object obj)
equals in class PCEPMessageCopyright © 2016. All rights reserved.