Class SharedTreeJoinHandler
java.lang.Object
org.opendaylight.protocol.bgp.mvpn.impl.nlri.AbstractMvpnNlri<SharedTreeJoinCase>
org.opendaylight.protocol.bgp.mvpn.impl.nlri.SharedTreeJoinHandler
- All Implemented Interfaces:
- MvpnParser<SharedTreeJoinCase>,- MvpnSerializer<SharedTreeJoinCase>
https://tools.ietf.org/html/rfc6514#section-4.6.
- Author:
- Claudio D. Gasparini
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.AbstractMvpnNlrigetClazz, getType, serializeMvpn
- 
Constructor Details- 
SharedTreeJoinHandlerpublic SharedTreeJoinHandler()
 
- 
- 
Method Details- 
parseMvpnDescription copied from interface:MvpnParserDecode input buffer to BGP Mvpn.- Parameters:
- buffer- encoded Mvpn body in Bytebuf
- Returns:
- Mvpn
 
 
-