QuartzH2Client
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
QuartzH2Client.type
Members list
Value members
Concrete methods
Builds an SSL context for use in an HTTP/2 client connection.
Builds an SSL context for use in an HTTP/2 client connection.
Value parameters
- JKSkeystore
-
The path to the JKS keystore file. If null, a default keystore will be used.
- blindTrust
-
Whether to blindly trust all SSL/TLS certificates. Default is false.
- password
-
The password to use for the keystore. Ignored if JKSkeystore is null.
- protocol
-
The SSL/TLS protocol to use. E.g. "TLSv1.2".
Attributes
- Returns
-
A new SSL context for use in an HTTP/2 client connection.
Opens an HTTP/2 client connection to the specified host URI using the provided SSL context.
Opens an HTTP/2 client connection to the specified host URI using the provided SSL context.
Value parameters
- ctx
-
The SSL context to use for the connection.
- hostURI
-
The URI of the host to connect to.
- incomingWindowSize
-
The size in bytes of the incoming flow control window.
- timeOutMs
-
The timeout in milliseconds for the connection attempt.