Liferay 6.0-ee

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

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

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

Methods in com.liferay.portal.kernel.util that return Http.Auth
 Http.Auth Http.Options.getAuth()
           
 

Methods in com.liferay.portal.kernel.util with parameters of type Http.Auth
 void Http.Options.setAuth(Http.Auth auth)
           
 

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

Methods in com.liferay.portal.util with parameters of type Http.Auth
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-ee