Class HttpRequestInvocation

    • Field Detail

      • client

        protected org.apache.http.client.HttpClient client
    • Constructor Detail

      • HttpRequestInvocation

        public HttpRequestInvocation​(org.apache.http.client.methods.HttpRequestBase target,
                                     ConnectorRequest<?> request,
                                     java.util.List<ConnectorRequestInterceptor> interceptorChain,
                                     org.apache.http.client.HttpClient client)
    • Method Detail

      • invokeTarget

        public java.lang.Object invokeTarget()
                                      throws java.lang.Exception
        Specified by:
        invokeTarget in class AbstractRequestInvocation<org.apache.http.client.methods.HttpRequestBase>
        Throws:
        java.lang.Exception