Class HttpResponse

    • Field Detail

      • charsRead

        protected long charsRead
      • httpType

        public String httpType
      • httpMsg

        public String httpMsg
      • httpCode

        public int httpCode
      • contentLength

        public long contentLength
      • connection

        public String connection
      • contentType

        public String contentType
      • server

        public String server
      • chunked

        public boolean chunked
      • location

        public String location
    • Method Detail

      • parseHttp

        public void parseHttp​(String line)
      • toString

        public String toString()
        Generates a string representation of the http header
        Overrides:
        toString in class Object
        Returns:
        String a string representation of the http header