Skip navigation links
A B C D E F G I L M N R S T U W 

A

abort() - Method in class software.amazon.awssdk.http.nio.netty.internal.RunnableRequest
 
adapt(SdkHttpRequest) - Method in class software.amazon.awssdk.http.nio.netty.internal.RequestAdapter
 
awaitTermination(long, TimeUnit) - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 

B

bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class software.amazon.awssdk.http.nio.netty.internal.utils.LoggingHandler
 
builder() - Static method in class software.amazon.awssdk.http.nio.netty.DefaultEventLoopGroupFactory
 
builder() - Static method in class software.amazon.awssdk.http.nio.netty.EventLoopGroupConfiguration
 
builder() - Static method in class software.amazon.awssdk.http.nio.netty.NettySdkHttpClientFactory
 

C

channelActive(ChannelHandlerContext) - Method in class software.amazon.awssdk.http.nio.netty.internal.utils.LoggingHandler
 
channelCreated(Channel) - Method in class software.amazon.awssdk.http.nio.netty.internal.ChannelPipelineInitializer
 
channelInactive(ChannelHandlerContext) - Method in class software.amazon.awssdk.http.nio.netty.internal.utils.LoggingHandler
 
ChannelPipelineInitializer - Class in software.amazon.awssdk.http.nio.netty.internal
 
ChannelPipelineInitializer(SslContext) - Constructor for class software.amazon.awssdk.http.nio.netty.internal.ChannelPipelineInitializer
 
channelRead(ChannelHandlerContext, Object) - Method in class software.amazon.awssdk.http.nio.netty.internal.utils.LoggingHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class software.amazon.awssdk.http.nio.netty.internal.utils.LoggingHandler
 
channelRegistered(ChannelHandlerContext) - Method in class software.amazon.awssdk.http.nio.netty.internal.utils.LoggingHandler
 
channelReleased(Channel) - Method in class software.amazon.awssdk.http.nio.netty.internal.ChannelPipelineInitializer
 
channelUnregistered(ChannelHandlerContext) - Method in class software.amazon.awssdk.http.nio.netty.internal.utils.LoggingHandler
 
ChannelUtils - Class in software.amazon.awssdk.http.nio.netty.internal.utils
 
channelWritabilityChanged(ChannelHandlerContext) - Method in class software.amazon.awssdk.http.nio.netty.internal.utils.LoggingHandler
 
close() - Method in class software.amazon.awssdk.http.nio.netty.internal.SdkChannelPoolMap
 
close(ChannelHandlerContext, ChannelPromise) - Method in class software.amazon.awssdk.http.nio.netty.internal.utils.LoggingHandler
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class software.amazon.awssdk.http.nio.netty.internal.utils.LoggingHandler
 
connectionAcquisitionTimeout() - Method in class software.amazon.awssdk.http.nio.netty.internal.NettyConfiguration
 
connectionAcquisitionTimeout(Duration) - Method in interface software.amazon.awssdk.http.nio.netty.NettySdkHttpClientFactory.Builder
The amount of time to wait when acquiring a connection from the pool before giving up and timing out.
connectionAquisitionTimeout() - Method in class software.amazon.awssdk.http.nio.netty.NettySdkHttpClientFactory
 
connectionTimeout() - Method in class software.amazon.awssdk.http.nio.netty.internal.NettyConfiguration
 
connectionTimeout(Duration) - Method in interface software.amazon.awssdk.http.nio.netty.NettySdkHttpClientFactory.Builder
The amount of time to wait when initially establishing a connection before giving up and timing out.
connectionTimeout() - Method in class software.amazon.awssdk.http.nio.netty.NettySdkHttpClientFactory
 
contains(K) - Method in class software.amazon.awssdk.http.nio.netty.internal.SdkChannelPoolMap
 
create() - Method in class software.amazon.awssdk.http.nio.netty.DefaultEventLoopGroupFactory
 
create() - Method in interface software.amazon.awssdk.http.nio.netty.EventLoopGroupFactory
Create a new EventLoopGroup using the current configuration of the factory.
createAsyncHttpClientFactory() - Method in class software.amazon.awssdk.http.nio.netty.NettySdkAsyncHttpService
 
