Uses of Class
org.jivesoftware.smack.websocket.rce.WebSocketRemoteConnectionEndpoint
Packages that use WebSocketRemoteConnectionEndpoint
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.
This package contains websocket endpoint classes needed by the websocket transport.
-
Uses of WebSocketRemoteConnectionEndpoint in org.jivesoftware.smack.websocket
Constructors in org.jivesoftware.smack.websocket with parameters of type WebSocketRemoteConnectionEndpointModifierConstructorDescriptionWebSocketConnectedResult
(WebSocketRemoteConnectionEndpoint connectedEndpoint) -
Uses of WebSocketRemoteConnectionEndpoint in org.jivesoftware.smack.websocket.impl
Fields in org.jivesoftware.smack.websocket.impl declared as WebSocketRemoteConnectionEndpointModifier and TypeFieldDescriptionprotected final WebSocketRemoteConnectionEndpoint
AbstractWebSocket.endpoint
Methods in org.jivesoftware.smack.websocket.impl that return WebSocketRemoteConnectionEndpointMethods in org.jivesoftware.smack.websocket.impl with parameters of type WebSocketRemoteConnectionEndpointModifier and TypeMethodDescriptionWebSocketFactory.create
(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal) static AbstractWebSocket
WebSocketFactoryService.createWebSocket
(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal) Constructors in org.jivesoftware.smack.websocket.impl with parameters of type WebSocketRemoteConnectionEndpointModifierConstructorDescriptionprotected
AbstractWebSocket
(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal) -
Uses of WebSocketRemoteConnectionEndpoint in org.jivesoftware.smack.websocket.java11
Methods in org.jivesoftware.smack.websocket.java11 with parameters of type WebSocketRemoteConnectionEndpointModifier and TypeMethodDescriptionJava11WebSocketFactory.create
(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal) -
Uses of WebSocketRemoteConnectionEndpoint in org.jivesoftware.smack.websocket.okhttp
Methods in org.jivesoftware.smack.websocket.okhttp with parameters of type WebSocketRemoteConnectionEndpointModifier and TypeMethodDescriptionOkHttpWebSocketFactory.create
(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal) -
Uses of WebSocketRemoteConnectionEndpoint in org.jivesoftware.smack.websocket.rce
Subclasses of WebSocketRemoteConnectionEndpoint in org.jivesoftware.smack.websocket.rceModifier and TypeClassDescriptionclass
class
Methods in org.jivesoftware.smack.websocket.rce that return WebSocketRemoteConnectionEndpointModifier and TypeMethodDescriptionWebSocketRemoteConnectionEndpoint.from
(CharSequence uriCharSequence)