Uses of Class
org.jivesoftware.smack.websocket.impl.AbstractWebSocket
Packages that use AbstractWebSocket
Package
Description
WebSocket related classes for Smack.
This package contains websocket implementations to be plugged inside websocket transport.
WebSocket support for Smack using
WebSocket
, which is available since Java 11.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 -
Uses of AbstractWebSocket in org.jivesoftware.smack.websocket.impl
Fields in org.jivesoftware.smack.websocket.impl with type parameters of type AbstractWebSocketModifier and TypeFieldDescriptionprotected final SmackFuture.InternalSmackFuture<AbstractWebSocket,
Exception> AbstractWebSocket.future
Methods in org.jivesoftware.smack.websocket.impl that return AbstractWebSocketModifier and TypeMethodDescriptionWebSocketFactory.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 -
Uses of AbstractWebSocket in org.jivesoftware.smack.websocket.java11
Subclasses of AbstractWebSocket in org.jivesoftware.smack.websocket.java11 -
Uses of AbstractWebSocket in org.jivesoftware.smack.websocket.okhttp
Subclasses of AbstractWebSocket in org.jivesoftware.smack.websocket.okhttpMethods in org.jivesoftware.smack.websocket.okhttp that return AbstractWebSocketModifier and TypeMethodDescriptionOkHttpWebSocketFactory.create
(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal)