Interface JsonNioServer

  • All Known Implementing Classes:
    JsonNioService

    public interface JsonNioServer
    • Method Detail

      • getPort

        int getPort()
      • hasOuputSocket

        boolean hasOuputSocket()
      • sendToJmol

        void sendToJmol​(int port,
                        String msg)
        from JmolPanel and SYNC command
        Parameters:
        port -
        msg -
      • close

        void close()
      • reply

        void reply​(int port,
                   Object data)