Uses of Enum Class
io.quarkiverse.githubapp.runtime.sse.HttpRequestMethod
Packages that use HttpRequestMethod
-
Uses of HttpRequestMethod in io.quarkiverse.githubapp.runtime.sse
Fields in io.quarkiverse.githubapp.runtime.sse declared as HttpRequestMethodMethods in io.quarkiverse.githubapp.runtime.sse that return HttpRequestMethodModifier and TypeMethodDescriptionHttpEventStreamClient.getHttpMethod()Returns the HTTP method type that client uses for HTTP requestsstatic HttpRequestMethodReturns the enum constant of this class with the specified name.static HttpRequestMethod[]HttpRequestMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkiverse.githubapp.runtime.sse with parameters of type HttpRequestMethodModifier and TypeMethodDescriptionvoidHttpEventStreamClient.setHttpMethod(HttpRequestMethod method) Sets the HTTP method type that client uses for HTTP requestsConstructors in io.quarkiverse.githubapp.runtime.sse with parameters of type HttpRequestMethodModifierConstructorDescriptionHttpEventStreamClient(String url, HttpRequestMethod method, HttpRequest.BodyPublisher requestBody, HttpClient.Version version, Map<String, String> headers, long timeout, long retryCooldown, int maxReconnectsWithoutEvents, boolean resetEventIDonReconnect, HttpClient client, EventStreamListener... listener) Creates a HTTP client that listens for Server-Sent Events (SSE).HttpEventStreamClient(String url, HttpRequestMethod method, HttpRequest.BodyPublisher requestBody, Map<String, String> headers, long timeout, long retryCooldown, EventStreamListener... listener) Creates a HTTP client that listens for Server-Sent Events (SSE).HttpEventStreamClient(String url, HttpRequestMethod method, HttpRequest.BodyPublisher requestBody, Map<String, String> headers, EventStreamListener... listener) Creates a HTTP client that listens for Server-Sent Events (SSE).