Package com.ngrok.services
Class HttpsEdgeTlsTerminationModule.GetCallBuilder
java.lang.Object
com.ngrok.services.HttpsEdgeTlsTerminationModule.GetCallBuilder
- Enclosing class:
- HttpsEdgeTlsTerminationModule
A builder object encapsulating state for an unsent Get API call.
- 
Method SummaryModifier and TypeMethodDescriptionInitiates the API call and blocks until it returns.call()Initiates the API call asynchronously.
- 
Method Details- 
callInitiates the API call asynchronously.- Returns:
- a CompletionStageofEndpointTlsTermination
 
- 
blockingCallInitiates the API call and blocks until it returns.- Returns:
- EndpointTlsTermination
- Throws:
- InterruptedException- if the thread was interrupted during the call
 
 
-