Class HttpClientMethod


  • public class HttpClientMethod
    extends HttpMethod
    • Constructor Detail

      • HttpClientMethod

        public HttpClientMethod​(java.lang.String method,
                                java.lang.String request,
                                int major,
                                int minor)
      • HttpClientMethod

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

      • getMajorVersion

        public int getMajorVersion()
      • getMinorVersion

        public int getMinorVersion()
      • getMethodName

        public java.lang.String getMethodName()
      • getStatus

        public int getStatus()
      • write

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

        public java.lang.String getResponseMessage()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object