| Package | Description |
|---|---|
| software.amazon.awssdk.crt.http | |
| software.amazon.awssdk.crt.io | |
| software.amazon.awssdk.crt.mqtt | |
| software.amazon.awssdk.crt.s3 |
| Modifier and Type | Method and Description |
|---|---|
HttpStream |
HttpClientConnection.makeRequest(HttpRequest request,
HttpStreamResponseHandler streamHandler)
Schedules an HttpRequest on the Native EventLoop for this HttpClientConnection.
|
| Modifier and Type | Method and Description |
|---|---|
protected static long |
TlsContext.tlsContextNew(long options) |
| Constructor and Description |
|---|
ClientBootstrap(EventLoopGroup elg,
HostResolver hr)
Creates a new ClientBootstrap.
|
ClientTlsContext(TlsContextOptions options)
Creates a new Client TlsContext.
|
EventLoopGroup(int numThreads)
Creates a new event loop group for the I/O subsystem to use to run non-blocking I/O requests
|
EventLoopGroup(int cpuGroup,
int numThreads)
Creates a new event loop group for the I/O subsystem to use to run non-blocking I/O requests.
|
HostResolver(EventLoopGroup elg) |
HostResolver(EventLoopGroup elg,
int maxEntries) |
ServerTlsContext(TlsContextOptions options)
Creates a new Server TlsContext.
|
TlsContext()
Creates a new Client TlsContext.
|
TlsContext(TlsContextOptions options)
Creates a new Client TlsContext.
|
| Constructor and Description |
|---|
MqttClient(ClientBootstrap clientBootstrap)
Creates an MqttClient with no TLS from the provided
ClientBootstrap |
MqttClient(ClientBootstrap clientBootstrap,
TlsContext context)
Creates an MqttClient from the provided
ClientBootstrap and TlsContext |
| Modifier and Type | Class and Description |
|---|---|
class |
CrtS3RuntimeException |
| Constructor and Description |
|---|
S3Client(S3ClientOptions options) |
Copyright © 2021. All rights reserved.