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 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionparseType(io.netty.buffer.ByteBuf buffer) voidserializeType(FlowspecType fsType, io.netty.buffer.ByteBuf output)  
- 
Field Details
- 
PORT_VALUE
public static final int PORT_VALUE- See Also:
 
 
 - 
 - 
Constructor Details
- 
FSPortHandler
public FSPortHandler() 
 - 
 - 
Method Details
- 
serializeType
- Specified by:
 serializeTypein interfaceFlowspecTypeSerializer
 - 
parseType
- Specified by:
 parseTypein interfaceFlowspecTypeParser
 
 -