Package org.apache.http.impl.nio.client
Interface InternalClientExec
- All Known Implementing Classes:
MainClientExec
interface InternalClientExec
-
Method Summary
Modifier and TypeMethodDescriptionvoid
consumeContent
(InternalState state, org.apache.http.nio.ContentDecoder decoder, org.apache.http.nio.IOControl ioctrl) org.apache.http.HttpRequest
generateRequest
(InternalState state, AbstractClientExchangeHandler handler) void
prepare
(org.apache.http.HttpHost target, org.apache.http.HttpRequest original, InternalState state, AbstractClientExchangeHandler handler) void
produceContent
(InternalState state, org.apache.http.nio.ContentEncoder encoder, org.apache.http.nio.IOControl ioctrl) void
requestCompleted
(InternalState state, AbstractClientExchangeHandler handler) void
responseCompleted
(InternalState state, AbstractClientExchangeHandler handler) void
responseReceived
(org.apache.http.HttpResponse response, InternalState state, AbstractClientExchangeHandler handler)
-
Method Details
-
prepare
void prepare(org.apache.http.HttpHost target, org.apache.http.HttpRequest original, InternalState state, AbstractClientExchangeHandler handler) throws IOException, org.apache.http.HttpException - Throws:
IOException
org.apache.http.HttpException
-
generateRequest
org.apache.http.HttpRequest generateRequest(InternalState state, AbstractClientExchangeHandler handler) throws IOException, org.apache.http.HttpException - Throws:
IOException
org.apache.http.HttpException
-
produceContent
void produceContent(InternalState state, org.apache.http.nio.ContentEncoder encoder, org.apache.http.nio.IOControl ioctrl) throws IOException - Throws:
IOException
-
requestCompleted
-
responseReceived
void responseReceived(org.apache.http.HttpResponse response, InternalState state, AbstractClientExchangeHandler handler) throws IOException, org.apache.http.HttpException - Throws:
IOException
org.apache.http.HttpException
-
consumeContent
void consumeContent(InternalState state, org.apache.http.nio.ContentDecoder decoder, org.apache.http.nio.IOControl ioctrl) throws IOException - Throws:
IOException
-
responseCompleted
void responseCompleted(InternalState state, AbstractClientExchangeHandler handler) throws IOException, org.apache.http.HttpException - Throws:
IOException
org.apache.http.HttpException
-