Interface WebSocketServer.WebSocketClient

All Known Implementing Classes:
IrisCommandRpcWebsocket
Enclosing class:
WebSocketServer

public static interface WebSocketServer.WebSocketClient
simple abstraction of a given client, letting calling code send Message-like
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     
    void
    data(Object data)
     
    void
    send(byte command, Object[] args, int commandId, int responseId)
     
    default void
    send(com.fishlib.base.Command command)
     
  • Method Details