Class FSPacketLengthHandler
java.lang.Object
org.opendaylight.protocol.bgp.flowspec.FSPacketLengthHandler
- All Implemented Interfaces:
FlowspecTypeParser
,FlowspecTypeSerializer
public final class FSPacketLengthHandler
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
-
PACKET_LENGTH_VALUE
public static final int PACKET_LENGTH_VALUE- See Also:
-
-
Constructor Details
-
FSPacketLengthHandler
public FSPacketLengthHandler()
-
-
Method Details
-
serializeType
- Specified by:
serializeType
in interfaceFlowspecTypeSerializer
-
parseType
- Specified by:
parseType
in interfaceFlowspecTypeParser
-