Class FSIpv6SourcePrefixHandler
java.lang.Object
org.opendaylight.protocol.bgp.flowspec.handlers.FSIpv6SourcePrefixHandler
- All Implemented Interfaces:
 FlowspecTypeParser,FlowspecTypeSerializer
public final class FSIpv6SourcePrefixHandler
extends Object
implements FlowspecTypeParser, FlowspecTypeSerializer
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionparseType(io.netty.buffer.ByteBuf buffer) voidserializeType(FlowspecType value, io.netty.buffer.ByteBuf output)  
- 
Field Details
- 
SOURCE_PREFIX_VALUE
public static final int SOURCE_PREFIX_VALUE- See Also:
 
 
 - 
 - 
Constructor Details
- 
FSIpv6SourcePrefixHandler
public FSIpv6SourcePrefixHandler() 
 - 
 - 
Method Details
- 
serializeType
- Specified by:
 serializeTypein interfaceFlowspecTypeSerializer
 - 
parseType
- Specified by:
 parseTypein interfaceFlowspecTypeParser
 
 -