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,
com.google.common.base.Optional<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
|
io.netty.util.concurrent.Future<? extends BGPSession> createClient(InetSocketAddress remoteAddress, int retryTimer)
remoteAddress - remote Peer addressretryTimer - Retry timerio.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.channel.ChannelFuture createServer(InetSocketAddress localAddress)
localAddress - Peer localAddressBGPPeerRegistry getBGPPeerRegistry()
Copyright © 2018 OpenDaylight. All rights reserved.