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 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.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)