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.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 HttpStreamHttpClientConnection. makeRequest(HttpRequest request, HttpStreamResponseHandler streamHandler)Schedules an HttpRequest on the Native EventLoop for this HttpClientConnection. -
Uses of CrtRuntimeException in software.amazon.awssdk.crt.io
Methods in software.amazon.awssdk.crt.io that throw CrtRuntimeException Modifier and Type Method Description protected static longTlsContext. tlsContextNew(long options)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(ClientBootstrap clientBootstrap)Creates an MqttClient with no TLS from the providedClientBootstrapMqttClient(ClientBootstrap clientBootstrap, TlsContext context)Creates an MqttClient from the providedClientBootstrapandTlsContext -
Uses of CrtRuntimeException in software.amazon.awssdk.crt.s3
Subclasses of CrtRuntimeException in software.amazon.awssdk.crt.s3 Modifier and Type Class Description classCrtS3RuntimeExceptionConstructors in software.amazon.awssdk.crt.s3 that throw CrtRuntimeException Constructor Description S3Client(S3ClientOptions options)
-