public interface BGPDispatcher
Modifier and Type | Method and Description |
---|---|
io.netty.util.concurrent.Future<? extends BGPSession> |
createClient(InetSocketAddress remoteAddress,
int retryTimer)
Creates BGP client.
|
io.netty.util.concurrent.Future<Void> |
createReconnectingClient(InetSocketAddress remoteAddress,
int retryTimer,
KeyMapping keys)
Creates Reconnecting client.
|
default io.netty.util.concurrent.Future<Void> |
createReconnectingClient(InetSocketAddress remoteAddress,
int retryTimer,
com.google.common.base.Optional<KeyMapping> keys)
Deprecated.
|
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
|
io.netty.util.concurrent.Future<? extends BGPSession> createClient(InetSocketAddress remoteAddress, int retryTimer)
remoteAddress
- remote Peer addressretryTimer
- Retry timer@Deprecated default io.netty.util.concurrent.Future<Void> createReconnectingClient(InetSocketAddress remoteAddress, int retryTimer, com.google.common.base.Optional<KeyMapping> keys)
remoteAddress
- remote Peer AddressretryTimer
- Retry timerkeys
- for TCPMD5io.netty.util.concurrent.Future<Void> createReconnectingClient(InetSocketAddress remoteAddress, int retryTimer, KeyMapping keys)
remoteAddress
- remote Peer AddressretryTimer
- Retry timerkeys
- for TCPMD5io.netty.channel.ChannelFuture createServer(InetSocketAddress localAddress)
localAddress
- Peer localAddressBGPPeerRegistry getBGPPeerRegistry()
Copyright © 2018 OpenDaylight. All rights reserved.