Class InsecureWebSocketRemoteConnectionEndpoint
java.lang.Object
org.jivesoftware.smack.websocket.rce.WebSocketRemoteConnectionEndpoint
org.jivesoftware.smack.websocket.rce.InsecureWebSocketRemoteConnectionEndpoint
- All Implemented Interfaces:
RemoteConnectionEndpoint
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint
RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE extends RemoteConnectionEndpoint>
-
Field Summary
Fields inherited from class org.jivesoftware.smack.websocket.rce.WebSocketRemoteConnectionEndpoint
INSECURE_WEB_SOCKET_SCHEME, SECURE_WEB_SOCKET_SCHEME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final InsecureWebSocketRemoteConnectionEndpoint
from
(CharSequence cs) final boolean
Methods inherited from class org.jivesoftware.smack.websocket.rce.WebSocketRemoteConnectionEndpoint
from, getDescription, getHost, getInetAddresses, getPort, getUri, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint
getRawString
-
Constructor Details
-
InsecureWebSocketRemoteConnectionEndpoint
-
-
Method Details
-
isSecureEndpoint
- Specified by:
isSecureEndpoint
in classWebSocketRemoteConnectionEndpoint
-
from
-