public final class IpTcpRemoteConnectionEndpoint<IARR extends org.minidns.record.InternetAddressRR<?>> extends java.lang.Object implements Rfc6120TcpRemoteConnectionEndpoint, org.jivesoftware.smack.util.rce.SingleAddressRemoteConnectionEndpoint
| Constructor and Description |
|---|
IpTcpRemoteConnectionEndpoint(java.lang.CharSequence host,
org.jivesoftware.smack.datatypes.UInt16 port,
IARR internetAddressResourceRecord) |
| Modifier and Type | Method and Description |
|---|---|
static IpTcpRemoteConnectionEndpoint<org.minidns.record.InternetAddressRR<?>> |
from(java.lang.CharSequence host,
org.jivesoftware.smack.datatypes.UInt16 port,
java.net.InetAddress inetAddress) |
java.lang.String |
getDescription() |
java.lang.CharSequence |
getHost() |
java.net.InetAddress |
getInetAddress() |
org.jivesoftware.smack.datatypes.UInt16 |
getPort() |
public IpTcpRemoteConnectionEndpoint(java.lang.CharSequence host,
org.jivesoftware.smack.datatypes.UInt16 port,
IARR internetAddressResourceRecord)
public static IpTcpRemoteConnectionEndpoint<org.minidns.record.InternetAddressRR<?>> from(java.lang.CharSequence host, org.jivesoftware.smack.datatypes.UInt16 port, java.net.InetAddress inetAddress)
public java.lang.CharSequence getHost()
getHost in interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpointpublic org.jivesoftware.smack.datatypes.UInt16 getPort()
getPort in interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpointpublic java.net.InetAddress getInetAddress()
getInetAddress in interface org.jivesoftware.smack.util.rce.SingleAddressRemoteConnectionEndpointpublic java.lang.String getDescription()
getDescription in interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint