Uses of Class
com.ngrok.definitions.HttpResponseBackend
Packages that use HttpResponseBackend
-
Uses of HttpResponseBackend in com.ngrok.definitions
Methods in com.ngrok.definitions that return types with arguments of type HttpResponseBackendModifier and TypeMethodDescriptionHttpResponseBackendList.getBackends()
Fetches the value of thebackends
property.Constructor parameters in com.ngrok.definitions with type arguments of type HttpResponseBackendModifierConstructorDescriptionHttpResponseBackendList
(List<HttpResponseBackend> backends, URI uri, Optional<URI> nextPageUri) Creates a new instance ofHttpResponseBackendList
. -
Uses of HttpResponseBackend in com.ngrok.services
Methods in com.ngrok.services that return HttpResponseBackendModifier and TypeMethodDescriptionHttpResponseBackends.CreateCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.HttpResponseBackends.GetCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.HttpResponseBackends.UpdateCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.Methods in com.ngrok.services that return types with arguments of type HttpResponseBackend