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 -
Method Summary
Modifier and TypeMethodDescriptionstatic ReceivedHTTPRequest
fromStream
(java.io.InputStream in) byte[]
getBody()
java.lang.String
java.lang.String
getPath()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ReceivedHTTPRequest
public ReceivedHTTPRequest()
-
-
Method Details
-
getMethod
public java.lang.String getMethod() -
getPath
public java.lang.String getPath() -
getBody
public byte[] getBody() -
fromStream
- Throws:
java.io.IOException
-