Class XNioConnectionPoolFixed
java.lang.Object
com.gigaspaces.internal.space.transport.xnio.client.XNioConnectionPoolFixed
- All Implemented Interfaces:
XNioConnectionPool,Closeable,AutoCloseable
- Since:
- 16.0
- Author:
- Niv Ingberg
-
Constructor Summary
ConstructorsConstructorDescriptionXNioConnectionPoolFixed(InetSocketAddress address) XNioConnectionPoolFixed(InetSocketAddress address, int capacity, int connectionTimeout) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.internal.space.transport.xnio.client.XNioConnectionPool
createChannel
-
Constructor Details
-
XNioConnectionPoolFixed
-
XNioConnectionPoolFixed
-
-
Method Details
-
acquire
- Specified by:
acquirein interfaceXNioConnectionPool- Throws:
IOException
-
release
- Specified by:
releasein interfaceXNioConnectionPool
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-