Interface XNioConnectionPool
- All Superinterfaces:
AutoCloseable, Closeable
- All Known Implementing Classes:
XNioConnectionPoolDynamic, XNioConnectionPoolFixed, XNioConnectionPoolThreadLocal
- Since:
- 16.0
- Author:
- Niv Ingberg
-
Method Summary
Modifier and TypeMethodDescriptionacquire()default SocketChannelcreateChannel(InetSocketAddress serverAddress, int connectionTimeout) voidrelease(XNioChannel channel)
-
Method Details
-
acquire
- Throws:
IOException
-
release
-
createChannel
-