Uses of Class
org.jivesoftware.smack.websocket.rce.SecureWebSocketRemoteConnectionEndpoint
Package
Description
This package contains websocket endpoint classes needed by the websocket transport.
-
Uses of SecureWebSocketRemoteConnectionEndpoint in org.jivesoftware.smack.websocket.rce
Modifier and TypeFieldDescriptionWebSocketRemoteConnectionEndpointLookup.Result.discoveredSecureEndpoints
Modifier and TypeMethodDescriptionstatic final SecureWebSocketRemoteConnectionEndpoint
SecureWebSocketRemoteConnectionEndpoint.from
(CharSequence cs) Modifier and TypeMethodDescriptionWebSocketRemoteConnectionEndpointLookup.Result.getDiscoveredSecureRemoteConnectionEndpoints()
ModifierConstructorDescriptionResult
(List<SecureWebSocketRemoteConnectionEndpoint> discoveredSecureEndpoints, List<InsecureWebSocketRemoteConnectionEndpoint> discoveredInsecureEndpoints, List<RemoteConnectionEndpointLookupFailure> lookupFailures)