Class SPmsiADHandler
- java.lang.Object
-
- org.opendaylight.protocol.bgp.mvpn.impl.nlri.AbstractMvpnNlri<SPmsiADCase>
-
- org.opendaylight.protocol.bgp.mvpn.impl.nlri.SPmsiADHandler
-
- All Implemented Interfaces:
MvpnParser<SPmsiADCase>
,MvpnSerializer<SPmsiADCase>
public final class SPmsiADHandler extends AbstractMvpnNlri<SPmsiADCase>
https://tools.ietf.org/html/rfc6514#section-4.3.- Author:
- Claudio D. Gasparini
-
-
Constructor Summary
Constructors Constructor Description SPmsiADHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SPmsiADCase
parseMvpn(io.netty.buffer.ByteBuf buffer)
Decode input buffer to BGP Mvpn.protected io.netty.buffer.ByteBuf
serializeBody(SPmsiADCase mvpn)
-
Methods inherited from class org.opendaylight.protocol.bgp.mvpn.impl.nlri.AbstractMvpnNlri
getClazz, getType, serializeMvpn
-
-
-
-
Method Detail
-
parseMvpn
public SPmsiADCase 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(SPmsiADCase mvpn)
- Specified by:
serializeBody
in classAbstractMvpnNlri<SPmsiADCase>
-
-