Class OkHttpWebSocketFactory

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.jivesoftware.smack.websocket.impl.AbstractWebSocket 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

      • OkHttpWebSocketFactory

        public OkHttpWebSocketFactory()
    • Method Detail

      • create

        public org.jivesoftware.smack.websocket.impl.AbstractWebSocket 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