Uses of Class
org.jivesoftware.smack.websocket.rce.SecureWebSocketRemoteConnectionEndpoint
Packages that use SecureWebSocketRemoteConnectionEndpoint
Package
Description
This package contains websocket endpoint classes needed by the websocket transport.
-
Uses of SecureWebSocketRemoteConnectionEndpoint in org.jivesoftware.smack.websocket.rce
Fields in org.jivesoftware.smack.websocket.rce with type parameters of type SecureWebSocketRemoteConnectionEndpointModifier and TypeFieldDescriptionWebSocketRemoteConnectionEndpointLookup.Result.discoveredSecureEndpoints
Methods in org.jivesoftware.smack.websocket.rce that return SecureWebSocketRemoteConnectionEndpointModifier and TypeMethodDescriptionstatic final SecureWebSocketRemoteConnectionEndpoint
SecureWebSocketRemoteConnectionEndpoint.from
(CharSequence cs) Methods in org.jivesoftware.smack.websocket.rce that return types with arguments of type SecureWebSocketRemoteConnectionEndpointModifier and TypeMethodDescriptionWebSocketRemoteConnectionEndpointLookup.Result.getDiscoveredSecureRemoteConnectionEndpoints()
Constructor parameters in org.jivesoftware.smack.websocket.rce with type arguments of type SecureWebSocketRemoteConnectionEndpointModifierConstructorDescriptionResult
(List<SecureWebSocketRemoteConnectionEndpoint> discoveredSecureEndpoints, List<InsecureWebSocketRemoteConnectionEndpoint> discoveredInsecureEndpoints, List<RemoteConnectionEndpointLookupFailure> lookupFailures)