Class InsecureWebSocketRemoteConnectionEndpoint
- java.lang.Object
-
- org.jivesoftware.smack.websocket.rce.WebSocketRemoteConnectionEndpoint
-
- org.jivesoftware.smack.websocket.rce.InsecureWebSocketRemoteConnectionEndpoint
-
- All Implemented Interfaces:
org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint
public class InsecureWebSocketRemoteConnectionEndpoint extends WebSocketRemoteConnectionEndpoint
-
-
Field Summary
-
Fields inherited from class org.jivesoftware.smack.websocket.rce.WebSocketRemoteConnectionEndpoint
INSECURE_WEB_SOCKET_SCHEME, SECURE_WEB_SOCKET_SCHEME
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedInsecureWebSocketRemoteConnectionEndpoint(java.net.URI uri)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InsecureWebSocketRemoteConnectionEndpointfrom(java.lang.CharSequence cs)booleanisSecureEndpoint()-
Methods inherited from class org.jivesoftware.smack.websocket.rce.WebSocketRemoteConnectionEndpoint
from, getDescription, getHost, getInetAddresses, getPort, getUri, toString
-
-
-
-
Method Detail
-
isSecureEndpoint
public final boolean isSecureEndpoint()
- Specified by:
isSecureEndpointin classWebSocketRemoteConnectionEndpoint
-
from
public static final InsecureWebSocketRemoteConnectionEndpoint from(java.lang.CharSequence cs)
-
-