interface InternalClientExec
| Modifier and Type | Method and Description |
|---|---|
void |
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) |
void prepare(org.apache.http.HttpHost target,
org.apache.http.HttpRequest original,
InternalState state,
AbstractClientExchangeHandler handler)
throws java.io.IOException,
org.apache.http.HttpException
java.io.IOExceptionorg.apache.http.HttpExceptionorg.apache.http.HttpRequest generateRequest(InternalState state, AbstractClientExchangeHandler handler) throws java.io.IOException, org.apache.http.HttpException
java.io.IOExceptionorg.apache.http.HttpExceptionvoid produceContent(InternalState state, org.apache.http.nio.ContentEncoder encoder, org.apache.http.nio.IOControl ioctrl) throws java.io.IOException
java.io.IOExceptionvoid requestCompleted(InternalState state, AbstractClientExchangeHandler handler)
void responseReceived(org.apache.http.HttpResponse response,
InternalState state,
AbstractClientExchangeHandler handler)
throws java.io.IOException,
org.apache.http.HttpException
java.io.IOExceptionorg.apache.http.HttpExceptionvoid consumeContent(InternalState state, org.apache.http.nio.ContentDecoder decoder, org.apache.http.nio.IOControl ioctrl) throws java.io.IOException
java.io.IOExceptionvoid responseCompleted(InternalState state, AbstractClientExchangeHandler handler) throws java.io.IOException, org.apache.http.HttpException
java.io.IOExceptionorg.apache.http.HttpException