Uses of Class
software.amazon.awssdk.crt.eventstream.ClientConnectionHandler
Packages that use ClientConnectionHandler
-
Uses of ClientConnectionHandler in software.amazon.awssdk.crt.eventstream
Methods in software.amazon.awssdk.crt.eventstream with parameters of type ClientConnectionHandlerModifier 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.