Uses of Class
com.dremio.nessie.client.http.HttpClient.Method
-
Packages that use HttpClient.Method Package Description com.dremio.nessie.client.http -
-
Uses of HttpClient.Method in com.dremio.nessie.client.http
Methods in com.dremio.nessie.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 com.dremio.nessie.client.http with parameters of type HttpClient.Method Constructor Description RequestContext(Map<String,Set<String>> headers, String uri, HttpClient.Method method, Object body)Construct a request context.
-