Class Java11WebSocket

java.lang.Object
org.jivesoftware.smack.websocket.impl.AbstractWebSocket
org.jivesoftware.smack.websocket.java11.Java11WebSocket

public final class Java11WebSocket extends org.jivesoftware.smack.websocket.impl.AbstractWebSocket
  • Field Summary

    Fields inherited from class org.jivesoftware.smack.websocket.impl.AbstractWebSocket

    connectionInternal, endpoint, future, LOGGER, SEC_WEBSOCKET_PROTOCOL_HEADER_FILED_NAME, SEC_WEBSOCKET_PROTOCOL_HEADER_FILED_VALUE_XMPP
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    disconnect(int code, String message)
     
     
    protected void
    send(String element)
     

    Methods inherited from class org.jivesoftware.smack.websocket.impl.AbstractWebSocket

    getEndpoint, getFuture, isConnectionSecure, onIncomingWebSocketElement, onWebSocketFailure, send, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • send

      protected void send(String element)
      Specified by:
      send in class org.jivesoftware.smack.websocket.impl.AbstractWebSocket
    • disconnect

      public void disconnect(int code, String message)
      Specified by:
      disconnect in class org.jivesoftware.smack.websocket.impl.AbstractWebSocket
    • getSSLSession

      public SSLSession getSSLSession()
      Specified by:
      getSSLSession in class org.jivesoftware.smack.websocket.impl.AbstractWebSocket