public interface BGPDispatcher
Modifier and Type | Method and Description |
---|---|
io.netty.util.concurrent.Future<Void> |
createReconnectingClient(InetSocketAddress remoteAddress,
InetSocketAddress localAddress,
int retryTimer,
KeyMapping keys)
Creates Reconnecting client.
|
io.netty.channel.ChannelFuture |
createServer(InetSocketAddress localAddress)
Create new BGP server to accept incoming bgp connections (bound to provided socket localAddress).
|
BGPPeerRegistry |
getBGPPeerRegistry()
Return BGP Peer Registry
|
@Nonnull io.netty.util.concurrent.Future<Void> createReconnectingClient(@Nonnull InetSocketAddress remoteAddress, @Nullable InetSocketAddress localAddress, int retryTimer, @Nonnull KeyMapping keys)
remoteAddress
- remote Peer AddresslocalAddress
- local Peer addressretryTimer
- Retry timerkeys
- for TCPMD5@Nonnull io.netty.channel.ChannelFuture createServer(InetSocketAddress localAddress)
localAddress
- Peer localAddress@Nonnull BGPPeerRegistry getBGPPeerRegistry()
Copyright © 2019 OpenDaylight. All rights reserved.