Liferay 6.2-ce-ga5

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

Packages that use Http.Options
com.liferay.portal.kernel.security.pacl.permission   
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.Options in com.liferay.portal.kernel.security.pacl.permission
 

Methods in com.liferay.portal.kernel.security.pacl.permission with parameters of type Http.Options
static void PortalSocketPermission.checkConnect(Http.Options options)
           
 

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

Methods in com.liferay.portal.kernel.util with parameters of type Http.Options
static byte[] HttpUtil.URLtoByteArray(Http.Options options)
           
 byte[] Http.URLtoByteArray(Http.Options options)
           
static String HttpUtil.URLtoString(Http.Options options)
           
 String Http.URLtoString(Http.Options options)
           
 

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

Methods in com.liferay.portal.util with parameters of type Http.Options
 byte[] HttpImpl.URLtoByteArray(Http.Options options)
           
 String HttpImpl.URLtoString(Http.Options options)
           
 


Liferay 6.2-ce-ga5