public class XioConnectionPool extends Object
Constructor and Description |
---|
XioConnectionPool(io.netty.bootstrap.Bootstrap bootstrap,
AsyncRetryLoopFactory retryLoopFactory) |
Modifier and Type | Method and Description |
---|---|
io.netty.util.concurrent.Future<io.netty.channel.Channel> |
acquire() |
io.netty.util.concurrent.Future<Void> |
release(io.netty.channel.Channel ch) |
public XioConnectionPool(io.netty.bootstrap.Bootstrap bootstrap, AsyncRetryLoopFactory retryLoopFactory)
public io.netty.util.concurrent.Future<io.netty.channel.Channel> acquire()
public io.netty.util.concurrent.Future<Void> release(io.netty.channel.Channel ch)
Copyright © 2016. All Rights Reserved.