public class PCEPTELinkSuggestion extends PCEPMessage
log, messageBytes| Constructor and Description | 
|---|
PCEPTELinkSuggestion()
Construct new PCEP CLOSE Message 
 | 
PCEPTELinkSuggestion(byte[] bytes)
Contructs and decodes new PCEP TELinkSuggestion Message from a byte array 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
encode()
Encode the PCEP Message 
 | 
boolean | 
equals(Object obj)  | 
Path | 
getPath()  | 
int | 
hashCode()  | 
void | 
setPath(Path path)  | 
encodeHeader, getBytes, getLength, getMessageType, getMessageType, getVer, setMessageLength, setMessageTypepublic PCEPTELinkSuggestion()
public PCEPTELinkSuggestion(byte[] bytes)
                     throws PCEPProtocolViolationException
bytes - Bytes of the messagePCEPProtocolViolationExceptionpublic void encode()
            throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic Path getPath()
public void setPath(Path path)
public int hashCode()
hashCode in class PCEPMessagepublic boolean equals(Object obj)
equals in class PCEPMessageCopyright © 2016. All rights reserved.