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
Fields Modifier and Type Field Description static int
DESTINATION_PORT_VALUE
-
Constructor Summary
Constructors Constructor Description FSDestinationPortHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowspecType
parseType(io.netty.buffer.ByteBuf buffer)
void
serializeType(FlowspecType fsType, io.netty.buffer.ByteBuf output)
-
-
-
Field Detail
-
DESTINATION_PORT_VALUE
public static final int DESTINATION_PORT_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
serializeType
public void serializeType(FlowspecType fsType, io.netty.buffer.ByteBuf output)
- Specified by:
serializeType
in interfaceFlowspecTypeSerializer
-
parseType
public FlowspecType parseType(io.netty.buffer.ByteBuf buffer)
- Specified by:
parseType
in interfaceFlowspecTypeParser
-
-