public class PCEPInitiate extends PCEPMessage
| Modifier and Type | Field and Description | 
|---|---|
protected LinkedList<PCEPIntiatedLSP> | 
pcepIntiatedLSPList  | 
messageBytes| Constructor and Description | 
|---|
PCEPInitiate()  | 
PCEPInitiate(byte[] bytes)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
decode()  | 
void | 
encode()  | 
boolean | 
equals(Object obj)  | 
LinkedList<PCEPIntiatedLSP> | 
getPcepIntiatedLSPList()  | 
int | 
hashCode()  | 
void | 
setPcepIntiatedLSPList(LinkedList<PCEPIntiatedLSP> pcepIntiatedLSPList)  | 
String | 
toString()  | 
encodeHeader, getBytes, getLength, getMessageType, getMessageType, getVer, setMessageLength, setMessageTypeprotected LinkedList<PCEPIntiatedLSP> pcepIntiatedLSPList
public PCEPInitiate()
public PCEPInitiate(byte[] bytes)
             throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic void encode()
            throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic void decode()
            throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic LinkedList<PCEPIntiatedLSP> getPcepIntiatedLSPList()
public void setPcepIntiatedLSPList(LinkedList<PCEPIntiatedLSP> pcepIntiatedLSPList)
public int hashCode()
hashCode in class PCEPMessagepublic boolean equals(Object obj)
equals in class PCEPMessageCopyright © 2016. All rights reserved.