public class AssistedUnicastEndpoints extends PCEPConstruct
bytes, length, log| Constructor and Description | 
|---|
AssistedUnicastEndpoints()  | 
AssistedUnicastEndpoints(byte[] bytes,
                        int offset)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
encode()  | 
boolean | 
equals(Object obj)  | 
EndPoint | 
getDestinationEndPoint()  | 
LinkedList<EndPoint> | 
getDestinationEndPointsList()  | 
EndPoint | 
getSourceEndPoint()  | 
LinkedList<EndPoint> | 
getSourceEndPointsList()  | 
int | 
hashCode()  | 
void | 
setDestinationEndPointsList(LinkedList<EndPoint> destinationEndPointsList)  | 
void | 
setEndPoint(EndPoint sourceEndPoint)  | 
void | 
setSourceEndPoint(EndPoint sourceEndPoint)  | 
void | 
setSourceEndPointsList(LinkedList<EndPoint> sourceEndPointsList)  | 
getBytes, getLength, setBytes, setLengthpublic AssistedUnicastEndpoints()
public AssistedUnicastEndpoints(byte[] bytes,
                                int offset)
                         throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic void encode()
            throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic EndPoint getSourceEndPoint()
public void setSourceEndPoint(EndPoint sourceEndPoint)
public EndPoint getDestinationEndPoint()
public void setEndPoint(EndPoint sourceEndPoint)
public LinkedList<EndPoint> getSourceEndPointsList()
public void setSourceEndPointsList(LinkedList<EndPoint> sourceEndPointsList)
public LinkedList<EndPoint> getDestinationEndPointsList()
public void setDestinationEndPointsList(LinkedList<EndPoint> destinationEndPointsList)
public int hashCode()
hashCode in class PCEPConstructpublic boolean equals(Object obj)
equals in class PCEPConstructCopyright © 2016. All rights reserved.