Uses of Class
org.jivesoftware.smack.websocket.rce.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
ModifierConstructorDescriptionWebSocketConnectedResult
(WebSocketRemoteConnectionEndpoint connectedEndpoint) -
Uses of WebSocketRemoteConnectionEndpoint in org.jivesoftware.smack.websocket.impl
Modifier and TypeFieldDescriptionprotected final WebSocketRemoteConnectionEndpoint
AbstractWebSocket.endpoint
Modifier and TypeMethodDescriptionWebSocketFactory.create
(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal) static AbstractWebSocket
WebSocketFactoryService.createWebSocket
(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal) ModifierConstructorDescriptionprotected
AbstractWebSocket
(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal) -
Uses of WebSocketRemoteConnectionEndpoint in org.jivesoftware.smack.websocket.java11
Modifier and TypeMethodDescriptionJava11WebSocketFactory.create
(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal) -
Uses of WebSocketRemoteConnectionEndpoint in org.jivesoftware.smack.websocket.okhttp
Modifier and TypeMethodDescriptionOkHttpWebSocketFactory.create
(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal) -
Uses of WebSocketRemoteConnectionEndpoint in org.jivesoftware.smack.websocket.rce
Modifier and TypeClassDescriptionclass
class
Modifier and TypeMethodDescriptionWebSocketRemoteConnectionEndpoint.from
(CharSequence uriCharSequence)