Uses of Class
org.jivesoftware.smack.websocket.rce.SecureWebSocketRemoteConnectionEndpoint
-
Packages that use SecureWebSocketRemoteConnectionEndpoint Package Description org.jivesoftware.smack.websocket.rce 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 SecureWebSocketRemoteConnectionEndpoint Modifier and Type Field Description List<SecureWebSocketRemoteConnectionEndpoint>WebSocketRemoteConnectionEndpointLookup.Result. discoveredSecureEndpointsMethods in org.jivesoftware.smack.websocket.rce that return SecureWebSocketRemoteConnectionEndpoint Modifier and Type Method Description static SecureWebSocketRemoteConnectionEndpointSecureWebSocketRemoteConnectionEndpoint. from(CharSequence cs)Methods in org.jivesoftware.smack.websocket.rce that return types with arguments of type SecureWebSocketRemoteConnectionEndpoint Modifier and Type Method Description List<SecureWebSocketRemoteConnectionEndpoint>WebSocketRemoteConnectionEndpointLookup.Result. getDiscoveredSecureRemoteConnectionEndpoints()Constructor parameters in org.jivesoftware.smack.websocket.rce with type arguments of type SecureWebSocketRemoteConnectionEndpoint Constructor Description Result(List<SecureWebSocketRemoteConnectionEndpoint> discoveredSecureEndpoints, List<InsecureWebSocketRemoteConnectionEndpoint> discoveredInsecureEndpoints, List<RemoteConnectionEndpointLookupFailure> lookupFailures)
-