Interface Request


  • public interface Request
    Interface to prepare and execute an HTTP request.
    • Method Detail

      • enableHTTP10

        void enableHTTP10()
      • getRequestHeaders

        Header[] getRequestHeaders()
      • enableAuthentication

        void enableAuthentication​(HTTPAuthenticator authenticator)
      • setConnectionTimeout

        void setConnectionTimeout​(int timeout)
      • setSocketTimeout

        void setSocketTimeout​(int timeout)
      • getStatusCode

        int getStatusCode()
      • getStatusText

        String getStatusText()
      • getResponseHeader

        String getResponseHeader​(String name)
      • getResponseHeaders

        Header[] getResponseHeaders()
      • releaseConnection

        void releaseConnection()