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 class
RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE extends RemoteConnectionEndpoint>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
CharSequence
getHost()
Collection<? extends InetAddress>
getInetAddresses()
UInt16
getPort()
-
-
-
Method Detail
-
getHost
CharSequence getHost()
-
getInetAddresses
Collection<? extends InetAddress> getInetAddresses()
-
getDescription
String getDescription()
-
-