Liferay 6.2.0

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

java.lang.Object
  extended by com.liferay.portal.kernel.util.Http.Body
Enclosing interface:
Http

public static class Http.Body
extends Object


Constructor Summary
Body(String content, String contentType, String charset)
           
 
Method Summary
 String getCharset()
           
 String getContent()
           
 String getContentType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Body

public Body(String content,
            String contentType,
            String charset)
Method Detail

getCharset

public String getCharset()

getContent

public String getContent()

getContentType

public String getContentType()

Liferay 6.2.0