createHttpClient() - Method in class software.amazon.awssdk.http.nio.netty.NettySdkHttpClientFactory
Create an HTTP client instance with global defaults applied.
createHttpClientWithDefaults(AttributeMap) - Method in class software.amazon.awssdk.http.nio.netty.NettySdkHttpClientFactory
 

D

DefaultEventLoopGroupFactory - Class in software.amazon.awssdk.http.nio.netty
Configurable factory for creating EventLoopGroup instances.
DefaultEventLoopGroupFactory.Builder - Interface in software.amazon.awssdk.http.nio.netty
DelegatingEventLoopGroup - Class in software.amazon.awssdk.http.nio.netty.internal
EventLoopGroup that just delegates to another EventLoopGroup.
DelegatingEventLoopGroup(EventLoopGroup) - Constructor for class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class software.amazon.awssdk.http.nio.netty.internal.utils.LoggingHandler
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class software.amazon.awssdk.http.nio.netty.internal.utils.LoggingHandler
 

E

eventLoopGroup(EventLoopGroup) - Method in interface software.amazon.awssdk.http.nio.netty.EventLoopGroupConfiguration.Builder
Sets the EventLoopGroup to use for the Netty HTTP client.
eventLoopGroup() - Method in class software.amazon.awssdk.http.nio.netty.EventLoopGroupConfiguration
 
EventLoopGroupConfiguration - Class in software.amazon.awssdk.http.nio.netty
Configuration object to customize the Netty EventLoopGroup.
eventLoopGroupConfiguration(EventLoopGroupConfiguration) - Method in interface software.amazon.awssdk.http.nio.netty.NettySdkHttpClientFactory.Builder
Configuration for the Netty EventLoopGroup which multiplexes IO events.
eventLoopGroupConfiguration(Consumer<EventLoopGroupConfiguration.Builder>) - Method in interface software.amazon.awssdk.http.nio.netty.NettySdkHttpClientFactory.Builder
Configuration for the Netty EventLoopGroup which multiplexes IO events.
eventLoopGroupConfiguration() - Method in class software.amazon.awssdk.http.nio.netty.NettySdkHttpClientFactory
 
EventLoopGroupConfiguration.Builder - Interface in software.amazon.awssdk.http.nio.netty
eventLoopGroupFactory(EventLoopGroupFactory) - Method in interface software.amazon.awssdk.http.nio.netty.EventLoopGroupConfiguration.Builder
Sets the EventLoopGroupFactory which will be used to create the EventLoopGroup for the Netty HTTP client.
eventLoopGroupFactory() - Method in class software.amazon.awssdk.http.nio.netty.EventLoopGroupConfiguration
 
EventLoopGroupFactory - Interface in software.amazon.awssdk.http.nio.netty
Factory interface for creating an EventLoopGroup.
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class software.amazon.awssdk.http.nio.netty.internal.utils.LoggingHandler
 
execute(Runnable) - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 

F

flush(ChannelHandlerContext) - Method in class software.amazon.awssdk.http.nio.netty.internal.utils.LoggingHandler
 

G

get(K) - Method in class software.amazon.awssdk.http.nio.netty.internal.SdkChannelPoolMap
 
get() - Static method in class software.amazon.awssdk.http.nio.netty.internal.SharedEventLoopGroup
 
getConfigurationValue(AttributeMap.Key<T>) - Method in class software.amazon.awssdk.http.nio.netty.internal.NettyConfiguration
 
getDelegate() - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 

I

invokeAll(Collection<? extends Callable<T>>) - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
invokeAny(Collection<? extends Callable<T>>) - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
isEmpty() - Method in class software.amazon.awssdk.http.nio.netty.internal.SdkChannelPoolMap
Returns true if the AbstractChannelPoolMap is empty, otherwise false.
isShutdown() - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
isShuttingDown() - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
isTerminated() - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
iterator() - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
iterator() - Method in class software.amazon.awssdk.http.nio.netty.internal.SdkChannelPoolMap
 

L

