Package org.jivesoftware.smack.util.rce
Interface RemoteConnectionEndpoint
-
- All Known Subinterfaces:
SingleAddressRemoteConnectionEndpoint
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 Default Methods Modifier and Type Method Description java.lang.StringgetDescription()java.lang.CharSequencegetHost()java.util.Collection<? extends java.net.InetAddress>getInetAddresses()UInt16getPort()default java.lang.StringgetRawString()
-
-
-
Method Detail
-
getHost
java.lang.CharSequence getHost()
-
getPort
UInt16 getPort()
-
getInetAddresses
java.util.Collection<? extends java.net.InetAddress> getInetAddresses()
-
getDescription
java.lang.String getDescription()
-
getRawString
default java.lang.String getRawString()
-
-