Uses of Enum
org.davidmoten.oa3.codegen.http.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in org.davidmoten.oa3.codegen.http
Methods in org.davidmoten.oa3.codegen.http that return HttpMethodModifier and TypeMethodDescriptionRequestBase.method()static HttpMethodReturns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.davidmoten.oa3.codegen.http with parameters of type HttpMethodModifier and TypeMethodDescriptionstatic HttpResponseHttp.call(HttpService httpService, HttpMethod method, String basePath, String pathTemplate, Serializer serializer, List<Interceptor> interceptors, Headers requestHeaders, List<ParameterValue> parameters, List<ResponseDescriptor> descriptors, boolean allowPatch, Optional<Long> connectTimeoutMs, Optional<Long> readTimeoutMs) static Http.BuilderHttp.method(HttpMethod method) Constructors in org.davidmoten.oa3.codegen.http with parameters of type HttpMethod -
Uses of HttpMethod in org.davidmoten.oa3.codegen.http.service
Methods in org.davidmoten.oa3.codegen.http.service with parameters of type HttpMethodModifier and TypeMethodDescriptionApacheHttpClientHttpService.connection(String url, HttpMethod method, Option... options) DefaultHttpService.connection(String url, HttpMethod method, Option... options) HttpService.connection(String url, HttpMethod method, Option... options)