Uses of Class
com.ngrok.definitions.EndpointMutualTls
-
Uses of EndpointMutualTls in com.ngrok.definitions
Modifier and TypeMethodDescriptionHttpsEdge.getMutualTls()
edge modulesTlsEdge.getMutualTls()
Fetches the value of themutualTls
property. -
Uses of EndpointMutualTls in com.ngrok.services
Modifier and TypeMethodDescriptionHttpsEdgeMutualTlsModule.GetCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.HttpsEdgeMutualTlsModule.ReplaceCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.TlsEdgeMutualTlsModule.GetCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.TlsEdgeMutualTlsModule.ReplaceCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.Modifier and TypeMethodDescriptionHttpsEdgeMutualTlsModule.GetCallBuilder.call()
Initiates the API call asynchronously.HttpsEdgeMutualTlsModule.ReplaceCallBuilder.call()
Initiates the API call asynchronously.TlsEdgeMutualTlsModule.GetCallBuilder.call()
Initiates the API call asynchronously.TlsEdgeMutualTlsModule.ReplaceCallBuilder.call()
Initiates the API call asynchronously.