Uses of Class
co.cask.common.http.HttpMethod

Packages that use HttpMethod
co.cask.common.http HTTP utilities for using HttpURLConnection
 

Uses of HttpMethod in co.cask.common.http
 

Methods in co.cask.common.http that return HttpMethod
 HttpMethod HttpRequest.getMethod()
           
static HttpMethod HttpMethod.valueOf(String name)
          Returns 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 co.cask.common.http with parameters of type HttpMethod
static HttpRequest.Builder HttpRequest.builder(HttpMethod method, URL url)
           
 

Constructors in co.cask.common.http with parameters of type HttpMethod
HttpRequest(HttpMethod method, URL url, com.google.common.collect.Multimap<String,String> headers, com.google.common.io.InputSupplier<? extends InputStream> body)
           
 



Copyright © 2014 Cask Data, Inc. Licensed under the Apache License, Version 2.0.