Package org.jivesoftware.smack.util.rce
Interface SingleAddressRemoteConnectionEndpoint
-
- All Superinterfaces:
RemoteConnectionEndpoint
- All Known Implementing Classes:
IpTcpRemoteConnectionEndpoint
public interface SingleAddressRemoteConnectionEndpoint extends RemoteConnectionEndpoint
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint
RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE extends RemoteConnectionEndpoint>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description InetAddress
getInetAddress()
default Collection<? extends InetAddress>
getInetAddresses()
-
Methods inherited from interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint
getDescription, getHost, getPort
-
-
-
-
Method Detail
-
getInetAddress
InetAddress getInetAddress()
-
getInetAddresses
default Collection<? extends InetAddress> getInetAddresses()
- Specified by:
getInetAddresses
in interfaceRemoteConnectionEndpoint
-
-