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 classRemoteConnectionEndpoint.InetSocketAddressCoupling<RCE extends RemoteConnectionEndpoint>
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetDescription()CharSequencegetHost()Collection<? extends InetAddress>getInetAddresses()UInt16getPort()default StringgetRawString()
-
-
-
Method Detail
-
getHost
CharSequence getHost()
-
getInetAddresses
Collection<? extends InetAddress> getInetAddresses()
-
getDescription
String getDescription()
-
getRawString
default String getRawString()
-
-