public interface TransportDetails
| Modifier and Type | Method and Description | 
|---|---|
| String | getBindHost()Returns the host name or address the communication layer bounded on. | 
| String | getHostAddress()Returns the local host address of the transport. | 
| String | getHostName()Returns the local host address of the transport. | 
| int | getMaxThreads()Returns the maximum number of threads configured for the transport communication layer thread
 pool. | 
| int | getMinThreads()Returns the minimum number of threads configured for the transport communication layer thread
 pool. | 
| int | getPort()Returns the port the communication layer bounded on. | 
| boolean | isSslEnabled()Returns  trueif ssl is enabled for the transport. | 
String getHostAddress()
InetAddress.getHostAddress()String getHostName()
InetAddress.getHostName()String getBindHost()
int getPort()
int getMinThreads()
int getMaxThreads()
boolean isSslEnabled()
true if ssl is enabled for the transport.Copyright © GigaSpaces.