Class SecureWebSocketRemoteConnectionEndpoint
- java.lang.Object
-
- org.jivesoftware.smack.websocket.rce.WebSocketRemoteConnectionEndpoint
-
- org.jivesoftware.smack.websocket.rce.SecureWebSocketRemoteConnectionEndpoint
-
- All Implemented Interfaces:
RemoteConnectionEndpoint
public class SecureWebSocketRemoteConnectionEndpoint extends WebSocketRemoteConnectionEndpoint
-
-
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
Constructors Modifier Constructor Description protected
SecureWebSocketRemoteConnectionEndpoint(URI uri)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SecureWebSocketRemoteConnectionEndpoint
from(CharSequence cs)
boolean
isSecureEndpoint()
-
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 Detail
-
SecureWebSocketRemoteConnectionEndpoint
protected SecureWebSocketRemoteConnectionEndpoint(URI uri)
-
-
Method Detail
-
isSecureEndpoint
public final boolean isSecureEndpoint()
- Specified by:
isSecureEndpoint
in classWebSocketRemoteConnectionEndpoint
-
from
public static final SecureWebSocketRemoteConnectionEndpoint from(CharSequence cs)
-
-