Class StreamRemoteConnector

java.lang.Object
com.thecoderscorner.menu.remote.SharedStreamConnection
com.thecoderscorner.menu.remote.StreamRemoteConnector
All Implemented Interfaces:
RemoteConnector, RemoteConnectorContext
Direct Known Subclasses:
SocketBasedConnector

public abstract class StreamRemoteConnector extends SharedStreamConnection implements RemoteConnector, RemoteConnectorContext
Stream remote connector is the base class for all stream implementations, such as Socket and RS232. Any remote with stream like semantics can use this as the base for building out an adapter.