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 java.lang.Object


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

Constructor Detail

Http.Body

public Http.Body(java.lang.String content,
                 java.lang.String contentType,
                 java.lang.String charset)
Method Detail

getCharset

public java.lang.String getCharset()

getContent

public java.lang.String getContent()

getContentType

public java.lang.String getContentType()