Package com.illumon.iris.web.server
Interface IrisCommandRpcWebsocket.IrisCommandHandler
- All Known Implementing Classes:
WSCommServer.CommServerMessages
- Enclosing class:
- IrisCommandRpcWebsocket<S extends org.gwtproject.rpc.api.Server<S,
C>, C extends org.gwtproject.rpc.api.Client<C, S>>
public static interface IrisCommandRpcWebsocket.IrisCommandHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidconnect(WebSocketServer.WebSocketClient client, String serviceId, String remoteHost, int remotePort) voidvoiderror(WebSocketServer.WebSocketClient client, Throwable t) com.fishlib.io.logger.LoggergetLog()voidmessage(byte command, Object[] args, int commandId, int responseId, WebSocketServer.WebSocketClient client)
-
Method Details
-
connect
void connect(WebSocketServer.WebSocketClient client, String serviceId, String remoteHost, int remotePort) -
message
void message(byte command, Object[] args, int commandId, int responseId, WebSocketServer.WebSocketClient client) -
disconnect
-
error
-
getLog
com.fishlib.io.logger.Logger getLog()
-