| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransportDetails
Details (non changeable information) of a single transport.
| Method Summary | |
|---|---|
 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 host name or address the communication layer bounded on.  | 
 boolean | 
isSslEnabled()
Returns true if ssl is enabled for the transport. | 
| Method Detail | 
|---|
String getHostAddress()
InetAddress.getLocalHost(), 
InetAddress.getHostAddress()String getHostName()
InetAddress.getLocalHost(), 
InetAddress.getHostName()String getBindHost()
int getPort()
int getMinThreads()
int getMaxThreads()
boolean isSslEnabled()
true if ssl is enabled for the transport.
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||