@NonNullByDefault
public interface MvpnRegistry
| Modifier and Type | Method and Description |
|---|---|
@Nullable MvpnChoice |
parseMvpn(NlriType type,
io.netty.buffer.ByteBuf buffer)
Decode input buffer to BGP Mvpn.
|
io.netty.buffer.ByteBuf |
serializeMvpn(MvpnChoice mvpn)
Encode input BGP mvpn to output buffer.
|
@Nullable MvpnChoice parseMvpn(NlriType type, io.netty.buffer.ByteBuf buffer)
type - Nlri Typebuffer - encoded MvpnChoice body in Bytebufio.netty.buffer.ByteBuf serializeMvpn(MvpnChoice mvpn)
mvpn - MvpnChoiceCopyright © 2020 OpenDaylight. All rights reserved.