Class SourceActiveADHandler
java.lang.Object
org.opendaylight.protocol.bgp.mvpn.impl.nlri.AbstractMvpnNlri<SourceActiveADCase>
org.opendaylight.protocol.bgp.mvpn.impl.nlri.SourceActiveADHandler
- All Implemented Interfaces:
 MvpnParser<SourceActiveADCase>,MvpnSerializer<SourceActiveADCase>
https://tools.ietf.org/html/rfc6514#section-4.5.
- Author:
 - Claudio D. Gasparini
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionparseMvpn(io.netty.buffer.ByteBuf buffer) Decode input buffer to BGP Mvpn.protected io.netty.buffer.ByteBufMethods inherited from class org.opendaylight.protocol.bgp.mvpn.impl.nlri.AbstractMvpnNlri
getClazz, getType, serializeMvpn 
- 
Constructor Details
- 
SourceActiveADHandler
public SourceActiveADHandler() 
 - 
 - 
Method Details
- 
parseMvpn
Description copied from interface:MvpnParserDecode input buffer to BGP Mvpn.- Parameters:
 buffer- encoded Mvpn body in Bytebuf- Returns:
 - Mvpn
 
 - 
serializeBody
- Specified by:
 serializeBodyin classAbstractMvpnNlri<SourceActiveADCase>
 
 -