Class ReceivedHTTPRequest

java.lang.Object
net.sourceforge.plantuml.picoweb.ReceivedHTTPRequest

public class ReceivedHTTPRequest extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    fromStream(java.io.InputStream in)
     
    byte[]
     
    java.lang.String
     
    java.lang.String
     

    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

      public static ReceivedHTTPRequest fromStream(java.io.InputStream in) throws java.io.IOException
      Throws:
      java.io.IOException