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