LoggingHandler - Class in software.amazon.awssdk.http.nio.netty.internal.utils
 
LoggingHandler(Consumer<Supplier<String>>) - Constructor for class software.amazon.awssdk.http.nio.netty.internal.utils.LoggingHandler
 

M

maxConnectionsPerEndpoint() - Method in class software.amazon.awssdk.http.nio.netty.internal.NettyConfiguration
 
maxConnectionsPerEndpoint(Integer) - Method in interface software.amazon.awssdk.http.nio.netty.NettySdkHttpClientFactory.Builder
Max allowed connections per endpoint allowed in the connection pool.
maxConnectionsPerEndpoint() - Method in class software.amazon.awssdk.http.nio.netty.NettySdkHttpClientFactory
 

N

NettyConfiguration - Class in software.amazon.awssdk.http.nio.netty.internal
Helper class to unwrap and convert service defaults.
NettyConfiguration(AttributeMap, NettySdkHttpClientFactory) - Constructor for class software.amazon.awssdk.http.nio.netty.internal.NettyConfiguration
 
NettySdkAsyncHttpService - Class in software.amazon.awssdk.http.nio.netty
Service binding for the Netty default implementation.
NettySdkAsyncHttpService() - Constructor for class software.amazon.awssdk.http.nio.netty.NettySdkAsyncHttpService
 
NettySdkHttpClientFactory - Class in software.amazon.awssdk.http.nio.netty
Factory that allows more advanced configuration of the Netty NIO HTTP implementation.
NettySdkHttpClientFactory.Builder - Interface in software.amazon.awssdk.http.nio.netty
Builder interface for NettySdkHttpClientFactory.
newPool(K) - Method in class software.amazon.awssdk.http.nio.netty.internal.SdkChannelPoolMap
Called once a new ChannelPool needs to be created as non exists yet for the key.
next() - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
NonManagedEventLoopGroup - Class in software.amazon.awssdk.http.nio.netty.internal
Decorator around EventLoopGroup that prevents it from being shutdown.
NonManagedEventLoopGroup(EventLoopGroup) - Constructor for class software.amazon.awssdk.http.nio.netty.internal.NonManagedEventLoopGroup
 
numberOfThreads(Integer) - Method in interface software.amazon.awssdk.http.nio.netty.DefaultEventLoopGroupFactory.Builder
Number of threads to use for the EventLoopGroup.
numberOfThreads() - Method in class software.amazon.awssdk.http.nio.netty.DefaultEventLoopGroupFactory
 

R

readTimeout() - Method in class software.amazon.awssdk.http.nio.netty.internal.NettyConfiguration
 
readTimeout(Duration) - Method in interface software.amazon.awssdk.http.nio.netty.NettySdkHttpClientFactory.Builder
The amount of time to wait for a read on a socket before an exception is thrown.
readTimeout() - Method in class software.amazon.awssdk.http.nio.netty.NettySdkHttpClientFactory
 
register(Channel) - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
register(ChannelPromise) - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
register(Channel, ChannelPromise) - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
remove(K) - Method in class software.amazon.awssdk.http.nio.netty.internal.SdkChannelPoolMap
Remove the ChannelPool from this AbstractChannelPoolMap.
removeIfExists(ChannelPipeline, Class<? extends ChannelHandler>...) - Static method in class software.amazon.awssdk.http.nio.netty.internal.utils.ChannelUtils
Removes handlers of the given class types from the pipeline.
RequestAdapter - Class in software.amazon.awssdk.http.nio.netty.internal
 
RequestAdapter() - Constructor for class software.amazon.awssdk.http.nio.netty.internal.RequestAdapter
 
RequestContext - Class in software.amazon.awssdk.http.nio.netty.internal
 
RequestContext(ChannelPool, SdkHttpRequest, SdkHttpRequestProvider, HttpRequest, SdkHttpResponseHandler, NettyConfiguration) - Constructor for class software.amazon.awssdk.http.nio.netty.internal.RequestContext
 
