Uses of Class
software.amazon.awssdk.crt.CrtRuntimeException
-
Packages that use CrtRuntimeException Package Description software.amazon.awssdk.crt.http software.amazon.awssdk.crt.io software.amazon.awssdk.crt.mqtt software.amazon.awssdk.crt.mqtt5 software.amazon.awssdk.crt.s3 -
-
Uses of CrtRuntimeException in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that throw CrtRuntimeException Modifier and Type Method Description Http2Stream
Http2ClientConnection. makeRequest(HttpRequestBase request, HttpStreamBaseResponseHandler streamHandler)
Schedules an HttpRequest on the Native EventLoop for this HttpClientConnection.HttpStreamBase
HttpClientConnection. makeRequest(HttpRequestBase request, HttpStreamBaseResponseHandler streamHandler)
Schedules an HttpRequestBase on the Native EventLoop for this HttpClientConnection applies to both HTTP/2 and HTTP/1.1 connection.HttpStream
HttpClientConnection. makeRequest(HttpRequest request, HttpStreamResponseHandler streamHandler)
Schedules an HttpRequest on the Native EventLoop for this HttpClientConnection specific to HTTP/1.1 connection. -
Uses of CrtRuntimeException in software.amazon.awssdk.crt.io
Constructors in software.amazon.awssdk.crt.io that throw CrtRuntimeException Constructor 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 requestsEventLoopGroup(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. -
Uses of CrtRuntimeException in software.amazon.awssdk.crt.mqtt
Constructors in software.amazon.awssdk.crt.mqtt that throw CrtRuntimeException Constructor Description MqttClient()
Creates an MqttClient with no TLS from the default staticClientBootstrap
MqttClient(ClientBootstrap clientBootstrap)
Creates an MqttClient with no TLS from the providedClientBootstrap
MqttClient(ClientBootstrap clientBootstrap, TlsContext context)
Creates an MqttClient from the providedClientBootstrap
andTlsContext
MqttClient(TlsContext context)
Creates an MqttClient with a default staticClientBootstrap
and providedTlsContext
-
Uses of CrtRuntimeException in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that throw CrtRuntimeException Modifier and Type Method Description void
Mqtt5Client. start()
Notifies the Mqtt5Client that you want it maintain connectivity to the configured endpoint.void
Mqtt5Client. stop()
Notifies the Mqtt5Client that you want it to end connectivity to the configured endpoint, disconnecting any existing connection and halting any reconnect attempts.void
Mqtt5Client. stop(DisconnectPacket disconnectPacket)
Notifies the Mqtt5Client that you want it to end connectivity to the configured endpoint, disconnecting any existing connection and halting any reconnect attempts.Constructors in software.amazon.awssdk.crt.mqtt5 that throw CrtRuntimeException Constructor Description Mqtt5Client(Mqtt5ClientOptions options)
Creates a Mqtt5Client instance using the provided Mqtt5ClientOptions. -
Uses of CrtRuntimeException in software.amazon.awssdk.crt.s3
Constructors in software.amazon.awssdk.crt.s3 that throw CrtRuntimeException Constructor Description S3Client(S3ClientOptions options)
-