Uses of Class
org.jivesoftware.smack.websocket.rce.WebSocketRemoteConnectionEndpoint
-
Packages that use WebSocketRemoteConnectionEndpoint 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.org.jivesoftware.smack.websocket.rce 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 WebSocketRemoteConnectionEndpoint Constructor Description WebSocketConnectedResult(WebSocketRemoteConnectionEndpoint connectedEndpoint) -
Uses of WebSocketRemoteConnectionEndpoint in org.jivesoftware.smack.websocket.impl
Fields in org.jivesoftware.smack.websocket.impl declared as WebSocketRemoteConnectionEndpoint Modifier and Type Field Description protected WebSocketRemoteConnectionEndpointAbstractWebSocket. endpointMethods in org.jivesoftware.smack.websocket.impl that return WebSocketRemoteConnectionEndpoint Modifier and Type Method Description WebSocketRemoteConnectionEndpointAbstractWebSocket. getEndpoint()Methods in org.jivesoftware.smack.websocket.impl with parameters of type WebSocketRemoteConnectionEndpoint Modifier and Type Method Description AbstractWebSocketWebSocketFactory. create(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal)static AbstractWebSocketWebSocketFactoryService. createWebSocket(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal)Constructors in org.jivesoftware.smack.websocket.impl with parameters of type WebSocketRemoteConnectionEndpoint Constructor Description 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 WebSocketRemoteConnectionEndpoint Modifier and Type Method Description Java11WebSocketJava11WebSocketFactory. 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 WebSocketRemoteConnectionEndpoint Modifier and Type Method Description AbstractWebSocketOkHttpWebSocketFactory. create(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal) -
Uses of WebSocketRemoteConnectionEndpoint in org.jivesoftware.smack.websocket.rce
Subclasses of WebSocketRemoteConnectionEndpoint in org.jivesoftware.smack.websocket.rce Modifier and Type Class Description classInsecureWebSocketRemoteConnectionEndpointclassSecureWebSocketRemoteConnectionEndpointMethods in org.jivesoftware.smack.websocket.rce that return WebSocketRemoteConnectionEndpoint Modifier and Type Method Description static WebSocketRemoteConnectionEndpointWebSocketRemoteConnectionEndpoint. from(CharSequence uriCharSequence)static WebSocketRemoteConnectionEndpointWebSocketRemoteConnectionEndpoint. from(URI uri)
-