Liferay 6.1.2-ce-ga3

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

Packages that use Http.Body
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
 

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

Methods in com.liferay.portal.kernel.util that return Http.Body
 Http.Body Http.Options.getBody()
           
 

Methods in com.liferay.portal.kernel.util with parameters of type Http.Body
 void Http.Options.setBody(Http.Body body)
           
 

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

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


Liferay 6.1.2-ce-ga3