Uses of Class
org.opendaylight.protocol.bgp.parser.spi.ParameterLengthOverflowException
-
Packages that use ParameterLengthOverflowException Package Description org.opendaylight.protocol.bgp.parser.impl.message.open org.opendaylight.protocol.bgp.parser.spi -
-
Uses of ParameterLengthOverflowException in org.opendaylight.protocol.bgp.parser.impl.message.open
Methods in org.opendaylight.protocol.bgp.parser.impl.message.open that throw ParameterLengthOverflowException Modifier and Type Method Description voidCapabilityParameterParser. serializeParameter(BgpParameters parameter, io.netty.buffer.ByteBuf output) -
Uses of ParameterLengthOverflowException in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi that throw ParameterLengthOverflowException Modifier and Type Method Description static voidParameterUtil. formatParameter(int type, io.netty.buffer.ByteBuf value, io.netty.buffer.ByteBuf buffer)Adds header to parameter value in RFC4271 format.voidParameterSerializer. serializeParameter(BgpParameters parameter, io.netty.buffer.ByteBuf output)Serialize parameter using RFC4271 encoding.static voidParameterLengthOverflowException. throwIf(boolean expression, String format, Object... args)
-