JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
com.thecoderscorner.menu.remote.SharedStreamConnection
Packages that use
SharedStreamConnection
Package
Description
com.thecoderscorner.menu.remote
com.thecoderscorner.menu.remote.socket
Uses of
SharedStreamConnection
in
com.thecoderscorner.menu.remote
Subclasses of
SharedStreamConnection
in
com.thecoderscorner.menu.remote
Modifier and Type
Class
Description
class
StreamRemoteConnector
Stream remote connector is the base class for all stream implementations, such as Socket and RS232.
Uses of
SharedStreamConnection
in
com.thecoderscorner.menu.remote.socket
Subclasses of
SharedStreamConnection
in
com.thecoderscorner.menu.remote.socket
Modifier and Type
Class
Description
class
SocketBasedConnector
A remote connector that will communicate using a client socket.