Uses of Class
software.amazon.awssdk.crt.CrtRuntimeException
Packages that use CrtRuntimeException
Package
Description
-
Uses of CrtRuntimeException in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that throw CrtRuntimeExceptionModifier and TypeMethodDescriptionHttp2ClientConnection.makeRequest(HttpRequestBase request, HttpStreamBaseResponseHandler streamHandler) Schedules an HttpRequest on the Native EventLoop for this HttpClientConnection.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.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 CrtRuntimeExceptionModifierConstructorDescriptionClientBootstrap(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, int maxEntries) ServerTlsContext(TlsContextOptions options) Creates a new Server 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 CrtRuntimeExceptionModifierConstructorDescriptionCreates an MqttClient with no TLS from the default staticClientBootstrapMqttClient(ClientBootstrap clientBootstrap) Creates an MqttClient with no TLS from the providedClientBootstrapMqttClient(ClientBootstrap clientBootstrap, TlsContext context) Creates an MqttClient from the providedClientBootstrapandTlsContextMqttClient(TlsContext context) Creates an MqttClient with a default staticClientBootstrapand providedTlsContext -
Uses of CrtRuntimeException in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that throw CrtRuntimeExceptionModifier and TypeMethodDescriptionvoidMqtt5Client.start()Notifies the Mqtt5Client that you want it maintain connectivity to the configured endpoint.voidMqtt5Client.stop()Notifies the Mqtt5Client that you want it to end connectivity to the configured endpoint, disconnecting any existing connection and halting any reconnect attempts.voidMqtt5Client.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 CrtRuntimeExceptionModifierConstructorDescriptionMqtt5Client(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