C - The type of channel produced by the Network Manager.public interface AsynchronousNetworkManager<C>
SynchronousNetworkChannel in asynchronous fashion.| Modifier and Type | Method and Description |
|---|---|
void |
close(com.google.common.util.concurrent.FutureCallback<Void> callback)
Asynchronously shuts down the Network Manager, closing any registered channels.
|
void |
openChannel(com.google.common.util.concurrent.FutureCallback<C> callback)
Opens and registers a new Network Channel.
|
void openChannel(com.google.common.util.concurrent.FutureCallback<C> callback)
callback - The callback that is invoked when the channel is open.void close(com.google.common.util.concurrent.FutureCallback<Void> callback)
callback - The callback that is invoked when the manager is shut down.Copyright © 2017 TeleStax, Inc.. All Rights Reserved.