public interface ParameterRegistry
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.open.message.BgpParameters |
parseParameter(int parameterType,
io.netty.buffer.ByteBuf bytes) |
void |
serializeParameter(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.open.message.BgpParameters parameter,
io.netty.buffer.ByteBuf bytes) |
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.open.message.BgpParameters parseParameter(int parameterType,
io.netty.buffer.ByteBuf bytes)
throws org.opendaylight.protocol.bgp.parser.BGPParsingException,
org.opendaylight.protocol.bgp.parser.BGPDocumentedException
org.opendaylight.protocol.bgp.parser.BGPParsingExceptionorg.opendaylight.protocol.bgp.parser.BGPDocumentedExceptionvoid serializeParameter(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.open.message.BgpParameters parameter,
io.netty.buffer.ByteBuf bytes)
Copyright © 2019 OpenDaylight. All rights reserved.