C - The type of channel produced by the Network Manager.public interface SynchronousNetworkManager<C> extends AutoCloseable
SynchronousNetworkChannel.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Shuts down the Network Manager, closing any registered channels.
|
C |
openChannel()
Opens and registers a new Network Channel.
|
C openChannel() throws IOException
SynchronousNetworkChannelIOException - If an error occurs when creating the channel.void close()
throws IOException
close in interface AutoCloseableIOException - If any error occurs when closing the manager.Copyright © 2017 TeleStax, Inc.. All Rights Reserved.