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