Class FSIpv4SourcePrefixHandler
java.lang.Object
org.opendaylight.protocol.bgp.flowspec.handlers.FSIpv4SourcePrefixHandler
- All Implemented Interfaces:
FlowspecTypeParser
,FlowspecTypeSerializer
public final class FSIpv4SourcePrefixHandler
extends Object
implements FlowspecTypeParser, FlowspecTypeSerializer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparseType
(io.netty.buffer.ByteBuf buffer) void
serializeType
(FlowspecType value, io.netty.buffer.ByteBuf output)
-
Field Details
-
SOURCE_PREFIX_VALUE
public static final int SOURCE_PREFIX_VALUE- See Also:
-
-
Constructor Details
-
FSIpv4SourcePrefixHandler
public FSIpv4SourcePrefixHandler()
-
-
Method Details
-
serializeType
- Specified by:
serializeType
in interfaceFlowspecTypeSerializer
-
parseType
- Specified by:
parseType
in interfaceFlowspecTypeParser
-