resolveSocketChannelClass(EventLoopGroup) - Static method in class software.amazon.awssdk.http.nio.netty.internal.utils.SocketChannelResolver
Attempts to determine the Channel class that corresponds to the given event loop group.
run() - Method in class software.amazon.awssdk.http.nio.netty.internal.RunnableRequest
 
RunnableRequest - Class in software.amazon.awssdk.http.nio.netty.internal
 
RunnableRequest(RequestContext) - Constructor for class software.amazon.awssdk.http.nio.netty.internal.RunnableRequest
 

S

schedule(Runnable, long, TimeUnit) - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
schedule(Callable<V>, long, TimeUnit) - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
SdkChannelPoolMap<K,P extends io.netty.channel.pool.ChannelPool> - Class in software.amazon.awssdk.http.nio.netty.internal
Replacement for AbstractChannelPoolMap.
SdkChannelPoolMap() - Constructor for class software.amazon.awssdk.http.nio.netty.internal.SdkChannelPoolMap
 
SharedEventLoopGroup - Class in software.amazon.awssdk.http.nio.netty.internal
Provides access and manages a shared EventLoopGroup.
shutdown() - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
shutdownGracefully() - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
shutdownGracefully(long, long, TimeUnit) - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
shutdownGracefully() - Method in class software.amazon.awssdk.http.nio.netty.internal.NonManagedEventLoopGroup
 
shutdownNow() - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
size() - Method in class software.amazon.awssdk.http.nio.netty.internal.SdkChannelPoolMap
Returns the number of ChannelPools currently in this AbstractChannelPoolMap.
SocketChannelResolver - Class in software.amazon.awssdk.http.nio.netty.internal.utils
 
software.amazon.awssdk.http.nio.netty - package software.amazon.awssdk.http.nio.netty
 
software.amazon.awssdk.http.nio.netty.internal - package software.amazon.awssdk.http.nio.netty.internal
 
software.amazon.awssdk.http.nio.netty.internal.utils - package software.amazon.awssdk.http.nio.netty.internal.utils
 
submit(Runnable) - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
submit(Runnable, T) - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
submit(Callable<T>) - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 

T

terminationFuture() - Method in class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup
 
threadFactory(ThreadFactory) - Method in interface software.amazon.awssdk.http.nio.netty.DefaultEventLoopGroupFactory.Builder
ThreadFactory to create threads used by the EventLoopGroup.
threadFactory() - Method in class software.amazon.awssdk.http.nio.netty.DefaultEventLoopGroupFactory
 
toBuilder() - Method in class software.amazon.awssdk.http.nio.netty.DefaultEventLoopGroupFactory
 
toBuilder() - Method in class software.amazon.awssdk.http.nio.netty.EventLoopGroupConfiguration
 
toBuilder() - Method in class software.amazon.awssdk.http.nio.netty.NettySdkHttpClientFactory
 
trustAllCertificates() - Method in class software.amazon.awssdk.http.nio.netty.internal.NettyConfiguration
 
trustAllCertificates(Boolean) - Method in interface software.amazon.awssdk.http.nio.netty.NettySdkHttpClientFactory.Builder
Forces the HTTP client to trust all certificates, even invalid or self signed certificates.
trustAllCertificates() - Method in class software.amazon.awssdk.http.nio.netty.NettySdkHttpClientFactory
 

U

userEventTriggered(ChannelHandlerContext, Object) - Method in class software.amazon.awssdk.http.nio.netty.internal.utils.LoggingHandler
 

W

write(ChannelHandlerContext, Object, ChannelPromise) - Method in class software.amazon.awssdk.http.nio.netty.internal.utils.LoggingHandler
 
writeTimeout() - Method in class software.amazon.awssdk.http.nio.netty.internal.NettyConfiguration
 
writeTimeout(Duration) - Method in interface software.amazon.awssdk.http.nio.netty.NettySdkHttpClientFactory.Builder
The amount of time to wait for a write on a socket before an exception is thrown.
writeTimeout() - Method in class software.amazon.awssdk.http.nio.netty.NettySdkHttpClientFactory
 
A B C D E F G I L M N R S T U W 
Skip navigation links

Copyright © 2017. All rights reserved.