Uses of Enum
com.ngrok.NgrokApiClient.HttpMethod
-
Uses of NgrokApiClient.HttpMethod in com.ngrok
Modifier and TypeMethodDescriptionstatic NgrokApiClient.HttpMethod
Returns the enum constant of this type with the specified name.static NgrokApiClient.HttpMethod[]
NgrokApiClient.HttpMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescription<O> CompletionStage<O>
DefaultNgrokApiClient.sendRequest
(NgrokApiClient.HttpMethod method, String endpoint, Stream<Map.Entry<String, Optional<Object>>> queryParams, Stream<Map.Entry<String, Optional<Object>>> bodyParamsStream, Optional<Class<O>> responseClass) Sends a request to the ngrok API.<O> CompletionStage<O>
NgrokApiClient.sendRequest
(NgrokApiClient.HttpMethod method, String endpoint, Stream<Map.Entry<String, Optional<Object>>> queryParams, Stream<Map.Entry<String, Optional<Object>>> bodyParams, Optional<Class<O>> responseClass) Sends a request to the ngrok API.