Package org.jivesoftware.smack.tcp.rce
Class SrvXmppRemoteConnectionEndpoint
- java.lang.Object
-
- org.jivesoftware.smack.tcp.rce.SrvRemoteConnectionEndpoint
-
- org.jivesoftware.smack.tcp.rce.SrvXmppRemoteConnectionEndpoint
-
- All Implemented Interfaces:
Rfc6120TcpRemoteConnectionEndpoint
,RemoteConnectionEndpoint
public final class SrvXmppRemoteConnectionEndpoint extends SrvRemoteConnectionEndpoint implements Rfc6120TcpRemoteConnectionEndpoint
-
-
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.tcp.rce.SrvRemoteConnectionEndpoint
port, srv
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SrvXmppRemoteConnectionEndpoint(SRV srv, List<? extends InetAddress> inetAddresses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
-
Methods inherited from class org.jivesoftware.smack.tcp.rce.SrvRemoteConnectionEndpoint
getHost, getInetAddresses, getPort
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint
getHost, getInetAddresses, getPort
-
-
-
-
Constructor Detail
-
SrvXmppRemoteConnectionEndpoint
protected SrvXmppRemoteConnectionEndpoint(SRV srv, List<? extends InetAddress> inetAddresses)
-
-
Method Detail
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceRemoteConnectionEndpoint
-
-