Uses of Class
com.ngrok.definitions.EndpointTlsTermination
Packages that use EndpointTlsTermination
-
Uses of EndpointTlsTermination in com.ngrok.definitions
Methods in com.ngrok.definitions that return EndpointTlsTerminationModifier and TypeMethodDescriptionEndpointTlsTermination.Builder.build()Constructs theEndpointTlsTerminationinstance.Methods in com.ngrok.definitions that return types with arguments of type EndpointTlsTerminationModifier and TypeMethodDescriptionHttpsEdge.getTlsTermination()Fetches the value of thetlsTerminationproperty.TlsEdge.getTlsTermination()Fetches the value of thetlsTerminationproperty. -
Uses of EndpointTlsTermination in com.ngrok.services
Methods in com.ngrok.services that return EndpointTlsTerminationModifier and TypeMethodDescriptionHttpsEdgeTlsTerminationModule.GetCallBuilder.blockingCall()Initiates the API call and blocks until it returns.HttpsEdgeTlsTerminationModule.ReplaceCallBuilder.blockingCall()Initiates the API call and blocks until it returns.TlsEdgeTlsTerminationModule.GetCallBuilder.blockingCall()Initiates the API call and blocks until it returns.TlsEdgeTlsTerminationModule.ReplaceCallBuilder.blockingCall()Initiates the API call and blocks until it returns.Methods in com.ngrok.services that return types with arguments of type EndpointTlsTerminationModifier and TypeMethodDescriptionHttpsEdgeTlsTerminationModule.GetCallBuilder.call()Initiates the API call asynchronously.HttpsEdgeTlsTerminationModule.ReplaceCallBuilder.call()Initiates the API call asynchronously.TlsEdgeTlsTerminationModule.GetCallBuilder.call()Initiates the API call asynchronously.TlsEdgeTlsTerminationModule.ReplaceCallBuilder.call()Initiates the API call asynchronously.Methods in com.ngrok.services with parameters of type EndpointTlsTerminationModifier and TypeMethodDescriptionTlsEdgeTlsTerminationModule.ReplaceCallBuilder.module(EndpointTlsTermination module) Sets themoduleparameter.EdgesTls.CreateCallBuilder.tlsTermination(EndpointTlsTermination tlsTermination) Sets thetls_terminationparameter.EdgesTls.UpdateCallBuilder.tlsTermination(EndpointTlsTermination tlsTermination) Sets thetls_terminationparameter.Method parameters in com.ngrok.services with type arguments of type EndpointTlsTerminationModifier and TypeMethodDescriptionTlsEdgeTlsTerminationModule.ReplaceCallBuilder.module(Optional<EndpointTlsTermination> module) Sets (or unsets) themoduleparameter.EdgesTls.CreateCallBuilder.tlsTermination(Optional<EndpointTlsTermination> tlsTermination) Sets (or unsets) thetls_terminationparameter.EdgesTls.UpdateCallBuilder.tlsTermination(Optional<EndpointTlsTermination> tlsTermination) Sets (or unsets) thetls_terminationparameter.