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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint
org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE extends org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint> -
Field Summary
Fields inherited from class org.jivesoftware.smack.websocket.rce.WebSocketRemoteConnectionEndpoint
INSECURE_WEB_SOCKET_SCHEME, SECURE_WEB_SOCKET_SCHEME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final InsecureWebSocketRemoteConnectionEndpointfrom(CharSequence cs) final booleanMethods inherited from class org.jivesoftware.smack.websocket.rce.WebSocketRemoteConnectionEndpoint
from, getDescription, getHost, getInetAddresses, getPort, getUri, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint
getRawString
-
Constructor Details
-
InsecureWebSocketRemoteConnectionEndpoint
-
-
Method Details
-
isSecureEndpoint
public final boolean isSecureEndpoint()- Specified by:
isSecureEndpointin classWebSocketRemoteConnectionEndpoint
-
from
-