public class PCEPTELinkTearDownSuggestion extends PCEPMessage
log, messageBytes| Constructor and Description | 
|---|
PCEPTELinkTearDownSuggestion()
Construct new PCEP CLOSE Message 
 | 
PCEPTELinkTearDownSuggestion(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)  | 
EndPoints | 
getEndPoints()  | 
int | 
getLSPid()  | 
int | 
hashCode()  | 
void | 
setEndPoints(EndPoints endPoints)  | 
void | 
setLSPid(int lSPid)  | 
encodeHeader, getBytes, getLength, getMessageType, getMessageType, getVer, setMessageLength, setMessageTypepublic PCEPTELinkTearDownSuggestion()
public PCEPTELinkTearDownSuggestion(byte[] bytes)
                             throws PCEPProtocolViolationException
bytes - Bytes of the messagePCEPProtocolViolationExceptionpublic int getLSPid()
public void setLSPid(int lSPid)
public void encode()
            throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic EndPoints getEndPoints()
public void setEndPoints(EndPoints endPoints)
public int hashCode()
hashCode in class PCEPMessagepublic boolean equals(Object obj)
equals in class PCEPMessageCopyright © 2016. All rights reserved.