public class PCEPTELinkConfirmation extends PCEPMessage
log, messageBytes
Constructor and Description |
---|
PCEPTELinkConfirmation()
Construct new PCEP CLOSE Message
|
PCEPTELinkConfirmation(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) |
int |
getLSPid() |
Path |
getPath() |
int |
hashCode() |
void |
setLSPid(int lSPid) |
void |
setPath(Path path) |
encodeHeader, getBytes, getLength, getMessageType, getMessageType, getVer, setMessageLength, setMessageType
public PCEPTELinkConfirmation()
public PCEPTELinkConfirmation(byte[] bytes) throws PCEPProtocolViolationException
bytes
- Bytes of the messagePCEPProtocolViolationException
public int getLSPid()
public void setLSPid(int lSPid)
public void encode() throws PCEPProtocolViolationException
PCEPProtocolViolationException
public Path getPath()
public void setPath(Path path)
public int hashCode()
hashCode
in class PCEPMessage
public boolean equals(Object obj)
equals
in class PCEPMessage
Copyright © 2016. All rights reserved.