Class BasicHttpResponse


  • public final class BasicHttpResponse
    extends java.lang.Object
    Basic http entity. Just an iternal implementation to use with proper wrappers, etc...
    • Constructor Summary

      Constructors 
      Constructor Description
      BasicHttpResponse​(int responseCode, java.io.InputStream stream, java.lang.String charset)  
    • Constructor Detail

      • BasicHttpResponse

        public BasicHttpResponse​(int responseCode,
                                 java.io.InputStream stream,
                                 java.lang.String charset)
    • Method Detail

      • getResponseCode

        public int getResponseCode()
      • getStream

        public java.io.InputStream getStream()
      • getCharset

        public java.lang.String getCharset()