Package net.sourceforge.plantuml.picoweb
Class ReceivedHTTPRequest
- java.lang.Object
-
- net.sourceforge.plantuml.picoweb.ReceivedHTTPRequest
-
public class ReceivedHTTPRequest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReceivedHTTPRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReceivedHTTPRequest
fromStream(java.io.InputStream in)
byte[]
getBody()
java.lang.String
getMethod()
java.lang.String
getPath()
-
-
-
Method Detail
-
getMethod
public java.lang.String getMethod()
-
getPath
public java.lang.String getPath()
-
getBody
public byte[] getBody()
-
fromStream
public static ReceivedHTTPRequest fromStream(java.io.InputStream in) throws java.io.IOException
- Throws:
java.io.IOException
-
-