Class FSIpv6SourcePrefixHandler
- java.lang.Object
-
- org.opendaylight.protocol.bgp.flowspec.handlers.FSIpv6SourcePrefixHandler
-
- All Implemented Interfaces:
FlowspecTypeParser
,FlowspecTypeSerializer
public final class FSIpv6SourcePrefixHandler extends Object implements FlowspecTypeParser, FlowspecTypeSerializer
-
-
Field Summary
Fields Modifier and Type Field Description static int
SOURCE_PREFIX_VALUE
-
Constructor Summary
Constructors Constructor Description FSIpv6SourcePrefixHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowspecType
parseType(io.netty.buffer.ByteBuf buffer)
void
serializeType(FlowspecType value, io.netty.buffer.ByteBuf output)
-
-
-
Field Detail
-
SOURCE_PREFIX_VALUE
public static final int SOURCE_PREFIX_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
serializeType
public void serializeType(FlowspecType value, io.netty.buffer.ByteBuf output)
- Specified by:
serializeType
in interfaceFlowspecTypeSerializer
-
parseType
public FlowspecType parseType(io.netty.buffer.ByteBuf buffer)
- Specified by:
parseType
in interfaceFlowspecTypeParser
-
-