|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.http.nio.protocol.ErrorResponseProducer
public class ErrorResponseProducer
This class changed from package private to public in version 4.4.8.
| Constructor Summary | |
|---|---|
ErrorResponseProducer(HttpResponse response,
HttpEntity entity,
boolean keepAlive)
|
|
| Method Summary | |
|---|---|
void |
close()
|
void |
failed(Exception ex)
Invoked to signal that the response processing terminated abnormally. |
HttpResponse |
generateResponse()
Invoked to generate a HTTP response message head. |
void |
produceContent(ContentEncoder encoder,
IOControl ioctrl)
Invoked to write out a chunk of content to the ContentEncoder. |
void |
responseCompleted(HttpContext context)
Invoked to signal that the response has been fully written out. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ErrorResponseProducer(HttpResponse response,
HttpEntity entity,
boolean keepAlive)
| Method Detail |
|---|
public HttpResponse generateResponse()
HttpAsyncResponseProducer
generateResponse in interface HttpAsyncResponseProducer
public void produceContent(ContentEncoder encoder,
IOControl ioctrl)
throws IOException
HttpAsyncResponseProducerContentEncoder.
The IOControl interface can be used to suspend output event
notifications if the producer is temporarily unable to produce more content.
When all content is finished, the producer MUST call
ContentEncoder.complete(). Failure to do so may cause the entity
to be incorrectly delimited.
Please note that the ContentEncoder object is not thread-safe and
should only be used within the context of this method call.
The IOControl object can be shared and used on other thread
to resume output event notifications when more content is made available.
produceContent in interface HttpAsyncResponseProducerencoder - content encoder.ioctrl - I/O control of the underlying connection.
IOException - in case of an I/O errorpublic void responseCompleted(HttpContext context)
HttpAsyncResponseProducer
responseCompleted in interface HttpAsyncResponseProducercontext - HTTP contextpublic void failed(Exception ex)
HttpAsyncResponseProducer
failed in interface HttpAsyncResponseProducerex - exception
public void close()
throws IOException
close in interface CloseableIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||