package

com.ning.http.client.providers.netty

Interfaces

Classes

NettyAsyncHttpProvider  
NettyAsyncHttpProvider.OptimizedFileRegion  
NettyAsyncHttpProvider.ThreadLocalBoolean  
NettyAsyncHttpProviderConfig This class can be used to pass Netty's internal configuration options. 
NettyConnectionsPool A simple implementation of ConnectionsPool based on a java.util.concurrent.ConcurrentHashMap  
NettyResponse Wrapper around the Response API. 
NettyResponseFuture<V> A Future that can be used to track when an asynchronous HTTP request has been fully processed. 
NettyWebSocket  
ResponseBodyPart A callback class used when an HTTP response body is received. 
ResponseHeaders A class that represent the HTTP headers. 
ResponseStatus A class that represent the HTTP response' status line (code + text)  
WebSocketUtil