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 java.lang.Object implements org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SrvRemoteConnectionEndpoint(org.minidns.record.SRV srv, java.util.List<? extends java.net.InetAddress> inetAddresses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.CharSequence
getHost()
java.util.Collection<? extends java.net.InetAddress>
getInetAddresses()
org.jivesoftware.smack.datatypes.UInt16
getPort()
-
-
-
Method Detail
-
getHost
public final java.lang.CharSequence getHost()
- Specified by:
getHost
in interfaceorg.jivesoftware.smack.util.rce.RemoteConnectionEndpoint
-
getPort
public final org.jivesoftware.smack.datatypes.UInt16 getPort()
- Specified by:
getPort
in interfaceorg.jivesoftware.smack.util.rce.RemoteConnectionEndpoint
-
getInetAddresses
public final java.util.Collection<? extends java.net.InetAddress> getInetAddresses()
- Specified by:
getInetAddresses
in interfaceorg.jivesoftware.smack.util.rce.RemoteConnectionEndpoint
-
-