Class OkHttpWebSocketFactory
- java.lang.Object
-
- org.jivesoftware.smack.websocket.okhttp.OkHttpWebSocketFactory
-
- All Implemented Interfaces:
WebSocketFactory
public class OkHttpWebSocketFactory extends Object implements WebSocketFactory
-
-
Field Summary
Fields Modifier and Type Field Description static OkHttpWebSocketFactory
INSTANCE
-
Constructor Summary
Constructors Constructor Description OkHttpWebSocketFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractWebSocket
create(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal)
-
-
-
Field Detail
-
INSTANCE
public static final OkHttpWebSocketFactory INSTANCE
-
-
Constructor Detail
-
OkHttpWebSocketFactory
public OkHttpWebSocketFactory()
-
-
Method Detail
-
create
public AbstractWebSocket create(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal)
- Specified by:
create
in interfaceWebSocketFactory
-
-