Uses of Interface
com.thecoderscorner.menu.mgr.ServerConnection
Packages that use ServerConnection
-
Uses of ServerConnection in com.thecoderscorner.menu.mgr
Methods in com.thecoderscorner.menu.mgr that return types with arguments of type ServerConnectionModifier and TypeMethodDescriptionMenuManagerServer.getAllServerConnections()ServerConnectionManager.getServerConnections()Methods in com.thecoderscorner.menu.mgr with parameters of type ServerConnectionModifier and TypeMethodDescriptionvoidMenuManagerServer.connectionCreated(ServerConnection connection) Indicates that a connection has been created, implementing theNewServerConnectionListener.voidNewServerConnectionListener.connectionCreated(ServerConnection connection) Method parameters in com.thecoderscorner.menu.mgr with type arguments of type ServerConnectionModifier and TypeMethodDescriptionvoidServerConnection.registerConnectionListener(BiConsumer<ServerConnection, Boolean> connectionListener) Register the connection listener to this connection that will receive udpates on connection changes.voidServerConnection.registerMessageHandler(BiConsumer<ServerConnection, MenuCommand> messageHandler) Register the message handler that will receive all messages from the connection -
Uses of ServerConnection in com.thecoderscorner.menu.remote.mgrclient
Classes in com.thecoderscorner.menu.remote.mgrclient that implement ServerConnectionMethods in com.thecoderscorner.menu.remote.mgrclient that return types with arguments of type ServerConnectionMethod parameters in com.thecoderscorner.menu.remote.mgrclient with type arguments of type ServerConnectionModifier and TypeMethodDescriptionvoidSocketServerConnection.registerConnectionListener(BiConsumer<ServerConnection, Boolean> connectionListener) voidSocketServerConnection.registerMessageHandler(BiConsumer<ServerConnection, MenuCommand> messageHandler)