Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

abort(Throwable) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
abort(Channel, NettyResponseFuture<?>, Throwable) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
 
abortChannelPreemption(Object) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
add(Channel) - Method in class org.asynchttpclient.netty.channel.CleanupChannelGroup
 
addAuthorizationHeader(HttpHeaders, String) - Method in class org.asynchttpclient.netty.request.NettyRequestFactory
 
addChannelOption(ChannelOption<T>, T) - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
addProperty(ChannelOption<Object>, Object) - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
Add a property that will be used when the AsyncHttpClient initialize its AsyncHttpProvider
addWebSocketListener(WebSocketListener) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
applyIoExceptionFiltersAndReplayRequest(NettyResponseFuture<?>, IOException, Channel) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
 
attachChannel(Channel, boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 

B

BodyChunkedInput - Class in org.asynchttpclient.netty.request.body
Adapts a Body to Netty's ChunkedInput.
BodyChunkedInput(Body) - Constructor for class org.asynchttpclient.netty.request.body.BodyChunkedInput
 
BodyFileRegion - Class in org.asynchttpclient.netty.request.body
Adapts a RandomAccessBody to Netty's FileRegion.
BodyFileRegion(RandomAccessBody) - Constructor for class org.asynchttpclient.netty.request.body.BodyFileRegion
 
buildCookies() - Method in class org.asynchttpclient.netty.NettyResponse
 
byteBuf() - Method in class org.asynchttpclient.netty.request.body.NettyByteArrayBody
 
byteBuf() - Method in class org.asynchttpclient.netty.request.body.NettyByteBufferBody
 
byteBuf() - Method in class org.asynchttpclient.netty.request.body.NettyCompositeByteArrayBody
 
byteBuf() - Method in class org.asynchttpclient.netty.request.body.NettyDirectBody
 
byteBuf2Bytes(ByteBuf) - Static method in class org.asynchttpclient.netty.util.ByteBufUtils
 
byteBufs2Bytes(List<ByteBuf>) - Static method in class org.asynchttpclient.netty.util.ByteBufUtils
 
ByteBufUtils - Class in org.asynchttpclient.netty.util
 

C

call() - Method in class org.asynchttpclient.netty.Callback
 
Callback - Class in org.asynchttpclient.netty
 
Callback(NettyResponseFuture<?>) - Constructor for class org.asynchttpclient.netty.Callback
 
canBeReplayed() - Method in class org.asynchttpclient.netty.NettyResponseFuture
Return true if the Future can be recovered.
cancel(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
cancel() - Method in class org.asynchttpclient.netty.timeout.TimeoutsHolder
 
cancelTimeouts() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
canRetry() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
channel() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
channel - Variable in class org.asynchttpclient.netty.ws.NettyWebSocket
 
channelInactive(ChannelHandlerContext) - Method in class org.asynchttpclient.netty.handler.Processor
 
ChannelManager - Class in org.asynchttpclient.netty.channel
 
ChannelManager(AsyncHttpClientConfig, NettyAsyncHttpProviderConfig, Timer) - Constructor for class org.asynchttpclient.netty.channel.ChannelManager
 
channelManager - Variable in class org.asynchttpclient.netty.handler.Protocol
 
ChannelPool - Interface in org.asynchttpclient.netty.channel.pool
 
channelRead(ChannelHandlerContext, Object) - Method in class org.asynchttpclient.netty.handler.Processor
 
Channels - Class in org.asynchttpclient.netty.channel
 
Channels() - Constructor for class org.asynchttpclient.netty.channel.Channels
 
CHUNKED_WRITER_HANDLER - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
 
clean() - Method in class org.asynchttpclient.netty.timeout.TimeoutTimerTask
When the timeout is cancelled, it could still be referenced for quite some time in the Timer.
CleanupChannelGroup - Class in org.asynchttpclient.netty.channel
Extension of DefaultChannelGroup that's used mainly as a cleanup container, where CleanupChannelGroup.close() is only supposed to be called once.
CleanupChannelGroup() - Constructor for class org.asynchttpclient.netty.channel.CleanupChannelGroup
 
CleanupChannelGroup(String) - Constructor for class org.asynchttpclient.netty.channel.CleanupChannelGroup
 
close() - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
close() - Method in class org.asynchttpclient.netty.channel.CleanupChannelGroup
 
close() - Method in class org.asynchttpclient.netty.NettyAsyncHttpProvider
 
close() - Method in class org.asynchttpclient.netty.request.body.BodyChunkedInput
 
close() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
close(int, String) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
closeChannel(Channel) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
config - Variable in class org.asynchttpclient.netty.handler.Protocol
 
configureBootstraps(NettyRequestSender, AtomicBoolean) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class org.asynchttpclient.netty.channel.SslInitializer
 
count() - Method in class org.asynchttpclient.netty.request.body.BodyFileRegion
 
createBody() - Method in class org.asynchttpclient.netty.request.body.FeedableBodyGenerator
 
createSslHandler(String, int) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 

D

deallocate() - Method in class org.asynchttpclient.netty.request.body.BodyFileRegion
 
DefaultChannelPool - Class in org.asynchttpclient.netty.channel.pool
A simple implementation of com.ning.http.client.providers.netty.pool.ChannelPool based on a ConcurrentHashMap
DefaultChannelPool(AsyncHttpClientConfig, Timer) - Constructor for class org.asynchttpclient.netty.channel.pool.DefaultChannelPool
 
DefaultChannelPool(long, int, boolean, Timer) - Constructor for class org.asynchttpclient.netty.channel.pool.DefaultChannelPool
 
DefaultConnectionStrategy - Class in org.asynchttpclient.netty.handler
Connection strategy implementing standard HTTP 1.0/1.1 behaviour.
DefaultConnectionStrategy() - Constructor for class org.asynchttpclient.netty.handler.DefaultConnectionStrategy
 
DefaultNettyWebSocketFactory() - Constructor for class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig.DefaultNettyWebSocketFactory
 
DEFLATER_HANDLER - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
 
destroy() - Method in interface org.asynchttpclient.netty.channel.pool.ChannelPool
Destroy all channels that has been cached by this instance.
destroy() - Method in class org.asynchttpclient.netty.channel.pool.DefaultChannelPool
Destroy all channels that has been cached by this instance.
destroy() - Method in class org.asynchttpclient.netty.channel.pool.NoopChannelPool
 
done() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
done - Variable in class org.asynchttpclient.netty.timeout.TimeoutTimerTask
 
drainChannelAndExecuteNextRequest(Channel, NettyResponseFuture<?>, Request) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
 
drainChannelAndOffer(Channel, NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
drainChannelAndOffer(Channel, NettyResponseFuture<?>, boolean, Object) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 

E

EagerNettyResponseBodyPart - Class in org.asynchttpclient.netty
A callback class used when an HTTP response body is received.
EagerNettyResponseBodyPart(ByteBuf, boolean) - Constructor for class org.asynchttpclient.netty.EagerNettyResponseBodyPart
 
EagerResponseBodyPartFactory() - Constructor for class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig.EagerResponseBodyPartFactory
 
EMPTY_BYTE_ARRAY - Static variable in class org.asynchttpclient.netty.util.ByteBufUtils
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.asynchttpclient.netty.handler.Processor
 
execute(Request, AsyncHandler<T>) - Method in class org.asynchttpclient.netty.NettyAsyncHttpProvider
 
exitAfterHandlingRedirect(Channel, NettyResponseFuture<?>, HttpResponse, Request, int, Realm) - Method in class org.asynchttpclient.netty.handler.Protocol
 
exitAfterProcessingFilters(Channel, NettyResponseFuture<?>, AsyncHandler<?>, HttpResponseStatus, HttpResponseHeaders) - Method in class org.asynchttpclient.netty.handler.Protocol
 
expire(String, long) - Method in class org.asynchttpclient.netty.timeout.TimeoutTimerTask
 

F

feed(ByteBuffer, boolean) - Method in class org.asynchttpclient.netty.request.body.FeedableBodyGenerator
 
FeedableBodyGenerator - Class in org.asynchttpclient.netty.request.body
BodyGenerator which may return just part of the payload at the time handler is requesting it.
FeedableBodyGenerator() - Constructor for class org.asynchttpclient.netty.request.body.FeedableBodyGenerator
 
FeedableBodyGenerator.FeedListener - Interface in org.asynchttpclient.netty.request.body
 
flushChannelPoolPartition(String) - Method in class org.asynchttpclient.netty.NettyAsyncHttpProvider
 
flushChannelPoolPartitions(ChannelPoolPartitionSelector) - Method in class org.asynchttpclient.netty.NettyAsyncHttpProvider
 
flushPartition(String) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
flushPartition(Object) - Method in interface org.asynchttpclient.netty.channel.pool.ChannelPool
Flush a partition
flushPartition(Object) - Method in class org.asynchttpclient.netty.channel.pool.DefaultChannelPool
 
flushPartition(Object) - Method in class org.asynchttpclient.netty.channel.pool.NoopChannelPool
 
flushPartitions(ChannelPoolPartitionSelector) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
flushPartitions(ChannelPoolPartitionSelector) - Method in interface org.asynchttpclient.netty.channel.pool.ChannelPool
Flush partitions based on a selector
flushPartitions(ChannelPoolPartitionSelector) - Method in class org.asynchttpclient.netty.channel.pool.DefaultChannelPool
 
flushPartitions(ChannelPoolPartitionSelector) - Method in class org.asynchttpclient.netty.channel.pool.NoopChannelPool
 
future - Variable in class org.asynchttpclient.netty.Callback
 
future() - Method in class org.asynchttpclient.netty.Callback
 

G

get() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
get(long, TimeUnit) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getAndSetAuth(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getAndSetStatusReceived(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getAsyncHandler() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getAttribute(Channel) - Static method in class org.asynchttpclient.netty.channel.Channels
 
getBody() - Method in class org.asynchttpclient.netty.request.body.NettyBodyBody
 
getBody() - Method in class org.asynchttpclient.netty.request.NettyRequest
 
getBodyByteBuffer() - Method in class org.asynchttpclient.netty.EagerNettyResponseBodyPart
 
getBodyByteBuffer() - Method in class org.asynchttpclient.netty.LazyNettyResponseBodyPart
 
getBodyPartBytes() - Method in class org.asynchttpclient.netty.EagerNettyResponseBodyPart
Return the response body's part bytes received.
getBodyPartBytes() - Method in class org.asynchttpclient.netty.LazyNettyResponseBodyPart
Return the response body's part bytes received.
getBodyPartFactory() - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
getBootstrap(Uri, boolean, boolean) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
getBuf() - Method in class org.asynchttpclient.netty.LazyNettyResponseBodyPart
 
getChannelPool() - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
getChannelRemoteAddress() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getConnectionPoolPartitioning() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getConnectionStrategy() - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
getContentLength() - Method in interface org.asynchttpclient.netty.request.body.NettyBody
 
getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyBodyBody
 
getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyByteArrayBody
 
getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyByteBufferBody
 
getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyCompositeByteArrayBody
 
getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyFileBody
 
getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyInputStreamBody
 
getContentType() - Method in interface org.asynchttpclient.netty.request.body.NettyBody
 
getContentType() - Method in class org.asynchttpclient.netty.request.body.NettyBodyBody
 
getContentType() - Method in class org.asynchttpclient.netty.request.body.NettyByteArrayBody
 
getContentType() - Method in class org.asynchttpclient.netty.request.body.NettyByteBufferBody
 
getContentType() - Method in class org.asynchttpclient.netty.request.body.NettyCompositeByteArrayBody
 
getContentType() - Method in class org.asynchttpclient.netty.request.body.NettyFileBody
 
getContentType() - Method in class org.asynchttpclient.netty.request.body.NettyInputStreamBody
 
getContentType() - Method in class org.asynchttpclient.netty.request.body.NettyMultipartBody
 
getEventLoopGroup() - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
getFile() - Method in class org.asynchttpclient.netty.request.body.NettyFileBody
 
getHeaders() - Method in class org.asynchttpclient.netty.NettyResponseHeaders
Return the HTTP header
getHttpAdditionalPipelineInitializer() - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
getHttpHeaders() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getHttpRequest() - Method in class org.asynchttpclient.netty.request.NettyRequest
 
getHttpsAdditionalPipelineInitializer() - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
getInputStream() - Method in class org.asynchttpclient.netty.request.body.NettyInputStreamBody
 
getLastTouch() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getLocalAddress() - Method in class org.asynchttpclient.netty.NettyResponseStatus
 
getLocalAddress() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
getNettyRequest() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getNettyTimer() - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
getNettyWebSocketFactory() - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
getOffset() - Method in class org.asynchttpclient.netty.request.body.NettyFileBody
 
getPartitionKey() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getProperty(ChannelOption<Object>) - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
Return the value associated with the property's name
getProtocolMajorVersion() - Method in class org.asynchttpclient.netty.NettyResponseStatus
 
getProtocolMinorVersion() - Method in class org.asynchttpclient.netty.NettyResponseStatus
 
getProtocolName() - Method in class org.asynchttpclient.netty.NettyResponseStatus
 
getProtocolText() - Method in class org.asynchttpclient.netty.NettyResponseStatus
 
getProxyAuthorizationHeader(Request) - Method in class org.asynchttpclient.netty.request.NettyRequestFactory
 
getProxyServer() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getRemoteAddress() - Method in class org.asynchttpclient.netty.NettyResponseStatus
 
getRemoteAddress() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
getRequest() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getResponseBody() - Method in class org.asynchttpclient.netty.NettyResponse
 
getResponseBody(Charset) - Method in class org.asynchttpclient.netty.NettyResponse
 
getResponseBodyAsByteBuffer() - Method in class org.asynchttpclient.netty.NettyResponse
 
getResponseBodyAsBytes() - Method in class org.asynchttpclient.netty.NettyResponse
 
getResponseBodyAsStream() - Method in class org.asynchttpclient.netty.NettyResponse
 
getSocketChannelClass() - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
getSslHandler(ChannelPipeline) - Static method in class org.asynchttpclient.netty.channel.ChannelManager
 
getStart() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getState() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getStatusCode() - Method in class org.asynchttpclient.netty.NettyResponseStatus
Return the response status code
getStatusText() - Method in class org.asynchttpclient.netty.NettyResponseStatus
Return the response status text
getUri() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getWsAdditionalPipelineInitializer() - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
getWssAdditionalPipelineInitializer() - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
GZIP_DEFLATE - Static variable in class org.asynchttpclient.netty.request.NettyRequestFactory
 

H

handle(Channel, NettyResponseFuture<?>, Object) - Method in class org.asynchttpclient.netty.handler.HttpProtocol
 
handle(Channel, NettyResponseFuture<?>, Object) - Method in class org.asynchttpclient.netty.handler.Protocol
 
handle(Channel, NettyResponseFuture<?>, Object) - Method in class org.asynchttpclient.netty.handler.WebSocketProtocol
 
handleUnexpectedClosedChannel(Channel, NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
 
hasIOExceptionFilters - Variable in class org.asynchttpclient.netty.handler.Protocol
 
HTTP_HANDLER - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
 
HTTP_PROCESSOR - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
 
HttpProtocol - Class in org.asynchttpclient.netty.handler
 
HttpProtocol(ChannelManager, AsyncHttpClientConfig, NettyAsyncHttpProviderConfig, NettyRequestSender) - Constructor for class org.asynchttpclient.netty.handler.HttpProtocol
 

I

incrementAndGetCurrentRedirectCount() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
INFLATER_HANDLER - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
 
initPipeline(ChannelPipeline) - Method in interface org.asynchttpclient.netty.NettyAsyncHttpProviderConfig.AdditionalPipelineInitializer
 
isCancelled() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
isChannelValid(Channel) - Static method in class org.asynchttpclient.netty.channel.Channels
 
isClosed() - Method in class org.asynchttpclient.netty.request.NettyRequestSender
 
isConnectAllowed() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
isDone() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
isDontWriteBodyBecauseExpectContinue() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
isEndOfInput() - Method in class org.asynchttpclient.netty.request.body.BodyChunkedInput
 
isHeadersAlreadyWrittenOnContinue() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
isInAuth() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
isKeepAlive() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
isLast() - Method in class org.asynchttpclient.netty.NettyResponseBodyPart
isOpen() - Method in interface org.asynchttpclient.netty.channel.pool.ChannelPool
Return true if a channel can be cached.
isOpen() - Method in class org.asynchttpclient.netty.channel.pool.DefaultChannelPool
Return true if a channel can be cached.
isOpen() - Method in class org.asynchttpclient.netty.channel.pool.NoopChannelPool
 
isOpen() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
isSslHandlerConfigured(ChannelPipeline) - Static method in class org.asynchttpclient.netty.channel.ChannelManager
 
isStreamWasAlreadyConsumed() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
isUnderlyingConnectionToBeClosed() - Method in class org.asynchttpclient.netty.NettyResponseBodyPart

K

keepAlive(HttpRequest, HttpResponse) - Method in class org.asynchttpclient.netty.handler.DefaultConnectionStrategy
Implemented in accordance with RFC 7230 section 6.1 https://tools.ietf.org/html/rfc7230#section-6.1

L

LazyNettyResponseBodyPart - Class in org.asynchttpclient.netty
A callback class used when an HTTP response body is received.
LazyNettyResponseBodyPart(ByteBuf, boolean) - Constructor for class org.asynchttpclient.netty.LazyNettyResponseBodyPart
 
LazyResponseBodyPartFactory() - Constructor for class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig.LazyResponseBodyPartFactory
 
length() - Method in class org.asynchttpclient.netty.EagerNettyResponseBodyPart
 
length() - Method in class org.asynchttpclient.netty.LazyNettyResponseBodyPart
 
listeners - Variable in class org.asynchttpclient.netty.ws.NettyWebSocket
 
logger - Variable in class org.asynchttpclient.netty.handler.Protocol
 

M

markUnderlyingConnectionAsToBeClosed() - Method in class org.asynchttpclient.netty.NettyResponseBodyPart
maxBufferSize - Variable in class org.asynchttpclient.netty.ws.NettyWebSocket
 

N

NettyAsyncHttpProvider - Class in org.asynchttpclient.netty
 
NettyAsyncHttpProvider(AsyncHttpClientConfig) - Constructor for class org.asynchttpclient.netty.NettyAsyncHttpProvider
 
NettyAsyncHttpProviderConfig - Class in org.asynchttpclient.netty
This class can be used to pass Netty's internal configuration options.
NettyAsyncHttpProviderConfig() - Constructor for class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
NettyAsyncHttpProviderConfig.AdditionalPipelineInitializer - Interface in org.asynchttpclient.netty
 
NettyAsyncHttpProviderConfig.DefaultNettyWebSocketFactory - Class in org.asynchttpclient.netty
 
NettyAsyncHttpProviderConfig.EagerResponseBodyPartFactory - Class in org.asynchttpclient.netty
 
NettyAsyncHttpProviderConfig.LazyResponseBodyPartFactory - Class in org.asynchttpclient.netty
 
NettyAsyncHttpProviderConfig.NettyWebSocketFactory - Interface in org.asynchttpclient.netty
 
NettyAsyncHttpProviderConfig.ResponseBodyPartFactory - Interface in org.asynchttpclient.netty
 
NettyBody - Interface in org.asynchttpclient.netty.request.body
 
NettyBodyBody - Class in org.asynchttpclient.netty.request.body
 
NettyBodyBody(Body, AsyncHttpClientConfig) - Constructor for class org.asynchttpclient.netty.request.body.NettyBodyBody
 
NettyByteArrayBody - Class in org.asynchttpclient.netty.request.body
 
NettyByteArrayBody(byte[]) - Constructor for class org.asynchttpclient.netty.request.body.NettyByteArrayBody
 
NettyByteArrayBody(byte[], String) - Constructor for class org.asynchttpclient.netty.request.body.NettyByteArrayBody
 
NettyByteBufferBody - Class in org.asynchttpclient.netty.request.body
 
NettyByteBufferBody(ByteBuffer) - Constructor for class org.asynchttpclient.netty.request.body.NettyByteBufferBody
 
NettyByteBufferBody(ByteBuffer, String) - Constructor for class org.asynchttpclient.netty.request.body.NettyByteBufferBody
 
NettyCompositeByteArrayBody - Class in org.asynchttpclient.netty.request.body
 
NettyCompositeByteArrayBody(List<byte[]>) - Constructor for class org.asynchttpclient.netty.request.body.NettyCompositeByteArrayBody
 
NettyCompositeByteArrayBody(List<byte[]>, String) - Constructor for class org.asynchttpclient.netty.request.body.NettyCompositeByteArrayBody
 
nettyConfig - Variable in class org.asynchttpclient.netty.handler.Protocol
 
NettyConnectListener<T> - Class in org.asynchttpclient.netty.channel
Non Blocking connect.
NettyConnectListener(NettyResponseFuture<T>, NettyRequestSender, ChannelManager, boolean, Object) - Constructor for class org.asynchttpclient.netty.channel.NettyConnectListener
 
NettyDirectBody - Class in org.asynchttpclient.netty.request.body
 
NettyDirectBody() - Constructor for class org.asynchttpclient.netty.request.body.NettyDirectBody
 
NettyFileBody - Class in org.asynchttpclient.netty.request.body
 
NettyFileBody(File, AsyncHttpClientConfig) - Constructor for class org.asynchttpclient.netty.request.body.NettyFileBody
 
NettyFileBody(File, long, long, AsyncHttpClientConfig) - Constructor for class org.asynchttpclient.netty.request.body.NettyFileBody
 
NettyInputStreamBody - Class in org.asynchttpclient.netty.request.body
 
NettyInputStreamBody(InputStream, AsyncHttpClientConfig) - Constructor for class org.asynchttpclient.netty.request.body.NettyInputStreamBody
 
NettyMultipartBody - Class in org.asynchttpclient.netty.request.body
 
NettyMultipartBody(List<Part>, FluentCaseInsensitiveStringsMap, AsyncHttpClientConfig) - Constructor for class org.asynchttpclient.netty.request.body.NettyMultipartBody
 
NettyRequest - Class in org.asynchttpclient.netty.request
 
NettyRequest(HttpRequest, NettyBody) - Constructor for class org.asynchttpclient.netty.request.NettyRequest
 
NettyRequestFactory - Class in org.asynchttpclient.netty.request
 
NettyRequestFactory(AsyncHttpClientConfig) - Constructor for class org.asynchttpclient.netty.request.NettyRequestFactory
 
NettyRequestSender - Class in org.asynchttpclient.netty.request
 
NettyRequestSender(AsyncHttpClientConfig, ChannelManager, Timer, AtomicBoolean) - Constructor for class org.asynchttpclient.netty.request.NettyRequestSender
 
NettyResponse - Class in org.asynchttpclient.netty
Wrapper around the Response API.
NettyResponse(HttpResponseStatus, HttpResponseHeaders, List<HttpResponseBodyPart>) - Constructor for class org.asynchttpclient.netty.NettyResponse
 
NettyResponseBodyPart - Class in org.asynchttpclient.netty
A callback class used when an HTTP response body is received.
NettyResponseBodyPart(boolean) - Constructor for class org.asynchttpclient.netty.NettyResponseBodyPart
 
NettyResponseFuture<V> - Class in org.asynchttpclient.netty
A Future that can be used to track when an asynchronous HTTP request has been fully processed.
NettyResponseFuture(Uri, Request, AsyncHandler<V>, NettyRequest, int, ConnectionPoolPartitioning, ProxyServer) - Constructor for class org.asynchttpclient.netty.NettyResponseFuture
 
nettyResponseFuture - Variable in class org.asynchttpclient.netty.timeout.TimeoutTimerTask
 
NettyResponseFuture.STATE - Enum in org.asynchttpclient.netty
 
NettyResponseHeaders - Class in org.asynchttpclient.netty
A class that represent the HTTP headers.
NettyResponseHeaders(HttpHeaders) - Constructor for class org.asynchttpclient.netty.NettyResponseHeaders
 
NettyResponseHeaders(HttpHeaders, HttpHeaders) - Constructor for class org.asynchttpclient.netty.NettyResponseHeaders
 
NettyResponseStatus - Class in org.asynchttpclient.netty
A class that represent the HTTP response' status line (code + text)
NettyResponseStatus(Uri, AsyncHttpClientConfig, HttpResponse, Channel) - Constructor for class org.asynchttpclient.netty.NettyResponseStatus
 
NettyWebSocket - Class in org.asynchttpclient.netty.ws
 
NettyWebSocket(Channel, AsyncHttpClientConfig) - Constructor for class org.asynchttpclient.netty.ws.NettyWebSocket
 
NettyWebSocket(Channel, AsyncHttpClientConfig, Collection<WebSocketListener>) - Constructor for class org.asynchttpclient.netty.ws.NettyWebSocket
 
newDrainCallback(NettyResponseFuture<?>, Channel, boolean, Object) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
newExecuteNextRequestCallback(NettyResponseFuture<?>, Request) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
 
newNettyRequest(Request, Uri, boolean, ProxyServer) - Method in class org.asynchttpclient.netty.request.NettyRequestFactory
 
newNettyWebSocket(Channel, AsyncHttpClientConfig) - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig.DefaultNettyWebSocketFactory
 
newNettyWebSocket(Channel, AsyncHttpClientConfig) - Method in interface org.asynchttpclient.netty.NettyAsyncHttpProviderConfig.NettyWebSocketFactory
 
newResponseBodyPart(ByteBuf, boolean) - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig.EagerResponseBodyPartFactory
 
newResponseBodyPart(ByteBuf, boolean) - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig.LazyResponseBodyPartFactory
 
newResponseBodyPart(ByteBuf, boolean) - Method in interface org.asynchttpclient.netty.NettyAsyncHttpProviderConfig.ResponseBodyPartFactory
 
newTimeout(TimerTask, long) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
 
NoopChannelPool - Class in org.asynchttpclient.netty.channel.pool
 
NoopChannelPool() - Constructor for class org.asynchttpclient.netty.channel.pool.NoopChannelPool
 

O

offer(Channel, Object) - Method in interface org.asynchttpclient.netty.channel.pool.ChannelPool
Add a channel to the pool
offer(Channel, Object) - Method in class org.asynchttpclient.netty.channel.pool.DefaultChannelPool
Add a channel to the pool
offer(Channel, Object) - Method in class org.asynchttpclient.netty.channel.pool.NoopChannelPool
 
onBinaryFragment(HttpResponseBodyPart) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
onClose(NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.handler.HttpProtocol
 
onClose(NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.handler.Protocol
 
onClose(NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.handler.WebSocketProtocol
 
onClose() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
onClose(int, String) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
onContentAdded() - Method in interface org.asynchttpclient.netty.request.body.FeedableBodyGenerator.FeedListener
 
onError(NettyResponseFuture<?>, Throwable) - Method in class org.asynchttpclient.netty.handler.HttpProtocol
 
onError(NettyResponseFuture<?>, Throwable) - Method in class org.asynchttpclient.netty.handler.Protocol
 
onError(NettyResponseFuture<?>, Throwable) - Method in class org.asynchttpclient.netty.handler.WebSocketProtocol
 
onError(Throwable) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
onPing(HttpResponseBodyPart) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
onPong(HttpResponseBodyPart) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
onTextFragment(HttpResponseBodyPart) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
operationComplete(ChannelFuture) - Method in class org.asynchttpclient.netty.channel.NettyConnectListener
 
operationComplete(ChannelProgressiveFuture) - Method in class org.asynchttpclient.netty.request.ProgressListener
 
operationProgressed(ChannelProgressiveFuture, long, long) - Method in class org.asynchttpclient.netty.request.ProgressListener
 
org.asynchttpclient.netty - package org.asynchttpclient.netty
 
org.asynchttpclient.netty.channel - package org.asynchttpclient.netty.channel
 
org.asynchttpclient.netty.channel.pool - package org.asynchttpclient.netty.channel.pool
 
org.asynchttpclient.netty.handler - package org.asynchttpclient.netty.handler
 
org.asynchttpclient.netty.request - package org.asynchttpclient.netty.request
 
org.asynchttpclient.netty.request.body - package org.asynchttpclient.netty.request.body
 
org.asynchttpclient.netty.timeout - package org.asynchttpclient.netty.timeout
 
org.asynchttpclient.netty.util - package org.asynchttpclient.netty.util
 
org.asynchttpclient.netty.ws - package org.asynchttpclient.netty.ws
 

P

poll(Uri, ProxyServer, ConnectionPoolPartitioning) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
poll(Object) - Method in interface org.asynchttpclient.netty.channel.pool.ChannelPool
Remove the channel associated with the uri.
poll(Object) - Method in class org.asynchttpclient.netty.channel.pool.DefaultChannelPool
Remove the channel associated with the uri.
poll(Object) - Method in class org.asynchttpclient.netty.channel.pool.NoopChannelPool
 
position() - Method in class org.asynchttpclient.netty.request.body.BodyFileRegion
 
preemptChannel(Object) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
prepareResponse(HttpResponseHeaders, List<HttpResponseBodyPart>) - Method in class org.asynchttpclient.netty.NettyResponseStatus
 
Processor - Class in org.asynchttpclient.netty.handler
 
Processor(AsyncHttpClientConfig, ChannelManager, NettyRequestSender, Protocol) - Constructor for class org.asynchttpclient.netty.handler.Processor
 
ProgressListener - Class in org.asynchttpclient.netty.request
 
ProgressListener(AsyncHttpClientConfig, AsyncHandler<?>, NettyResponseFuture<?>, boolean, long) - Constructor for class org.asynchttpclient.netty.request.ProgressListener
 
propertiesSet() - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
Return the curent entry set.
Protocol - Class in org.asynchttpclient.netty.handler
 
Protocol(ChannelManager, AsyncHttpClientConfig, NettyAsyncHttpProviderConfig, NettyRequestSender) - Constructor for class org.asynchttpclient.netty.handler.Protocol
 

R

readBodyPartBytes() - Method in class org.asynchttpclient.netty.EagerNettyResponseBodyPart
 
readBodyPartBytes() - Method in class org.asynchttpclient.netty.LazyNettyResponseBodyPart
 
readChunk(ChannelHandlerContext) - Method in class org.asynchttpclient.netty.request.body.BodyChunkedInput
 
readTimeout - Variable in class org.asynchttpclient.netty.timeout.TimeoutsHolder
 
ReadTimeoutTimerTask - Class in org.asynchttpclient.netty.timeout
 
ReadTimeoutTimerTask(NettyResponseFuture<?>, NettyRequestSender, TimeoutsHolder, long, long) - Constructor for class org.asynchttpclient.netty.timeout.ReadTimeoutTimerTask
 
REDIRECT_STATUSES - Static variable in class org.asynchttpclient.netty.handler.Protocol
 
registerOpenChannel(Channel, Object) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
remoteAddress - Variable in class org.asynchttpclient.netty.timeout.TimeoutTimerTask
 
removeAll(Channel) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
removeAll(Channel) - Method in interface org.asynchttpclient.netty.channel.pool.ChannelPool
Remove all channels from the cache.
removeAll(Channel) - Method in class org.asynchttpclient.netty.channel.pool.DefaultChannelPool
Remove all channels from the cache.
removeAll(Channel) - Method in class org.asynchttpclient.netty.channel.pool.NoopChannelPool
 
removeProperty(ChannelOption<Object>) - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
Remove the value associated with the property's name
removeWebSocketListener(WebSocketListener) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
replayRequest(NettyResponseFuture<?>, FilterContext, Channel) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
 
requestSender - Variable in class org.asynchttpclient.netty.handler.Protocol
 
requestSender - Variable in class org.asynchttpclient.netty.timeout.TimeoutTimerTask
 
requestTimeout - Variable in class org.asynchttpclient.netty.timeout.TimeoutsHolder
 
RequestTimeoutTimerTask - Class in org.asynchttpclient.netty.timeout
 
RequestTimeoutTimerTask(NettyResponseFuture<?>, NettyRequestSender, TimeoutsHolder, long) - Constructor for class org.asynchttpclient.netty.timeout.RequestTimeoutTimerTask
 
retry(NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
 
reuseChannel() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
run(Timeout) - Method in class org.asynchttpclient.netty.timeout.ReadTimeoutTimerTask
 
run(Timeout) - Method in class org.asynchttpclient.netty.timeout.RequestTimeoutTimerTask
 

S

sendMessage(byte[]) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
sendMessage(String) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
sendNextRequest(Request, NettyResponseFuture<T>) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
 
sendPing(byte[]) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
sendPong(byte[]) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
sendRequest(Request, AsyncHandler<T>, NettyResponseFuture<T>, boolean) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
 
setAsyncHandler(AsyncHandler<V>) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setAttribute(Channel, Object) - Static method in class org.asynchttpclient.netty.channel.Channels
 
setBodyPartFactory(NettyAsyncHttpProviderConfig.ResponseBodyPartFactory) - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
setChannelPool(ChannelPool) - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
setConnectAllowed(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setConnectionStrategy(ConnectionStrategy<HttpRequest, HttpResponse>) - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
setDiscard(Channel) - Static method in class org.asynchttpclient.netty.channel.Channels
 
setDontWriteBodyBecauseExpectContinue(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setEventLoopGroup(EventLoopGroup) - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
setHeadersAlreadyWrittenOnContinue(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setHttpAdditionalPipelineInitializer(NettyAsyncHttpProviderConfig.AdditionalPipelineInitializer) - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
setHttpHeaders(HttpHeaders) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setHttpsAdditionalPipelineInitializer(NettyAsyncHttpProviderConfig.AdditionalPipelineInitializer) - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
setKeepAlive(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setListener(FeedableBodyGenerator.FeedListener) - Method in class org.asynchttpclient.netty.request.body.FeedableBodyGenerator
 
setNettyRequest(NettyRequest) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setNettyTimer(Timer) - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
setNettyWebSocketFactory(NettyAsyncHttpProviderConfig.NettyWebSocketFactory) - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
setProxyAuthorizationHeader(HttpHeaders, String) - Method in class org.asynchttpclient.netty.request.NettyRequestFactory
 
setRequest(Request) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setReuseChannel(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setSocketChannelClass(Class<? extends Channel>) - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
setState(NettyResponseFuture.STATE) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setStreamWasAlreadyConsumed(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setTimeoutsHolder(TimeoutsHolder) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setUri(Uri) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setWsAdditionalPipelineInitializer(NettyAsyncHttpProviderConfig.AdditionalPipelineInitializer) - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
setWssAdditionalPipelineInitializer(NettyAsyncHttpProviderConfig.AdditionalPipelineInitializer) - Method in class org.asynchttpclient.netty.NettyAsyncHttpProviderConfig
 
silentlyCloseChannel(Channel) - Static method in class org.asynchttpclient.netty.channel.Channels
 
SSL_HANDLER - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
 
SslInitializer - Class in org.asynchttpclient.netty.channel
On connect, replaces itself with a SslHandler that has a SSLEngine configured with the remote host and port.
SslInitializer(ChannelManager) - Constructor for class org.asynchttpclient.netty.channel.SslInitializer
 
stream(byte[], boolean) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
stream(byte[], int, int, boolean) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
stream(String, boolean) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 

T

TimeoutsHolder - Class in org.asynchttpclient.netty.timeout
 
TimeoutsHolder() - Constructor for class org.asynchttpclient.netty.timeout.TimeoutsHolder
 
timeoutsHolder - Variable in class org.asynchttpclient.netty.timeout.TimeoutTimerTask
 
TimeoutTimerTask - Class in org.asynchttpclient.netty.timeout
 
TimeoutTimerTask(NettyResponseFuture<?>, NettyRequestSender, TimeoutsHolder) - Constructor for class org.asynchttpclient.netty.timeout.TimeoutTimerTask
 
toString() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
toString() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
touch() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
transfered() - Method in class org.asynchttpclient.netty.request.body.BodyFileRegion
 
transferTo(WritableByteChannel, long) - Method in class org.asynchttpclient.netty.request.body.BodyFileRegion
 
tryToOfferChannelToPool(Channel, boolean, Object) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 

U

upgradePipelineForWebSockets(ChannelPipeline) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
upgradeProtocol(ChannelPipeline, String, String, int) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 

V

valueOf(String) - Static method in enum org.asynchttpclient.netty.NettyResponseFuture.STATE
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.asynchttpclient.netty.NettyResponseFuture.STATE
Returns an array containing the constants of this enum type, in the order they are declared.
verifyChannelPipeline(ChannelPipeline, String) - Method in class org.asynchttpclient.netty.channel.ChannelManager
Always make sure the channel who got cached support the proper protocol.

W

WebSocketProtocol - Class in org.asynchttpclient.netty.handler
 
WebSocketProtocol(ChannelManager, AsyncHttpClientConfig, NettyAsyncHttpProviderConfig, NettyRequestSender) - Constructor for class org.asynchttpclient.netty.handler.WebSocketProtocol
 
write(Channel, NettyResponseFuture<?>) - Method in interface org.asynchttpclient.netty.request.body.NettyBody
 
write(Channel, NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.request.body.NettyBodyBody
 
write(Channel, NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.request.body.NettyDirectBody
 
write(Channel, NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.request.body.NettyFileBody
 
write(Channel, NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.request.body.NettyInputStreamBody
 
writeRequest(NettyResponseFuture<T>, Channel) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
 
writeTo(OutputStream) - Method in class org.asynchttpclient.netty.EagerNettyResponseBodyPart
 
writeTo(OutputStream) - Method in class org.asynchttpclient.netty.LazyNettyResponseBodyPart
 
WS_DECODER_HANDLER - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
 
WS_ENCODER_HANDLER - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
 
WS_FRAME_AGGREGATOR - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
 
WS_PROCESSOR - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2015. All Rights Reserved.