public interface NetworkConnectionManager
| Modifier and Type | Method and Description |
|---|---|
void |
close(RemoteReceiver receiver) |
void |
enqueue(Envelope envelope,
RemoteReceiver receiver,
boolean isFirstEnvelope) |
int |
getNumberOfActiveConnections() |
void |
shutdown() |
void |
start(ChannelManager channelManager) |
void start(ChannelManager channelManager) throws IOException
IOExceptionvoid enqueue(Envelope envelope, RemoteReceiver receiver, boolean isFirstEnvelope) throws IOException
IOExceptionvoid close(RemoteReceiver receiver)
int getNumberOfActiveConnections()
void shutdown()
throws IOException
IOExceptionCopyright © 2015 The Apache Software Foundation. All rights reserved.