| Package | Description | 
|---|---|
| org.opendaylight.protocol.bgp.parser.impl.message.open | |
| org.opendaylight.protocol.bgp.parser.spi | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CapabilityParameterParser.serializeParameter(BgpParameters parameter,
                  io.netty.buffer.ByteBuf output)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
ParameterUtil.formatParameter(int type,
               io.netty.buffer.ByteBuf value,
               io.netty.buffer.ByteBuf buffer)
Adds header to parameter value in RFC4271 format. 
 | 
void | 
ParameterSerializer.serializeParameter(BgpParameters parameter,
                  io.netty.buffer.ByteBuf output)
Serialize parameter using RFC4271 encoding. 
 | 
static void | 
ParameterLengthOverflowException.throwIf(boolean expression,
       String format,
       Object... args)  | 
Copyright © 2020 OpenDaylight. All rights reserved.