Class OkHttpWebSocketFactory

java.lang.Object
org.jivesoftware.smack.websocket.okhttp.OkHttpWebSocketFactory
All Implemented Interfaces:
org.jivesoftware.smack.websocket.impl.WebSocketFactory

public class OkHttpWebSocketFactory extends Object implements org.jivesoftware.smack.websocket.impl.WebSocketFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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
  • Field Details

  • Constructor Details

    • OkHttpWebSocketFactory

      public OkHttpWebSocketFactory()
  • Method Details

    • 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