Package org.jivesoftware.smack.util.rce
Interface RemoteConnectionEndpoint
-
- All Known Subinterfaces:
Rfc6120TcpRemoteConnectionEndpoint,SingleAddressRemoteConnectionEndpoint
- All Known Implementing Classes:
IpTcpRemoteConnectionEndpoint,SrvRemoteConnectionEndpoint,SrvXmppRemoteConnectionEndpoint,SrvXmppsRemoteConnectionEndpoint
public interface RemoteConnectionEndpoint
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRemoteConnectionEndpoint.InetSocketAddressCoupling<RCE extends RemoteConnectionEndpoint>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()CharSequencegetHost()Collection<? extends InetAddress>getInetAddresses()UInt16getPort()
-
-
-
Method Detail
-
getHost
CharSequence getHost()
-
getInetAddresses
Collection<? extends InetAddress> getInetAddresses()
-
getDescription
String getDescription()
-
-