public abstract class SrvRemoteConnectionEndpoint
extends java.lang.Object
implements org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint
| Modifier and Type | Field and Description |
|---|---|
protected org.jivesoftware.smack.datatypes.UInt16 |
port |
protected org.minidns.record.SRV |
srv |
| Modifier | Constructor and Description |
|---|---|
protected |
SrvRemoteConnectionEndpoint(org.minidns.record.SRV srv,
java.util.List<? extends java.net.InetAddress> inetAddresses) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.CharSequence |
getHost() |
java.util.Collection<? extends java.net.InetAddress> |
getInetAddresses() |
org.jivesoftware.smack.datatypes.UInt16 |
getPort() |
protected final org.minidns.record.SRV srv
protected final org.jivesoftware.smack.datatypes.UInt16 port
protected SrvRemoteConnectionEndpoint(org.minidns.record.SRV srv,
java.util.List<? extends java.net.InetAddress> inetAddresses)
public final java.lang.CharSequence getHost()
getHost in interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpointpublic final org.jivesoftware.smack.datatypes.UInt16 getPort()
getPort in interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpointpublic final java.util.Collection<? extends java.net.InetAddress> getInetAddresses()
getInetAddresses in interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint