Uses of Class
software.amazon.awssdk.crt.io.SocketOptions
-
Packages that use SocketOptions Package Description software.amazon.awssdk.crt.eventstream software.amazon.awssdk.crt.http software.amazon.awssdk.crt.mqtt software.amazon.awssdk.crt.mqtt5 -
-
Uses of SocketOptions in software.amazon.awssdk.crt.eventstream
Methods in software.amazon.awssdk.crt.eventstream with parameters of type SocketOptions Modifier and Type Method Description static 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 SocketOptions Constructor Description ServerListener(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 SocketOptions Modifier and Type Method Description SocketOptions
HttpClientConnectionManagerOptions. getSocketOptions()
Methods in software.amazon.awssdk.crt.http with parameters of type SocketOptions Modifier and Type Method Description HttpClientConnectionManagerOptions
HttpClientConnectionManagerOptions. 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 SocketOptions Modifier and Type Method Description SocketOptions
MqttConnectionConfig. getSocketOptions()
Queries the common settings to use for a connection's socketMethods in software.amazon.awssdk.crt.mqtt with parameters of type SocketOptions Modifier and Type Method Description void
MqttConnectionConfig. 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 SocketOptions Modifier and Type Method Description SocketOptions
Mqtt5ClientOptions. 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 SocketOptions Modifier and Type Method Description Mqtt5ClientOptions.Mqtt5ClientOptionsBuilder
Mqtt5ClientOptions.Mqtt5ClientOptionsBuilder. withSocketOptions(SocketOptions socketOptions)
Sets the socket properties of the underlying MQTT connections made by the client.
-