Uses of Class
org.jivesoftware.smack.websocket.impl.AbstractWebSocket
-
Packages that use AbstractWebSocket Package Description org.jivesoftware.smack.websocket WebSocket related classes for Smack.org.jivesoftware.smack.websocket.impl This package contains websocket implementations to be plugged inside websocket transport.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 AbstractWebSocket in org.jivesoftware.smack.websocket
Methods in org.jivesoftware.smack.websocket that return AbstractWebSocket Modifier and Type Method Description AbstractWebSocket
WebSocketConnectionAttemptState. getConnectedWebSocket()
-
Uses of AbstractWebSocket in org.jivesoftware.smack.websocket.impl
Fields in org.jivesoftware.smack.websocket.impl with type parameters of type AbstractWebSocket Modifier and Type Field Description protected SmackFuture.InternalSmackFuture<AbstractWebSocket,Exception>
AbstractWebSocket. future
Methods in org.jivesoftware.smack.websocket.impl that return AbstractWebSocket Modifier and Type Method Description AbstractWebSocket
WebSocketFactory. create(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal)
static AbstractWebSocket
WebSocketFactoryService. createWebSocket(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal)
Methods in org.jivesoftware.smack.websocket.impl that return types with arguments of type AbstractWebSocket Modifier and Type Method Description SmackFuture<AbstractWebSocket,Exception>
AbstractWebSocket. getFuture()
-
Uses of AbstractWebSocket in org.jivesoftware.smack.websocket.java11
Subclasses of AbstractWebSocket in org.jivesoftware.smack.websocket.java11 Modifier and Type Class Description class
Java11WebSocket
-
Uses of AbstractWebSocket in org.jivesoftware.smack.websocket.okhttp
Subclasses of AbstractWebSocket in org.jivesoftware.smack.websocket.okhttp Modifier and Type Class Description class
OkHttpWebSocket
Methods in org.jivesoftware.smack.websocket.okhttp that return AbstractWebSocket Modifier and Type Method Description AbstractWebSocket
OkHttpWebSocketFactory. create(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal)
-