Class HttpServletResponseWrapper.WriteOperation
- java.lang.Object
 - 
- org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper.AsyncOperation
 - 
- org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper.WriteOperation
 
 
 
- 
- Enclosing class:
 - HttpServletResponseWrapper
 
public class HttpServletResponseWrapper.WriteOperation extends HttpServletResponseWrapper.AsyncOperation
 
- 
- 
Constructor Summary
Constructors Constructor Description WriteOperation(OutputStream stream, byte[] bytes, int offset, int length)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoWork(javax.servlet.ServletOutputStream sos)StringtoString()- 
Methods inherited from class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper.AsyncOperation
queueComplete, requeue, work 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
WriteOperation
@Deprecated public WriteOperation(OutputStream stream, byte[] bytes, int offset, int length)
Deprecated. 
 - 
 
- 
Method Detail
- 
doWork
protected void doWork(javax.servlet.ServletOutputStream sos)
- Specified by:
 doWorkin classHttpServletResponseWrapper.AsyncOperation
 
 - 
 
 -