| Package | Description |
|---|---|
| org.opendaylight.protocol.bgp.rib.impl | |
| org.opendaylight.protocol.bgp.rib.impl.stats.peer |
| Modifier and Type | Method and Description |
|---|---|
io.netty.util.concurrent.Future<BGPSessionImpl> |
BGPDispatcherImpl.createClient(InetSocketAddress localAddress,
InetSocketAddress remoteAddress,
int retryTimer,
boolean reuseAddress) |
io.netty.util.concurrent.Future<BGPSessionImpl> |
BGPDispatcherImpl.createClient(InetSocketAddress remoteAddress,
int retryTimer) |
| Modifier and Type | Method and Description |
|---|---|
SessionNegotiator |
BGPClientSessionNegotiatorFactory.getSessionNegotiator(io.netty.channel.Channel channel,
io.netty.util.concurrent.Promise<BGPSessionImpl> promise) |
SessionNegotiator |
BGPServerSessionNegotiatorFactory.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) |
| Constructor and Description |
|---|
BGPSessionStatsImpl(BGPSessionImpl session,
Open remoteOpen,
int holdTimerValue,
int keepAlive,
io.netty.channel.Channel channel,
com.google.common.base.Optional<BGPSessionPreferences> localPreferences,
Collection<BgpTableType> tableTypes,
List<AddressFamilies> addPathTypes) |
Copyright © 2018 OpenDaylight. All rights reserved.