Class FSIcmpCodeHandler
java.lang.Object
org.opendaylight.protocol.bgp.flowspec.FSIcmpCodeHandler
- All Implemented Interfaces:
 FlowspecTypeParser,FlowspecTypeSerializer
public final class FSIcmpCodeHandler
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
- 
ICMP_CODE_VALUE
public static final int ICMP_CODE_VALUE- See Also:
 
 
 - 
 - 
Constructor Details
- 
FSIcmpCodeHandler
public FSIcmpCodeHandler() 
 - 
 - 
Method Details
- 
serializeType
- Specified by:
 serializeTypein interfaceFlowspecTypeSerializer
 - 
parseType
- Specified by:
 parseTypein interfaceFlowspecTypeParser
 
 -