Uses of Class
io.quarkiverse.githubapp.runtime.sse.HttpRequestMethod
-
Packages that use HttpRequestMethod Package Description io.quarkiverse.githubapp.runtime.sse -
-
Uses of HttpRequestMethod in io.quarkiverse.githubapp.runtime.sse
Fields in io.quarkiverse.githubapp.runtime.sse declared as HttpRequestMethod Modifier and Type Field Description protected HttpRequestMethodHttpEventStreamClient. methodMethods in io.quarkiverse.githubapp.runtime.sse that return HttpRequestMethod Modifier and Type Method Description HttpRequestMethodHttpEventStreamClient. getHttpMethod()Returns the HTTP method type that client uses for HTTP requestsstatic HttpRequestMethodHttpRequestMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpRequestMethod[]HttpRequestMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkiverse.githubapp.runtime.sse with parameters of type HttpRequestMethod Modifier and Type Method Description voidHttpEventStreamClient. setHttpMethod(HttpRequestMethod method)Sets the HTTP method type that client uses for HTTP requestsConstructors in io.quarkiverse.githubapp.runtime.sse with parameters of type HttpRequestMethod Constructor Description HttpEventStreamClient(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).
-