org.jboss.portal.common.http
Class HttpRequest.Raw

java.lang.Object
  extended by org.jboss.portal.common.http.HttpRequest.Body
      extended by org.jboss.portal.common.http.HttpRequest.Raw
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
HttpRequest

public static class HttpRequest.Raw
extends HttpRequest.Body

See Also:
Serialized Form

Constructor Summary
HttpRequest.Raw()
           
 
Method Summary
 byte[] getBytes()
           
 void setBytes(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpRequest.Raw

public HttpRequest.Raw()
Method Detail

getBytes

public byte[] getBytes()

setBytes

public void setBytes(byte[] bytes)