public class EndPointAndRestrictions extends PCEPConstruct
bytes, length, log| Constructor and Description | 
|---|
EndPointAndRestrictions()  | 
EndPointAndRestrictions(byte[] bytes,
                       int offset)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
decode(byte[] bytes,
      int offset)  | 
void | 
encode()  | 
boolean | 
equals(Object obj)  | 
EndPoint | 
getEndPoint()  | 
LinkedList<EndpointRestriction> | 
getEndpointRestrictionList()  | 
LinkedList<EndpointRestriction> | 
getEndPointRestrictionList()  | 
int | 
hashCode()  | 
void | 
setEndPoint(EndPoint EndPoint)  | 
void | 
setEndpointRestrictionList(LinkedList<EndpointRestriction> endpointRestrictionList)  | 
void | 
setEndPointRestrictionList(LinkedList<EndpointRestriction> EndPointRestrictionList)  | 
getBytes, getLength, setBytes, setLengthpublic EndPointAndRestrictions()
public EndPointAndRestrictions(byte[] bytes,
                               int offset)
                        throws MalformedPCEPObjectException
MalformedPCEPObjectExceptionpublic void encode()
            throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic void decode(byte[] bytes,
                   int offset)
            throws MalformedPCEPObjectException
MalformedPCEPObjectExceptionpublic EndPoint getEndPoint()
public void setEndPoint(EndPoint EndPoint)
public LinkedList<EndpointRestriction> getEndPointRestrictionList()
public void setEndPointRestrictionList(LinkedList<EndpointRestriction> EndPointRestrictionList)
public LinkedList<EndpointRestriction> getEndpointRestrictionList()
public void setEndpointRestrictionList(LinkedList<EndpointRestriction> endpointRestrictionList)
public int hashCode()
hashCode in class PCEPConstructpublic boolean equals(Object obj)
equals in class PCEPConstructCopyright © 2016. All rights reserved.