Uses of Interface
com.thecoderscorner.menu.remote.MenuCommandProtocol
Packages that use MenuCommandProtocol
Package
Description
-
Uses of MenuCommandProtocol in com.thecoderscorner.menu.remote
Fields in com.thecoderscorner.menu.remote declared as MenuCommandProtocolModifier and TypeFieldDescriptionprotected final MenuCommandProtocolSharedStreamConnection.protocolConstructors in com.thecoderscorner.menu.remote with parameters of type MenuCommandProtocolModifierConstructorDescriptionprotectedSharedStreamConnection(MenuCommandProtocol protocol) protectedStreamRemoteConnector(LocalIdentifier ourLocalId, MenuCommandProtocol protocol, ScheduledExecutorService executor, Clock clock) -
Uses of MenuCommandProtocol in com.thecoderscorner.menu.remote.mgrclient
Constructors in com.thecoderscorner.menu.remote.mgrclient with parameters of type MenuCommandProtocolModifierConstructorDescriptionSocketServerConnection(Socket socket, MenuCommandProtocol protocol, Clock clock) SocketServerConnectionManager(MenuCommandProtocol protocol, ScheduledExecutorService service, int port, Clock clock) -
Uses of MenuCommandProtocol in com.thecoderscorner.menu.remote.protocol
Classes in com.thecoderscorner.menu.remote.protocol that implement MenuCommandProtocolModifier and TypeClassDescriptionclassAn implementation of the menu command protocol interface that is configurable, by default it can create all the regular tag value message processors so that regular embedCONTROL messages can be parsed and written.Constructors in com.thecoderscorner.menu.remote.protocol with parameters of type MenuCommandProtocol -
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)