Liferay 6.0.5

Uses of Class
com.liferay.portal.kernel.util.Http.Method

Packages that use Http.Method
com.liferay.portal.kernel.util   
com.liferay.portal.util   
 

Uses of Http.Method in com.liferay.portal.kernel.util
 

Methods in com.liferay.portal.kernel.util that return Http.Method
 Http.Method Http.Options.getMethod()
           
static Http.Method Http.Method.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Http.Method[] Http.Method.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Http.Method in com.liferay.portal.util
 

Methods in com.liferay.portal.util with parameters of type Http.Method
protected  byte[] HttpImpl.URLtoByteArray(String location, Http.Method method, Map<String,String> headers, javax.servlet.http.Cookie[] cookies, Http.Auth auth, Http.Body body, Map<String,String> parts, Http.Response response, boolean followRedirects)
           
 


Liferay 6.0.5