public abstract class InputOutputChannel extends ConnectionChannel implements IOutputChannel
Constructor and Description |
---|
InputOutputChannel(IChannelManager manager,
IServerConnection connection,
IServerMessageParser parser,
IServerMessageEncoder encoder) |
Modifier and Type | Method and Description |
---|---|
void |
sendMessage(java.util.Map<java.lang.String,IEffector> effectors) |
getLastErrorMessage, getNumberOfReceivedMessages, startChannel, stopChannel, update
getConnectionState, getManager, isConnected
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConnectionState, init, isConnected, startChannel, stopChannel
public InputOutputChannel(IChannelManager manager, IServerConnection connection, IServerMessageParser parser, IServerMessageEncoder encoder)
public void sendMessage(java.util.Map<java.lang.String,IEffector> effectors)
sendMessage
in interface IOutputChannel