Class OkHttpWebSocketFactory
java.lang.Object
org.jivesoftware.smack.websocket.okhttp.OkHttpWebSocketFactory
- All Implemented Interfaces:
WebSocketFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
OkHttpWebSocketFactory
public OkHttpWebSocketFactory()
-
-
Method Details
-
create
public AbstractWebSocket create(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal) - Specified by:
create
in interfaceWebSocketFactory
-