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
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSrvRemoteConnectionEndpoint(SRV srv, List<? extends InetAddress> inetAddresses) -
Method Summary
Modifier and TypeMethodDescriptionfinal CharSequencegetHost()final Collection<? extends InetAddress>final UInt16getPort()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint
getDescription, getRawString
-
Field Details
-
srv
-
port
-
-
Constructor Details
-
SrvRemoteConnectionEndpoint
-
-
Method Details
-
getHost
- Specified by:
getHostin interfaceRemoteConnectionEndpoint
-
getPort
- Specified by:
getPortin interfaceRemoteConnectionEndpoint
-
getInetAddresses
- Specified by:
getInetAddressesin interfaceRemoteConnectionEndpoint
-