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) trueif the module will be applied to traffic,falseto disable.trueif the module will be applied to traffic,falseto 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 theEndpointTlsTerminationtype.EndpointTlsTermination.Builder.terminateAt(String terminateAt) edgeif the ngrok edge should terminate TLS traffic,upstreamif TLS traffic should be passed through to the upstream ngrok agent / application server for termination.EndpointTlsTermination.Builder.terminateAt(Optional<String> terminateAt) edgeif the ngrok edge should terminate TLS traffic,upstreamif TLS traffic should be passed through to the upstream ngrok agent / application server for termination.