Class HttpServerMethod


  • public class HttpServerMethod
    extends HttpMethod
    • Constructor Detail

      • HttpServerMethod

        public HttpServerMethod​(int major,
                                int minor,
                                int status,
                                java.lang.String reason)
      • HttpServerMethod

        public HttpServerMethod​(java.io.InputStream reader)
                         throws java.io.IOException,
                                HttpException
        Throws:
        java.io.IOException
        HttpException
    • Method Detail

      • getMajorVersion

        public int getMajorVersion()
      • getMinorVersion

        public int getMinorVersion()
      • getMethodName

        public java.lang.String getMethodName()
      • getFile

        public java.lang.String getFile()
      • write

        public void write​(ASCIIPrintStream dos)
                   throws java.io.IOException
        Throws:
        java.io.IOException