public class DefaultTransportDetails extends Object implements TransportDetails
Constructor and Description |
---|
DefaultTransportDetails(NIODetails nioDetails) |
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
true if ssl is enabled for the transport. |
public DefaultTransportDetails(NIODetails nioDetails)
public String getBindHost()
TransportDetails
getBindHost
in interface TransportDetails
public String getHostAddress()
TransportDetails
getHostAddress
in interface TransportDetails
InetAddress.getHostAddress()
public String getHostName()
TransportDetails
getHostName
in interface TransportDetails
InetAddress.getHostName()
public int getPort()
TransportDetails
getPort
in interface TransportDetails
public int getMinThreads()
TransportDetails
getMinThreads
in interface TransportDetails
public int getMaxThreads()
TransportDetails
getMaxThreads
in interface TransportDetails
public boolean isSslEnabled()
TransportDetails
true
if ssl is enabled for the transport.isSslEnabled
in interface TransportDetails
Copyright © GigaSpaces.