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