- handler() - Method in class software.amazon.awssdk.http.nio.netty.internal.RequestContext
- 
- handler() - Method in class software.amazon.awssdk.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
-  
- handlerAdded(ChannelHandlerContext) - Method in class software.amazon.awssdk.http.nio.netty.internal.http2.Http2PingHandler
-  
- handlerAdded(ChannelHandlerContext) - Method in class software.amazon.awssdk.http.nio.netty.internal.nrs.HandlerPublisher
-  
- handlerAdded(ChannelHandlerContext) - Method in class software.amazon.awssdk.http.nio.netty.internal.nrs.HandlerSubscriber
-  
- handlerAdded(ChannelHandlerContext) - Method in class software.amazon.awssdk.http.nio.netty.internal.OldConnectionReaperHandler
-  
- handlerAdded(ChannelHandlerContext) - Method in class software.amazon.awssdk.http.nio.netty.internal.ProxyTunnelInitHandler
-  
- HandlerPublisher<T> - Class in software.amazon.awssdk.http.nio.netty.internal.nrs
- 
Publisher for a Netty Handler. 
- HandlerPublisher(EventExecutor, Class<? extends T>) - Constructor for class software.amazon.awssdk.http.nio.netty.internal.nrs.HandlerPublisher
- 
Create a handler publisher. 
- handlerRemoved(ChannelHandlerContext) - Method in class software.amazon.awssdk.http.nio.netty.internal.http2.Http2PingHandler
-  
- handlerRemoved(ChannelHandlerContext) - Method in class software.amazon.awssdk.http.nio.netty.internal.nrs.HandlerPublisher
-  
- handlerRemoved(ChannelHandlerContext) - Method in class software.amazon.awssdk.http.nio.netty.internal.nrs.HandlerSubscriber
-  
- handlerRemoved(ChannelHandlerContext) - Method in class software.amazon.awssdk.http.nio.netty.internal.OldConnectionReaperHandler
-  
- handlerRemoved(ChannelHandlerContext) - Method in class software.amazon.awssdk.http.nio.netty.internal.ProxyTunnelInitHandler
-  
- HandlerRemovingChannelPool - Class in software.amazon.awssdk.http.nio.netty.internal
- 
Removes any per request ChannelHandlerfrom the pipeline prior to releasing
 it to the pool.
 
- HandlerRemovingChannelPool(ChannelPool) - Constructor for class software.amazon.awssdk.http.nio.netty.internal.HandlerRemovingChannelPool
-  
- HandlerSubscriber<T> - Class in software.amazon.awssdk.http.nio.netty.internal.nrs
- 
Subscriber that publishes received messages to the handler pipeline. 
- HandlerSubscriber(EventExecutor, long, long) - Constructor for class software.amazon.awssdk.http.nio.netty.internal.nrs.HandlerSubscriber
- 
Create a new handler subscriber. 
- HandlerSubscriber(EventExecutor) - Constructor for class software.amazon.awssdk.http.nio.netty.internal.nrs.HandlerSubscriber
- 
Create a new handler subscriber with the default low and high watermarks. 
- hasAttr(AttributeKey<T>) - Method in class software.amazon.awssdk.http.nio.netty.internal.utils.DelegatingChannelHandlerContext
-  
- hasBody(HttpResponse) - Method in class software.amazon.awssdk.http.nio.netty.internal.nrs.HttpStreamsClientHandler
-  
- hashCode() - Method in class software.amazon.awssdk.http.nio.netty.Http2Configuration
-  
- hashCode() - Method in class software.amazon.awssdk.http.nio.netty.internal.nrs.DefaultStreamedHttpRequest
-  
- hashCode() - Method in class software.amazon.awssdk.http.nio.netty.internal.nrs.DefaultStreamedHttpResponse
-  
- hashCode() - Method in class software.amazon.awssdk.http.nio.netty.ProxyConfiguration
-  
- HealthCheckedChannelPool - Class in software.amazon.awssdk.http.nio.netty.internal
- 
An implementation of ChannelPoolthat validates the health of its connections.
 
- HealthCheckedChannelPool(EventLoopGroup, NettyConfiguration, ChannelPool) - Constructor for class software.amazon.awssdk.http.nio.netty.internal.HealthCheckedChannelPool
-  
- healthCheckPingPeriod(Duration) - Method in interface software.amazon.awssdk.http.nio.netty.Http2Configuration.Builder
- 
Sets the period that the Netty client will send PINGframes to the remote endpoint to check the
 health of the connection.
 
