Class SourceTreeJoinHandler
java.lang.Object
org.opendaylight.protocol.bgp.mvpn.impl.nlri.AbstractMvpnNlri<SourceTreeJoinCase>
org.opendaylight.protocol.bgp.mvpn.impl.nlri.SourceTreeJoinHandler
- All Implemented Interfaces:
 MvpnParser<SourceTreeJoinCase>,MvpnSerializer<SourceTreeJoinCase>
https://tools.ietf.org/html/rfc6514#section-4.6.
- 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
- 
SourceTreeJoinHandler
public SourceTreeJoinHandler() 
 - 
 - 
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<SourceTreeJoinCase>
 
 -