Class FSIpv6FlowLabelHandler
- java.lang.Object
-
- org.opendaylight.protocol.bgp.flowspec.FSIpv6FlowLabelHandler
-
- All Implemented Interfaces:
FlowspecTypeParser
,FlowspecTypeSerializer
public final class FSIpv6FlowLabelHandler extends Object implements FlowspecTypeParser, FlowspecTypeSerializer
-
-
Constructor Summary
Constructors Constructor Description FSIpv6FlowLabelHandler()
-
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)
-
-
-
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
-
-