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