public class ReceivedHTTPRequest
extends java.lang.Object
Constructor and Description |
---|
ReceivedHTTPRequest() |
Modifier and Type | Method and Description |
---|---|
static ReceivedHTTPRequest |
fromStream(java.io.InputStream in) |
byte[] |
getBody() |
java.lang.String |
getMethod() |
java.lang.String |
getPath() |
public java.lang.String getMethod()
public java.lang.String getPath()
public byte[] getBody()
public static ReceivedHTTPRequest fromStream(java.io.InputStream in) throws java.io.IOException
java.io.IOException