Package | Description |
---|---|
com.ning.http.client.providers.netty |
Modifier and Type | Method and Description |
---|---|
static <T> NettyResponseFuture<T> |
NettyAsyncHttpProvider.newFuture(URI uri,
Request request,
AsyncHandler<T> asyncHandler,
org.jboss.netty.handler.codec.http.HttpRequest nettyRequest,
AsyncHttpClientConfig config,
NettyAsyncHttpProvider provider) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
NettyAsyncHttpProvider.remotelyClosed(org.jboss.netty.channel.Channel channel,
NettyResponseFuture<?> future) |
protected <T> void |
NettyAsyncHttpProvider.writeRequest(org.jboss.netty.channel.Channel channel,
AsyncHttpClientConfig config,
NettyResponseFuture<T> future,
org.jboss.netty.handler.codec.http.HttpRequest nettyRequest) |
Copyright © 2015. All rights reserved.