Uses of Interface
org.jivesoftware.smack.websocket.impl.WebSocketFactory
-
Packages that use WebSocketFactory Package Description org.jivesoftware.smack.websocket WebSocket related classes for Smack.org.jivesoftware.smack.websocket.java11 WebSocket support for Smack usingWebSocket, which is available since Java 11.org.jivesoftware.smack.websocket.okhttp Copyright 2020 Aditya Borikar Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. -
-
Uses of WebSocketFactory in org.jivesoftware.smack.websocket
Methods in org.jivesoftware.smack.websocket with parameters of type WebSocketFactory Modifier and Type Method Description XmppWebSocketTransportModuleDescriptor.BuilderXmppWebSocketTransportModuleDescriptor.Builder. setWebSocketFactory(WebSocketFactory webSocketFactory) -
Uses of WebSocketFactory in org.jivesoftware.smack.websocket.java11
Classes in org.jivesoftware.smack.websocket.java11 that implement WebSocketFactory Modifier and Type Class Description classJava11WebSocketFactory -
Uses of WebSocketFactory in org.jivesoftware.smack.websocket.okhttp
Classes in org.jivesoftware.smack.websocket.okhttp that implement WebSocketFactory Modifier and Type Class Description classOkHttpWebSocketFactory
-