Class RouteOrigin4OctectASEcHandler
java.lang.Object
org.opendaylight.protocol.bgp.parser.spi.extended.community.Abstract4OctetAsExtendedCommunity
org.opendaylight.protocol.bgp.parser.impl.message.update.extended.communities.four.octect.as.specific.RouteOrigin4OctectASEcHandler
- All Implemented Interfaces:
ExtendedCommunityParser,ExtendedCommunitySerializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintProvides a sub-type of the extended community for which the serializer is registered.parseExtendedCommunity(io.netty.buffer.ByteBuf body) Parses the Extended Community value encoded in the buffer.voidserializeExtendedCommunity(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf body) Serializes Extended Community value to the buffer.Methods inherited from class org.opendaylight.protocol.bgp.parser.spi.extended.community.Abstract4OctetAsExtendedCommunity
getType
-
Constructor Details
-
RouteOrigin4OctectASEcHandler
public RouteOrigin4OctectASEcHandler()
-
-
Method Details
-
parseExtendedCommunity
Description copied from interface:ExtendedCommunityParserParses the Extended Community value encoded in the buffer.- Parameters:
body- ByteBuf- Returns:
- Decoded Extended Community value.
-
serializeExtendedCommunity
public void serializeExtendedCommunity(ExtendedCommunity extendedCommunity, io.netty.buffer.ByteBuf body) Description copied from interface:ExtendedCommunitySerializerSerializes Extended Community value to the buffer.- Parameters:
extendedCommunity- ExtendedCommuity to be encoded.body- The output buffer where the extended community is written.
-
getSubType
public int getSubType()Description copied from interface:ExtendedCommunitySerializerProvides a sub-type of the extended community for which the serializer is registered.- Returns:
- A sub-type of the extended community.
-