Class AbstractSolrQueryHTTPClient

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.json.JSONObject postQuery​(org.apache.commons.httpclient.HttpClient httpClient, java.lang.String url, org.json.JSONObject body)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT_SAVEPOST_BUFFER

        public static final int DEFAULT_SAVEPOST_BUFFER
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractSolrQueryHTTPClient

        public AbstractSolrQueryHTTPClient()
    • Method Detail

      • postQuery

        protected org.json.JSONObject postQuery​(org.apache.commons.httpclient.HttpClient httpClient,
                                                java.lang.String url,
                                                org.json.JSONObject body)
                                         throws java.io.UnsupportedEncodingException,
                                                java.io.IOException,
                                                org.apache.commons.httpclient.HttpException,
                                                org.apache.commons.httpclient.URIException,
                                                org.json.JSONException
        Throws:
        java.io.UnsupportedEncodingException
        java.io.IOException
        org.apache.commons.httpclient.HttpException
        org.apache.commons.httpclient.URIException
        org.json.JSONException