Uses of Class
com.thecoderscorner.menu.remote.LocalIdentifier
-
Packages that use LocalIdentifier Package Description com.thecoderscorner.menu.remote com.thecoderscorner.menu.remote.rs232 com.thecoderscorner.menu.remote.socket -
-
Uses of LocalIdentifier in com.thecoderscorner.menu.remote
Constructors in com.thecoderscorner.menu.remote with parameters of type LocalIdentifier Constructor Description StreamRemoteConnector(LocalIdentifier ourLocalId, MenuCommandProtocol protocol, java.util.concurrent.ScheduledExecutorService executor, java.time.Clock clock) -
Uses of LocalIdentifier in com.thecoderscorner.menu.remote.rs232
Constructors in com.thecoderscorner.menu.remote.rs232 with parameters of type LocalIdentifier Constructor Description Rs232RemoteConnector(LocalIdentifier localId, java.lang.String portName, int baud, MenuCommandProtocol protocol, java.util.concurrent.ScheduledExecutorService executor, java.time.Clock clock, ConnectMode connectMode) -
Uses of LocalIdentifier in com.thecoderscorner.menu.remote.socket
Constructors in com.thecoderscorner.menu.remote.socket with parameters of type LocalIdentifier Constructor Description SocketBasedConnector(LocalIdentifier localId, java.util.concurrent.ScheduledExecutorService executor, java.time.Clock clock, MenuCommandProtocol protocol, java.lang.String remoteHost, int remotePort, ConnectMode mode)
-