Module builderstates

Source
Expand description

The various states of the HttpsConnectorBuilder

Structsยง

WantsProtocols1
State of a builder that needs to have some protocols (HTTP1 or later) enabled next
WantsProtocols2
State of a builder with HTTP1 enabled, that may have some other protocols (HTTP2 or later) enabled next
WantsSchemes
State of a builder that needs schemes (https:// and http://) to be configured next
WantsTlsConfig
State of a builder that needs a TLS client config next