Uses of Class
org.jivesoftware.smack.websocket.rce.InsecureWebSocketRemoteConnectionEndpoint
-
Packages that use InsecureWebSocketRemoteConnectionEndpoint Package Description org.jivesoftware.smack.websocket.rce This package contains websocket endpoint classes needed by the websocket transport. -
-
Uses of InsecureWebSocketRemoteConnectionEndpoint in org.jivesoftware.smack.websocket.rce
Fields in org.jivesoftware.smack.websocket.rce with type parameters of type InsecureWebSocketRemoteConnectionEndpoint Modifier and Type Field Description List<InsecureWebSocketRemoteConnectionEndpoint>WebSocketRemoteConnectionEndpointLookup.Result. discoveredInsecureEndpointsMethods in org.jivesoftware.smack.websocket.rce that return InsecureWebSocketRemoteConnectionEndpoint Modifier and Type Method Description static InsecureWebSocketRemoteConnectionEndpointInsecureWebSocketRemoteConnectionEndpoint. from(CharSequence cs)Methods in org.jivesoftware.smack.websocket.rce that return types with arguments of type InsecureWebSocketRemoteConnectionEndpoint Modifier and Type Method Description List<InsecureWebSocketRemoteConnectionEndpoint>WebSocketRemoteConnectionEndpointLookup.Result. getDiscoveredInsecureRemoteConnectionEndpoints()
-