public class PCEPIntiatedLSP extends PCEPConstruct
bytes, length, log| Constructor and Description | 
|---|
PCEPIntiatedLSP()  | 
PCEPIntiatedLSP(byte[] bytes,
               int offset)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
decode(byte[] bytes,
      int offset)  | 
void | 
encode()  | 
boolean | 
equals(Object obj)  | 
Bandwidth | 
getBandwidth()  | 
EndPoints | 
getEndPoint()  | 
ExplicitRouteObject | 
getEro()  | 
LSP | 
getLsp()  | 
SRP | 
getRsp()  | 
SRP | 
getSrp()  | 
int | 
hashCode()  | 
void | 
setBandwidth(Bandwidth bandwidth)  | 
void | 
setEndPoint(EndPoints endPoint)  | 
void | 
setEro(ExplicitRouteObject ero)  | 
void | 
setLsp(LSP lsp)  | 
void | 
setRsp(SRP rsp)  | 
void | 
setSrp(SRP srp)  | 
String | 
toString()  | 
getBytes, getLength, setBytes, setLengthpublic PCEPIntiatedLSP()
public PCEPIntiatedLSP(byte[] bytes,
                       int offset)
                throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic Bandwidth getBandwidth()
public void setBandwidth(Bandwidth bandwidth)
public void encode()
            throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic void decode(byte[] bytes,
                   int offset)
            throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic SRP getRsp()
public void setRsp(SRP rsp)
public SRP getSrp()
public void setSrp(SRP srp)
public LSP getLsp()
public void setLsp(LSP lsp)
public ExplicitRouteObject getEro()
public void setEro(ExplicitRouteObject ero)
public EndPoints getEndPoint()
public void setEndPoint(EndPoints endPoint)
public int hashCode()
hashCode in class PCEPConstructpublic boolean equals(Object obj)
equals in class PCEPConstructCopyright © 2016. All rights reserved.