Package org.jivesoftware.smack.util.rce
Interface RemoteConnectionEndpoint
-
- All Known Subinterfaces:
Rfc6120TcpRemoteConnectionEndpoint
,SingleAddressRemoteConnectionEndpoint
- All Known Implementing Classes:
InsecureWebSocketRemoteConnectionEndpoint
,IpTcpRemoteConnectionEndpoint
,SecureWebSocketRemoteConnectionEndpoint
,SrvRemoteConnectionEndpoint
,SrvXmppRemoteConnectionEndpoint
,SrvXmppsRemoteConnectionEndpoint
,WebSocketRemoteConnectionEndpoint
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 Default Methods Modifier and Type Method Description String
getDescription()
CharSequence
getHost()
Collection<? extends InetAddress>
getInetAddresses()
UInt16
getPort()
default String
getRawString()
-
-
-
Method Detail
-
getHost
CharSequence getHost()
-
getInetAddresses
Collection<? extends InetAddress> getInetAddresses()
-
getDescription
String getDescription()
-
getRawString
default String getRawString()
-
-