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, setMessageType
public PCEPTELinkTearDownSuggestion()
public PCEPTELinkTearDownSuggestion(byte[] bytes) throws PCEPProtocolViolationException
bytes
- Bytes of the messagePCEPProtocolViolationException
public int getLSPid()
public void setLSPid(int lSPid)
public void encode() throws PCEPProtocolViolationException
PCEPProtocolViolationException
public EndPoints getEndPoints()
public void setEndPoints(EndPoints endPoints)
public int hashCode()
hashCode
in class PCEPMessage
public boolean equals(Object obj)
equals
in class PCEPMessage
Copyright © 2016. All rights reserved.