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>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSrvRemoteConnectionEndpoint(SRV srv, List<? extends InetAddress> inetAddresses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharSequencegetHost()Collection<? extends InetAddress>getInetAddresses()UInt16getPort()-
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
-
-
-
-
Constructor Detail
-
SrvRemoteConnectionEndpoint
protected SrvRemoteConnectionEndpoint(SRV srv, List<? extends InetAddress> inetAddresses)
-
-
Method Detail
-
getHost
public final CharSequence getHost()
- Specified by:
getHostin interfaceRemoteConnectionEndpoint
-
getPort
public final UInt16 getPort()
- Specified by:
getPortin interfaceRemoteConnectionEndpoint
-
getInetAddresses
public final Collection<? extends InetAddress> getInetAddresses()
- Specified by:
getInetAddressesin interfaceRemoteConnectionEndpoint
-
-