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() - Method in class software.amazon.awssdk.http.nio.netty.internal.NettyHttpContentSubscriber
Adapt this subscriber to one that subcribes to ByteBuffer events.
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
 
channelUnregistered(ChannelHandlerContext) - Method in class software.amazon.awssdk.http.nio.netty.internal.utils.LoggingHandler
 
channelWritabilityChanged(ChannelHandlerContext) - Method in class software.amazon.awssdk.http.nio.netty.internal.utils.LoggingHandler
 
close(ChannelHandlerContext, ChannelPromise) - Method in class software.amazon.awssdk.http.nio.netty.internal.utils.LoggingHandler
 
complete() - Method in class software.amazon.awssdk.http.nio.netty.internal.NettyHttpContentSubscriber
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class software.amazon.awssdk.http.nio.netty.internal.utils.LoggingHandler
 
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
 
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

error(Throwable) - Method in class software.amazon.awssdk.http.nio.netty.internal.NettyHttpContentSubscriber
 
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() - 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() - Static method in class software.amazon.awssdk.http.nio.netty.internal.SharedEventLoopGroup
 

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
 
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
 

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(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

NettyHttpContentSubscriber - Class in software.amazon.awssdk.http.nio.netty.internal
Subscriber that writes events directly to the Netty Channel.
NettyHttpContentSubscriber(Channel) - Constructor for class software.amazon.awssdk.http.nio.netty.internal.NettyHttpContentSubscriber
 
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.
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

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
 
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) - Constructor for class software.amazon.awssdk.http.nio.netty.internal.RequestContext
 
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
 
SharedEventLoopGroup - Class in software.amazon.awssdk.http.nio.netty.internal
Provides access and manages a shared EventLoopGroup.
SharedEventLoopGroup() - Constructor for class software.amazon.awssdk.http.nio.netty.internal.SharedEventLoopGroup
 
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
 
socketTimeout(Duration) - Method in interface software.amazon.awssdk.http.nio.netty.NettySdkHttpClientFactory.Builder
The amount of time to wait for data to be transferred over an established, open connection before the connection is timed out.
socketTimeout() - Method in class software.amazon.awssdk.http.nio.netty.NettySdkHttpClientFactory
 
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(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
 
A B C D E F G I L M N R S T U W 
Skip navigation links

Copyright © 2017. All rights reserved.