Package org.jivesoftware.smack.tcp.rce
Class IpTcpRemoteConnectionEndpoint<IARR extends InternetAddressRR<?>>
java.lang.Object
org.jivesoftware.smack.tcp.rce.IpTcpRemoteConnectionEndpoint<IARR>
- All Implemented Interfaces:
Rfc6120TcpRemoteConnectionEndpoint
,RemoteConnectionEndpoint
,SingleAddressRemoteConnectionEndpoint
public final class IpTcpRemoteConnectionEndpoint<IARR extends InternetAddressRR<?>>
extends Object
implements Rfc6120TcpRemoteConnectionEndpoint, SingleAddressRemoteConnectionEndpoint
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint
RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE extends RemoteConnectionEndpoint>
-
Constructor Summary
ConstructorDescriptionIpTcpRemoteConnectionEndpoint
(CharSequence host, UInt16 port, IARR internetAddressResourceRecord) -
Method Summary
Modifier and TypeMethodDescriptionstatic IpTcpRemoteConnectionEndpoint<InternetAddressRR<?>>
from
(CharSequence host, UInt16 port, InetAddress inetAddress) getHost()
getPort()
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
getRawString
Methods inherited from interface org.jivesoftware.smack.util.rce.SingleAddressRemoteConnectionEndpoint
getInetAddresses
-
Constructor Details
-
IpTcpRemoteConnectionEndpoint
public IpTcpRemoteConnectionEndpoint(CharSequence host, UInt16 port, IARR internetAddressResourceRecord)
-
-
Method Details
-
from
public static IpTcpRemoteConnectionEndpoint<InternetAddressRR<?>> from(CharSequence host, UInt16 port, InetAddress inetAddress) -
getHost
- Specified by:
getHost
in interfaceRemoteConnectionEndpoint
-
getPort
- Specified by:
getPort
in interfaceRemoteConnectionEndpoint
-
getInetAddress
- Specified by:
getInetAddress
in interfaceSingleAddressRemoteConnectionEndpoint
-
getDescription
- Specified by:
getDescription
in interfaceRemoteConnectionEndpoint
-