public interface NextHopParserSerializer
NextHopUtil
which is handles Ipv4 and Ipv6 Next hop.Modifier and Type | Method and Description |
---|---|
default CNextHop |
parseNextHop(io.netty.buffer.ByteBuf buffer)
Parse Next hop from buffer,
|
default void |
serializeNextHop(CNextHop cNextHop,
io.netty.buffer.ByteBuf byteAggregator)
Serialize Next Hop
|
default CNextHop parseNextHop(@Nonnull io.netty.buffer.ByteBuf buffer) throws BGPParsingException
buffer
- Encoded Next Hop in ByteBuf.BGPParsingException
Copyright © 2018 OpenDaylight. All rights reserved.