Class FSPortHandler
- java.lang.Object
 - 
- org.opendaylight.protocol.bgp.flowspec.FSPortHandler
 
 
- 
- All Implemented Interfaces:
 FlowspecTypeParser,FlowspecTypeSerializer
public final class FSPortHandler extends Object implements FlowspecTypeParser, FlowspecTypeSerializer
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intPORT_VALUE 
- 
Constructor Summary
Constructors Constructor Description FSPortHandler() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowspecTypeparseType(io.netty.buffer.ByteBuf buffer)voidserializeType(FlowspecType fsType, io.netty.buffer.ByteBuf output) 
 - 
 
- 
- 
Field Detail
- 
PORT_VALUE
public static final int PORT_VALUE
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
serializeType
public void serializeType(FlowspecType fsType, io.netty.buffer.ByteBuf output)
- Specified by:
 serializeTypein interfaceFlowspecTypeSerializer
 
- 
parseType
public FlowspecType parseType(io.netty.buffer.ByteBuf buffer)
- Specified by:
 parseTypein interfaceFlowspecTypeParser
 
 - 
 
 -