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, setMessageTypepublic PCEPTELinkConfirmation()
public PCEPTELinkConfirmation(byte[] bytes)
                       throws PCEPProtocolViolationException
bytes - Bytes of the messagePCEPProtocolViolationExceptionpublic int getLSPid()
public void setLSPid(int lSPid)
public 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.