Package com.gigaspaces.lrmi.nio.info
Class NIODetails
java.lang.Object
com.gigaspaces.lrmi.nio.info.NIODetails
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable
- Author:
- kimchy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNIODetails(long id, String hostAddress, String hostName, String bindHost, int port, int minThreads, int maxThreads, boolean sslEnabled) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
NIODetails
public NIODetails() -
NIODetails
-
-
Method Details
-
getId
public long getId() -
getHostAddress
-
getHostName
-
getBindHost
-
getPort
public int getPort() -
getMinThreads
public int getMinThreads() -
getMaxThreads
public int getMaxThreads() -
isSslEnabled
public boolean isSslEnabled() -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
toString
-