Uses of Class
com.ngrok.definitions.EndpointTlsTermination.Builder
Packages that use EndpointTlsTermination.Builder
-
Uses of EndpointTlsTermination.Builder in com.ngrok.definitions
Methods in com.ngrok.definitions that return EndpointTlsTermination.BuilderModifier and TypeMethodDescriptionEndpointTlsTermination.Builder.enabled
(boolean enabled) true
if the module will be applied to traffic,false
to disable.true
if the module will be applied to traffic,false
to disable.EndpointTlsTermination.Builder.minVersion
(String minVersion) The minimum TLS version used for termination and advertised to the client during the TLS handshake.EndpointTlsTermination.Builder.minVersion
(Optional<String> minVersion) The minimum TLS version used for termination and advertised to the client during the TLS handshake.EndpointTlsTermination.newBuilder()
Creates a new builder for theEndpointTlsTermination
type.EndpointTlsTermination.Builder.terminateAt
(String terminateAt) edge
if the ngrok edge should terminate TLS traffic,upstream
if TLS traffic should be passed through to the upstream ngrok agent / application server for termination.EndpointTlsTermination.Builder.terminateAt
(Optional<String> terminateAt) edge
if the ngrok edge should terminate TLS traffic,upstream
if TLS traffic should be passed through to the upstream ngrok agent / application server for termination.