Uses of Class
software.amazon.awssdk.crt.io.SocketOptions
Packages that use SocketOptions
Package
Description
-
Uses of SocketOptions in software.amazon.awssdk.crt.eventstream
Methods in software.amazon.awssdk.crt.eventstream with parameters of type SocketOptionsModifier and TypeMethodDescriptionstatic CompletableFuture<Void>ClientConnection.connect(String hostName, int port, SocketOptions socketOptions, ClientTlsContext tlsContext, ClientBootstrap bootstrap, ClientConnectionHandler connectionHandler) Initiates a new outgoing event-stream-rpc connection.Constructors in software.amazon.awssdk.crt.eventstream with parameters of type SocketOptionsModifierConstructorDescriptionServerListener(String hostName, int port, SocketOptions socketOptions, ServerTlsContext tlsContext, ServerBootstrap serverBootstrap, ServerListenerHandler handler) Instantiates a server listener. -
Uses of SocketOptions in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return SocketOptionsMethods in software.amazon.awssdk.crt.http with parameters of type SocketOptionsModifier and TypeMethodDescriptionHttpClientConnectionManagerOptions.withSocketOptions(SocketOptions socketOptions) Sets the socket options to use for connections in the connection pool -
Uses of SocketOptions in software.amazon.awssdk.crt.mqtt
Methods in software.amazon.awssdk.crt.mqtt that return SocketOptionsModifier and TypeMethodDescriptionMqttConnectionConfig.getSocketOptions()Queries the common settings to use for a connection's socketMethods in software.amazon.awssdk.crt.mqtt with parameters of type SocketOptionsModifier and TypeMethodDescriptionvoidMqttConnectionConfig.setSocketOptions(SocketOptions socketOptions) Configures the common settings to use for a connection's socket -
Uses of SocketOptions in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return SocketOptionsModifier and TypeMethodDescriptionMqtt5ClientOptions.getSocketOptions()Returns the socket properties of the underlying MQTT connections made by the client.Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type SocketOptionsModifier and TypeMethodDescriptionMqtt5ClientOptions.Mqtt5ClientOptionsBuilder.withSocketOptions(SocketOptions socketOptions) Sets the socket properties of the underlying MQTT connections made by the client.