Package org.jivesoftware.smack.tcp.rce
Class SrvRemoteConnectionEndpoint
java.lang.Object
org.jivesoftware.smack.tcp.rce.SrvRemoteConnectionEndpoint
- All Implemented Interfaces:
RemoteConnectionEndpoint
- Direct Known Subclasses:
SrvXmppRemoteConnectionEndpoint
,SrvXmppsRemoteConnectionEndpoint
public abstract class SrvRemoteConnectionEndpoint
extends Object
implements RemoteConnectionEndpoint
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint
RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE extends RemoteConnectionEndpoint>
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
SrvRemoteConnectionEndpoint
(SRV srv, List<? extends InetAddress> inetAddresses) -
Method Summary
Modifier and TypeMethodDescriptionfinal CharSequence
getHost()
final Collection<? extends InetAddress>
final UInt16
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
getDescription, getRawString
-
Field Details
-
srv
-
port
-
-
Constructor Details
-
SrvRemoteConnectionEndpoint
-
-
Method Details
-
getHost
- Specified by:
getHost
in interfaceRemoteConnectionEndpoint
-
getPort
- Specified by:
getPort
in interfaceRemoteConnectionEndpoint
-
getInetAddresses
- Specified by:
getInetAddresses
in interfaceRemoteConnectionEndpoint
-