Class MQTTSocket

    • Constructor Detail

      • MQTTSocket

        public MQTTSocket​(String remoteAddress)
    • Method Detail

      • onWebSocketBinary

        public void onWebSocketBinary​(byte[] bytes,
                                      int offset,
                                      int length)
        Specified by:
        onWebSocketBinary in interface org.eclipse.jetty.websocket.api.WebSocketListener
      • onWebSocketClose

        public void onWebSocketClose​(int arg0,
                                     String arg1)
        Specified by:
        onWebSocketClose in interface org.eclipse.jetty.websocket.api.WebSocketConnectionListener
      • onWebSocketConnect

        public void onWebSocketConnect​(org.eclipse.jetty.websocket.api.Session session)
        Specified by:
        onWebSocketConnect in interface org.eclipse.jetty.websocket.api.WebSocketConnectionListener
      • onWebSocketError

        public void onWebSocketError​(Throwable arg0)
        Specified by:
        onWebSocketError in interface org.eclipse.jetty.websocket.api.WebSocketConnectionListener
      • onWebSocketText

        public void onWebSocketText​(String arg0)
        Specified by:
        onWebSocketText in interface org.eclipse.jetty.websocket.api.WebSocketListener