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