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