Package org.apache.juneau.rest.processor
Class HttpEntityProcessor
java.lang.Object
org.apache.juneau.rest.processor.HttpEntityProcessor
- All Implemented Interfaces:
- ResponseProcessor
- 
Field SummaryFields inherited from interface org.apache.juneau.rest.processor.ResponseProcessorFINISHED, NEXT, RESTART
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintprocess(RestOpSession opSession) Process this response if possible.
- 
Constructor Details- 
HttpEntityProcessorpublic HttpEntityProcessor()
 
- 
- 
Method Details- 
processDescription copied from interface:ResponseProcessorProcess this response if possible.- Specified by:
- processin interface- ResponseProcessor
- Parameters:
- opSession- The HTTP call.
- Returns:
- One of the following codes:
   - 0 - The processor could not handle the request.
- 1 - The processor was able to fully handle the request.
- 2 - The processor was able to partially handle the request by replacing the output. The response processors should start over.
 
- Throws:
- IOException- If low-level exception occurred on output stream.
 Results in a- HttpServletResponse.SC_INTERNAL_SERVER_ERRORerror.
 
 
-