Interface ParameterParser
-
public interface ParameterParser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message.BgpParametersparseParameter(io.netty.buffer.ByteBuf buffer)
-
-
-
Method Detail
-
parseParameter
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message.BgpParameters parseParameter(io.netty.buffer.ByteBuf buffer) throws org.opendaylight.protocol.bgp.parser.BGPParsingException, org.opendaylight.protocol.bgp.parser.BGPDocumentedException- Throws:
org.opendaylight.protocol.bgp.parser.BGPParsingExceptionorg.opendaylight.protocol.bgp.parser.BGPDocumentedException
-
-