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, setMessageType
public PCEPNotification()
public PCEPNotification(byte[] bytes) throws PCEPProtocolViolationException
bytes
- PCEPProtocolViolationException
public void encode() throws PCEPProtocolViolationException
PCEPProtocolViolationException
public void decode() throws PCEPProtocolViolationException
PCEPProtocolViolationException
public 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 PCEPMessage
public boolean equals(Object obj)
equals
in class PCEPMessage
Copyright © 2016. All rights reserved.