Class DefaultTransportDetails
java.lang.Object
org.openspaces.admin.internal.transport.DefaultTransportDetails
- All Implemented Interfaces:
TransportDetails
- Author:
- kimchy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the host name or address the communication layer bounded on.Returns the local host address of the transport.Returns the local host address of the transport.intReturns the maximum number of threads configured for the transport communication layer thread pool.intReturns the minimum number of threads configured for the transport communication layer thread pool.intgetPort()Returns the port the communication layer bounded on.booleanReturnstrueif ssl is enabled for the transport.
-
Constructor Details
-
DefaultTransportDetails
-
-
Method Details
-
getBindHost
Description copied from interface:TransportDetailsReturns the host name or address the communication layer bounded on.- Specified by:
getBindHostin interfaceTransportDetails
-
getHostAddress
Description copied from interface:TransportDetailsReturns the local host address of the transport.- Specified by:
getHostAddressin interfaceTransportDetails- See Also:
-
getHostName
Description copied from interface:TransportDetailsReturns the local host address of the transport.- Specified by:
getHostNamein interfaceTransportDetails- See Also:
-
getPort
public int getPort()Description copied from interface:TransportDetailsReturns the port the communication layer bounded on.- Specified by:
getPortin interfaceTransportDetails
-
getMinThreads
public int getMinThreads()Description copied from interface:TransportDetailsReturns the minimum number of threads configured for the transport communication layer thread pool.- Specified by:
getMinThreadsin interfaceTransportDetails
-
getMaxThreads
public int getMaxThreads()Description copied from interface:TransportDetailsReturns the maximum number of threads configured for the transport communication layer thread pool.- Specified by:
getMaxThreadsin interfaceTransportDetails
-
isSslEnabled
public boolean isSslEnabled()Description copied from interface:TransportDetailsReturnstrueif ssl is enabled for the transport.- Specified by:
isSslEnabledin interfaceTransportDetails
-