Package | Description |
---|---|
org.opendaylight.protocol.bgp.rib.impl |
Modifier and Type | Method and Description |
---|---|
io.netty.util.concurrent.Future<BGPSessionImpl> |
BGPDispatcherImpl.createClient(InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
int retryTimer,
boolean reuseAddress) |
Modifier and Type | Method and Description |
---|---|
SessionNegotiator |
BGPServerSessionNegotiatorFactory.getSessionNegotiator(io.netty.channel.Channel channel,
io.netty.util.concurrent.Promise<BGPSessionImpl> promise) |
SessionNegotiator |
BGPClientSessionNegotiatorFactory.getSessionNegotiator(io.netty.channel.Channel channel,
io.netty.util.concurrent.Promise<BGPSessionImpl> promise) |
Constructor and Description |
---|
BGPClientSessionNegotiator(io.netty.util.concurrent.Promise<BGPSessionImpl> promise,
io.netty.channel.Channel channel,
BGPPeerRegistry registry) |
BGPServerSessionNegotiator(io.netty.util.concurrent.Promise<BGPSessionImpl> promise,
io.netty.channel.Channel channel,
BGPPeerRegistry registry) |
Copyright © 2019 OpenDaylight. All rights reserved.