public class LocalConnectionManager extends Object implements NetworkConnectionManager
| Constructor and Description |
|---|
LocalConnectionManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
enqueue(Envelope envelope,
RemoteReceiver receiver) |
void |
shutdown() |
void |
start(ChannelManager channelManager) |
public void start(ChannelManager channelManager) throws IOException
start in interface NetworkConnectionManagerIOExceptionpublic void enqueue(Envelope envelope, RemoteReceiver receiver) throws IOException
enqueue in interface NetworkConnectionManagerIOExceptionpublic void shutdown()
throws IOException
shutdown in interface NetworkConnectionManagerIOExceptionCopyright © 2014 The Apache Software Foundation. All rights reserved.