.group(new NioEventLoopGroup())
.channel(NioSocketChannel.class);
ownsBootstrap = true;
}
bootstrap.handler(new RiakChannelInitializer(this))
.remoteAddress(new InetSocketAddress(remoteAddress, port));
if (connectionTimeout > 0)
{
bootstrap.option(ChannelOption.CONNECT_TIMEOUT_MILLIS, connectionTimeout);