public final class WebSocketRemoteConnectionEndpoint
extends java.lang.Object
implements org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint
| Constructor and Description |
|---|
WebSocketRemoteConnectionEndpoint(java.lang.String uri) |
WebSocketRemoteConnectionEndpoint(java.net.URI uri) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
java.lang.CharSequence |
getHost() |
java.util.Collection<? extends java.net.InetAddress> |
getInetAddresses() |
org.jivesoftware.smack.datatypes.UInt16 |
getPort() |
java.net.URI |
getWebSocketEndpoint() |
boolean |
isSecureEndpoint() |
public WebSocketRemoteConnectionEndpoint(java.lang.String uri)
throws java.net.URISyntaxException
java.net.URISyntaxExceptionpublic WebSocketRemoteConnectionEndpoint(java.net.URI uri)
public java.net.URI getWebSocketEndpoint()
public boolean isSecureEndpoint()
public java.lang.CharSequence getHost()
getHost in interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpointpublic org.jivesoftware.smack.datatypes.UInt16 getPort()
getPort in interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpointpublic java.util.Collection<? extends java.net.InetAddress> getInetAddresses()
getInetAddresses in interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpointpublic java.lang.String getDescription()
getDescription in interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint