public abstract class EndPoints extends PCEPObject
Base abstract class for representing EndPoints Object.
There are currently two implemented classes, IPv4 and IPv6, as defined in RFC 5440
From RFC 5440 Section 7.6. END-POINTS Object The END-POINTS object is used in a PCReq message to specify the source IP address and the destination IP address of the path for which a path computation is requested. The P flag of the END-POINTS object MUST be set. If the END-POINTS object is received with the P flag cleared, the receiving peer MUST send a PCErr message with Error-Type=10 and Error-value=1. The corresponding path computation request MUST be cancelled by the PCE without further notification.
Ibit, log, object_bytes, ObjectClass, ObjectLength, OT, Pbit, Res
Constructor and Description |
---|
EndPoints() |
EndPoints(byte[] bytes,
int offset) |
decode, decode, decodeHeader, encode_header, encode, equals, getBytes, getLength, getObject_bytes, getObjectClass, getObjectClass, getObjectLength, getObjectType, getOT, getRes, hashCode, isIbit, isPbit, setIbit, setObject_bytes, setObjectClass, setObjectLength, setOT, setPbit, setRes, supportedObject
public EndPoints()
public EndPoints(byte[] bytes, int offset) throws MalformedPCEPObjectException
MalformedPCEPObjectException
Copyright © 2016. All rights reserved.