Uses of Interface
com.thecoderscorner.menu.remote.MenuCommandProtocol
-
Packages that use MenuCommandProtocol Package Description com.thecoderscorner.menu.remote com.thecoderscorner.menu.remote.protocol com.thecoderscorner.menu.remote.rs232 com.thecoderscorner.menu.remote.socket -
-
Uses of MenuCommandProtocol in com.thecoderscorner.menu.remote
Constructors in com.thecoderscorner.menu.remote with parameters of type MenuCommandProtocol Constructor Description StreamRemoteConnector(LocalIdentifier ourLocalId, MenuCommandProtocol protocol, java.util.concurrent.ScheduledExecutorService executor, java.time.Clock clock) -
Uses of MenuCommandProtocol in com.thecoderscorner.menu.remote.protocol
Classes in com.thecoderscorner.menu.remote.protocol that implement MenuCommandProtocol Modifier and Type Class Description classTagValMenuCommandProtocolA protocol implementation that uses tag value pair notation with a few special text items in order to create messages that can be transmitted. -
Uses of MenuCommandProtocol in com.thecoderscorner.menu.remote.rs232
Methods in com.thecoderscorner.menu.remote.rs232 with parameters of type MenuCommandProtocol Modifier and Type Method Description Rs232ControllerBuilderRs232ControllerBuilder. withProtocol(MenuCommandProtocol protocol)Optional, defaults to the standard protocol.Constructors in com.thecoderscorner.menu.remote.rs232 with parameters of type MenuCommandProtocol 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 MenuCommandProtocol in com.thecoderscorner.menu.remote.socket
Methods in com.thecoderscorner.menu.remote.socket with parameters of type MenuCommandProtocol Modifier and Type Method Description SocketControllerBuilderSocketControllerBuilder. withProtocol(MenuCommandProtocol protocol)Optional, defaults to the standard protocol.Constructors in com.thecoderscorner.menu.remote.socket with parameters of type MenuCommandProtocol Constructor Description SocketBasedConnector(LocalIdentifier localId, java.util.concurrent.ScheduledExecutorService executor, java.time.Clock clock, MenuCommandProtocol protocol, java.lang.String remoteHost, int remotePort, ConnectMode mode)
-