Uses of Class
com.thecoderscorner.menu.remote.ConnectMode
-
Packages that use ConnectMode Package Description com.thecoderscorner.menu.remote com.thecoderscorner.menu.remote.rs232 com.thecoderscorner.menu.remote.socket -
-
Uses of ConnectMode in com.thecoderscorner.menu.remote
Methods in com.thecoderscorner.menu.remote that return ConnectMode Modifier and Type Method Description static ConnectModeConnectMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConnectMode[]ConnectMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.thecoderscorner.menu.remote with parameters of type ConnectMode Modifier and Type Method Description protected voidStreamRemoteConnector. handleCoreConnectionStates(ConnectMode connectMode) -
Uses of ConnectMode in com.thecoderscorner.menu.remote.rs232
Constructors in com.thecoderscorner.menu.remote.rs232 with parameters of type ConnectMode 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 ConnectMode in com.thecoderscorner.menu.remote.socket
Constructors in com.thecoderscorner.menu.remote.socket with parameters of type ConnectMode Constructor Description SocketBasedConnector(LocalIdentifier localId, java.util.concurrent.ScheduledExecutorService executor, java.time.Clock clock, MenuCommandProtocol protocol, java.lang.String remoteHost, int remotePort, ConnectMode mode)
-