Interface InternalClientExec

  • All Known Implementing Classes:
    MainClientExec

    interface InternalClientExec
    • Method Detail

      • prepare

        void prepare​(org.apache.http.HttpHost target,
                     org.apache.http.HttpRequest original,
                     InternalState state,
                     AbstractClientExchangeHandler handler)
              throws java.io.IOException,
                     org.apache.http.HttpException
        Throws:
        java.io.IOException
        org.apache.http.HttpException
      • generateRequest

        org.apache.http.HttpRequest generateRequest​(InternalState state,
                                                    AbstractClientExchangeHandler handler)
                                             throws java.io.IOException,
                                                    org.apache.http.HttpException
        Throws:
        java.io.IOException
        org.apache.http.HttpException
      • produceContent

        void produceContent​(InternalState state,
                            org.apache.http.nio.ContentEncoder encoder,
                            org.apache.http.nio.IOControl ioctrl)
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • responseReceived

        void responseReceived​(org.apache.http.HttpResponse response,
                              InternalState state,
                              AbstractClientExchangeHandler handler)
                       throws java.io.IOException,
                              org.apache.http.HttpException
        Throws:
        java.io.IOException
        org.apache.http.HttpException
      • consumeContent

        void consumeContent​(InternalState state,
                            org.apache.http.nio.ContentDecoder decoder,
                            org.apache.http.nio.IOControl ioctrl)
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • responseCompleted

        void responseCompleted​(InternalState state,
                               AbstractClientExchangeHandler handler)
                        throws java.io.IOException,
                               org.apache.http.HttpException
        Throws:
        java.io.IOException
        org.apache.http.HttpException