Uses of Class
org.projectnessie.client.http.HttpClient.Method
-
Packages that use HttpClient.Method Package Description org.projectnessie.client.http -
-
Uses of HttpClient.Method in org.projectnessie.client.http
Methods in org.projectnessie.client.http that return HttpClient.Method Modifier and Type Method Description HttpClient.MethodRequestContext. getMethod()static HttpClient.MethodHttpClient.Method. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpClient.Method[]HttpClient.Method. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.projectnessie.client.http with parameters of type HttpClient.Method Constructor Description RequestContext(Map<String,Set<String>> headers, URI uri, HttpClient.Method method, Object body)Construct a request context.
-