Class HttpComponentsHttpClient

  • All Implemented Interfaces:
    com.budjb.httprequests.HttpClient

    public class HttpComponentsHttpClient
    extends com.budjb.httprequests.AbstractHttpClient
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.budjb.httprequests.HttpResponse execute​(com.budjb.httprequests.HttpContext context, com.budjb.httprequests.HttpEntity httpEntity, com.budjb.httprequests.filter.HttpClientFilterProcessor filterProcessor)
      • Methods inherited from class com.budjb.httprequests.AbstractHttpClient

        createTrustingHostnameVerifier, createTrustingSSLContext, delete, delete, delete, delete, delete, delete, delete, delete, delete, delete, execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, get, get, getConverterManager, head, head, head, head, head, head, head, head, head, head, options, options, options, options, options, options, options, options, options, options, patch, patch, patch, patch, patch, patch, patch, patch, patch, patch, post, post, post, post, post, post, post, post, post, post, put, put, put, put, put, put, put, put, put, put, trace, trace
      • Methods inherited from class java.lang.Object

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

      • execute

        protected com.budjb.httprequests.HttpResponse execute​(com.budjb.httprequests.HttpContext context,
                                                              com.budjb.httprequests.HttpEntity httpEntity,
                                                              com.budjb.httprequests.filter.HttpClientFilterProcessor filterProcessor)
                                                       throws java.net.URISyntaxException,
                                                              java.io.IOException,
                                                              java.security.GeneralSecurityException
        Specified by:
        execute in class com.budjb.httprequests.AbstractHttpClient
        Throws:
        java.net.URISyntaxException
        java.io.IOException
        java.security.GeneralSecurityException