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>
public final class LeafADHandler extends AbstractMvpnNlri<LeafADCase>
https://tools.ietf.org/html/rfc6514#section-4.4.- Author:
- Claudio D. Gasparini
-
-
Constructor Summary
Constructors Constructor Description LeafADHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LeafADCase
parseMvpn(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
-
-
-
-
Method Detail
-
parseMvpn
public LeafADCase parseMvpn(io.netty.buffer.ByteBuf buffer)
Description copied from interface:MvpnParser
Decode input buffer to BGP Mvpn.- Parameters:
buffer
- encoded Mvpn body in Bytebuf- Returns:
- Mvpn
-
serializeBody
protected io.netty.buffer.ByteBuf serializeBody(LeafADCase mvpn)
- Specified by:
serializeBody
in classAbstractMvpnNlri<LeafADCase>
-
-