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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionparseType(io.netty.buffer.ByteBuf buffer) voidserializeType(FlowspecType fsType, io.netty.buffer.ByteBuf output) 
- 
Field Details- 
PORT_VALUEpublic static final int PORT_VALUE- See Also:
 
 
- 
- 
Constructor Details- 
FSPortHandlerpublic FSPortHandler()
 
- 
- 
Method Details- 
serializeType- Specified by:
- serializeTypein interface- FlowspecTypeSerializer
 
- 
parseType- Specified by:
- parseTypein interface- FlowspecTypeParser
 
 
-