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 protectedSrvRemoteConnectionEndpoint(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.CharSequencegetHost()java.util.Collection<? extends java.net.InetAddress>getInetAddresses()org.jivesoftware.smack.datatypes.UInt16getPort()
-
-
-
Method Detail
-
getHost
public final java.lang.CharSequence 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
public final java.util.Collection<? extends java.net.InetAddress> getInetAddresses()
- Specified by:
getInetAddressesin interfaceorg.jivesoftware.smack.util.rce.RemoteConnectionEndpoint
-
-