Uses of Interface
com.thecoderscorner.menu.remote.MenuCommandProtocol
Packages that use MenuCommandProtocol
Package
Description
-
Uses of MenuCommandProtocol in com.thecoderscorner.menu.remote
Constructors in com.thecoderscorner.menu.remote with parameters of type MenuCommandProtocolModifierConstructorDescriptionprotectedStreamRemoteConnector(LocalIdentifier ourLocalId, MenuCommandProtocol protocol, ScheduledExecutorService executor, Clock clock) -
Uses of MenuCommandProtocol in com.thecoderscorner.menu.remote.protocol
Classes in com.thecoderscorner.menu.remote.protocol that implement MenuCommandProtocolModifier and TypeClassDescriptionclassA 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 MenuCommandProtocolModifier and TypeMethodDescriptionRs232ControllerBuilder.withProtocol(MenuCommandProtocol protocol)Optional, defaults to the standard protocol.Constructors in com.thecoderscorner.menu.remote.rs232 with parameters of type MenuCommandProtocolModifierConstructorDescriptionRs232RemoteConnector(LocalIdentifier localId, String portName, int baud, MenuCommandProtocol protocol, ScheduledExecutorService executor, Clock clock, ConnectMode connectMode) -
Uses of MenuCommandProtocol in com.thecoderscorner.menu.remote.socket
Methods in com.thecoderscorner.menu.remote.socket with parameters of type MenuCommandProtocolModifier and TypeMethodDescriptionSocketControllerBuilder.withProtocol(MenuCommandProtocol protocol)Optional, defaults to the standard protocol.Constructors in com.thecoderscorner.menu.remote.socket with parameters of type MenuCommandProtocolModifierConstructorDescriptionSocketBasedConnector(LocalIdentifier localId, ScheduledExecutorService executor, Clock clock, MenuCommandProtocol protocol, String remoteHost, int remotePort, ConnectMode mode)