- healthCheckPingPeriod() - Method in class software.amazon.awssdk.http.nio.netty.Http2Configuration
-  
- healthCheckPingPeriod(Duration) - Method in class software.amazon.awssdk.http.nio.netty.internal.AwaitCloseChannelPoolMap.Builder
-  
- HonorCloseOnReleaseChannelPool - Class in software.amazon.awssdk.http.nio.netty.internal
- 
- HonorCloseOnReleaseChannelPool(ChannelPool) - Constructor for class software.amazon.awssdk.http.nio.netty.internal.HonorCloseOnReleaseChannelPool
-  
- host(String) - Method in interface software.amazon.awssdk.http.nio.netty.ProxyConfiguration.Builder
- 
Set the hostname of the proxy. 
- host() - Method in class software.amazon.awssdk.http.nio.netty.ProxyConfiguration
-  
- Http1TunnelConnectionPool - Class in software.amazon.awssdk.http.nio.netty.internal
- 
Connection pool that knows how to establish a tunnel using the HTTP CONNECT method. 
- Http1TunnelConnectionPool(EventLoop, ChannelPool, SslContext, URI, URI, ChannelPoolHandler) - Constructor for class software.amazon.awssdk.http.nio.netty.internal.Http1TunnelConnectionPool
-  
- HTTP2_CONNECTION_PING_TIMEOUT_SECONDS - Static variable in class software.amazon.awssdk.http.nio.netty.internal.NettyConfiguration
-  
- HTTP2_MULTIPLEXED_CHANNEL_POOL - Static variable in class software.amazon.awssdk.http.nio.netty.internal.ChannelAttributeKey
- 
- Http2Configuration - Class in software.amazon.awssdk.http.nio.netty
- 
Configuration specific to HTTP/2 connections. 
- http2Configuration(Http2Configuration) - Method in interface software.amazon.awssdk.http.nio.netty.NettyNioAsyncHttpClient.Builder
- 
Set the HTTP/2 specific configuration for this client. 
- http2Configuration(Consumer<Http2Configuration.Builder>) - Method in interface software.amazon.awssdk.http.nio.netty.NettyNioAsyncHttpClient.Builder
- 
Set the HTTP/2 specific configuration for this client. 
- Http2Configuration.Builder - Interface in software.amazon.awssdk.http.nio.netty
-  
- Http2GoAwayEventListener - Class in software.amazon.awssdk.http.nio.netty.internal.http2
- 
Handles Http2GoAwayFrames sent on a connection.
 
- Http2GoAwayEventListener(Channel) - Constructor for class software.amazon.awssdk.http.nio.netty.internal.http2.Http2GoAwayEventListener
-  
- Http2MultiplexedChannelPool - Class in software.amazon.awssdk.http.nio.netty.internal.http2
- 
ChannelPoolimplementation that handles multiplexed streams.
 
- Http2PingHandler - Class in software.amazon.awssdk.http.nio.netty.internal.http2
- 
Attached to a Channelto periodically check the health of HTTP2 connections via PING frames.
 
- Http2PingHandler(int) - Constructor for class software.amazon.awssdk.http.nio.netty.internal.http2.Http2PingHandler
-  
- Http2ResetSendingSubscription - Class in software.amazon.awssdk.http.nio.netty.internal.http2
- 
Wrapper around a Subscriptionto send a RST_STREAM frame on cancel.
 
- Http2ResetSendingSubscription(ChannelHandlerContext, Subscription) - Constructor for class software.amazon.awssdk.http.nio.netty.internal.http2.Http2ResetSendingSubscription
-  
- Http2SettingsFrameHandler - Class in software.amazon.awssdk.http.nio.netty.internal.http2
- 
Configure channel based on the Http2SettingsFramereceived from server
 
- Http2SettingsFrameHandler(Channel, long, AtomicReference<ChannelPool>) - Constructor for class software.amazon.awssdk.http.nio.netty.internal.http2.Http2SettingsFrameHandler
-  
- Http2StreamExceptionHandler - Class in software.amazon.awssdk.http.nio.netty.internal.http2
- 
Exception Handler for errors on the Http2 streams. 
- Http2ToHttpInboundAdapter - Class in software.amazon.awssdk.http.nio.netty.internal.http2
- 
Converts Http2Frames toHttpObjects.
 
- Http2ToHttpInboundAdapter() - Constructor for class software.amazon.awssdk.http.nio.netty.internal.http2.Http2ToHttpInboundAdapter
-  
- Http2ToHttpInboundAdapter.Http2ResetException - Exception in software.amazon.awssdk.http.nio.netty.internal.http2
-  
- HttpOrHttp2ChannelPool - Class in software.amazon.awssdk.http.nio.netty.internal.http2
- 
Channel pool that establishes an initial connection to determine protocol. 
- HttpOrHttp2ChannelPool(ChannelPool, EventLoopGroup, int, NettyConfiguration) - Constructor for class software.amazon.awssdk.http.nio.netty.internal.http2.HttpOrHttp2ChannelPool
-  
- HttpStreamsClientHandler - Class in software.amazon.awssdk.http.nio.netty.internal.nrs
- 
Handler that converts written  StreamedHttpRequest messages into  HttpRequest messages
 followed by  HttpContent messages and reads  HttpResponse messages followed by
  HttpContent messages and produces  StreamedHttpResponse messages. 
- HttpStreamsClientHandler() - Constructor for class software.amazon.awssdk.http.nio.netty.internal.nrs.HttpStreamsClientHandler
-  
- HttpToHttp2OutboundAdapter - Class in software.amazon.awssdk.http.nio.netty.internal.http2
- 
Translates HTTP/1.1 Netty objects to the corresponding HTTP/2 frame objects. 
- HttpToHttp2OutboundAdapter() - Constructor for class software.amazon.awssdk.http.nio.netty.internal.http2.HttpToHttp2OutboundAdapter
-