public interface NextHopParserSerializer
NextHopUtil which is handles Ipv4 and Ipv6 Next hop.| Modifier and Type | Method and Description |
|---|---|
default org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.next.hop.CNextHop |
parseNextHop(io.netty.buffer.ByteBuf buffer)
Parse Next hop from buffer.
|
default void |
serializeNextHop(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.next.hop.CNextHop cnextHop,
io.netty.buffer.ByteBuf byteAggregator)
Serialize Next Hop.
|
default org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.next.hop.CNextHop parseNextHop(@Nonnull io.netty.buffer.ByteBuf buffer) throws org.opendaylight.protocol.bgp.parser.BGPParsingException
buffer - Encoded Next Hop in ByteBuf.org.opendaylight.protocol.bgp.parser.BGPParsingExceptiondefault void serializeNextHop(@Nonnull org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.next.hop.CNextHop cnextHop, @Nonnull io.netty.buffer.ByteBuf byteAggregator)
cnextHop - Next Hop containerbyteAggregator - return Encoded Next Hop in ByteBufCopyright © 2019 OpenDaylight. All rights reserved.