Class Java11WebSocketFactory

  • All Implemented Interfaces:
    org.jivesoftware.smack.websocket.impl.WebSocketFactory

    public class Java11WebSocketFactory
    extends java.lang.Object
    implements org.jivesoftware.smack.websocket.impl.WebSocketFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Java11WebSocket create​(org.jivesoftware.smack.websocket.rce.WebSocketRemoteConnectionEndpoint endpoint, org.jivesoftware.smack.c2s.internal.ModularXmppClientToServerConnectionInternal connectionInternal)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Java11WebSocketFactory

        public Java11WebSocketFactory()
    • Method Detail

      • create

        public Java11WebSocket create​(org.jivesoftware.smack.websocket.rce.WebSocketRemoteConnectionEndpoint endpoint,
                                      org.jivesoftware.smack.c2s.internal.ModularXmppClientToServerConnectionInternal connectionInternal)
        Specified by:
        create in interface org.jivesoftware.smack.websocket.impl.WebSocketFactory