Uses of Class
software.amazon.awssdk.crt.mqtt5.Mqtt5WebsocketHandshakeTransformArgs
-
Packages that use Mqtt5WebsocketHandshakeTransformArgs Package Description software.amazon.awssdk.crt.mqtt5 -
-
Uses of Mqtt5WebsocketHandshakeTransformArgs in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return types with arguments of type Mqtt5WebsocketHandshakeTransformArgs Modifier and Type Method Description Consumer<Mqtt5WebsocketHandshakeTransformArgs>
Mqtt5ClientOptions. getWebsocketHandshakeTransform()
Returns the callback that allows a custom transformation of the HTTP request which acts as the websocket handshake.Method parameters in software.amazon.awssdk.crt.mqtt5 with type arguments of type Mqtt5WebsocketHandshakeTransformArgs Modifier and Type Method Description Mqtt5ClientOptions.Mqtt5ClientOptionsBuilder
Mqtt5ClientOptions.Mqtt5ClientOptionsBuilder. withWebsocketHandshakeTransform(Consumer<Mqtt5WebsocketHandshakeTransformArgs> handshakeTransform)
Sets the callback that allows a custom transformation of the HTTP request that acts as the websocket handshake.
-