Uses of Class
org.opendaylight.protocol.bgp.parser.spi.ParameterLengthOverflowException
Packages that use ParameterLengthOverflowException
-
Uses of ParameterLengthOverflowException in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi that throw ParameterLengthOverflowExceptionModifier and TypeMethodDescriptionstatic voidParameterUtil.formatParameter(int type, io.netty.buffer.ByteBuf value, io.netty.buffer.ByteBuf buffer) Adds header to parameter value in RFC4271 format.voidParameterSerializer.serializeParameter(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message.BgpParameters parameter, io.netty.buffer.ByteBuf output) Serialize parameter using RFC4271 encoding.static void