public class BGPReconnectPromise<S extends BGPSession> extends io.netty.util.concurrent.DefaultPromise<Void>
Constructor and Description |
---|
BGPReconnectPromise(io.netty.util.concurrent.EventExecutor executor,
InetSocketAddress address,
int retryTimer,
io.netty.bootstrap.Bootstrap bootstrap,
BGPPeerRegistry peerRegistry,
ChannelPipelineInitializer<S> initializer) |
Modifier and Type | Method and Description |
---|---|
boolean |
cancel(boolean mayInterruptIfRunning) |
void |
connect() |
addListener, addListeners, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, cause, checkDeadLock, executor, getNow, isCancellable, isCancelled, isDone, isSuccess, notifyListener, removeListener, removeListeners, setFailure, setSuccess, setUncancellable, sync, syncUninterruptibly, toString, toStringBuilder, tryFailure, trySuccess
public BGPReconnectPromise(@Nonnull io.netty.util.concurrent.EventExecutor executor, @Nonnull InetSocketAddress address, int retryTimer, @Nonnull io.netty.bootstrap.Bootstrap bootstrap, @Nonnull BGPPeerRegistry peerRegistry, @Nonnull ChannelPipelineInitializer<S> initializer)
Copyright © 2018 OpenDaylight. All rights reserved.