public class NonBlockingWebResponse extends AbstractWebResponse
| Modifier and Type | Field and Description |
|---|---|
protected javax.servlet.AsyncContext |
async |
closed, out, properties, rsp| Constructor and Description |
|---|
NonBlockingWebResponse(javax.servlet.AsyncContext async,
javax.servlet.http.HttpServletResponse rsp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
end()
Completes the synchronous operation that was started on the request.
|
getHeader, getProperty, getStatus, send, setHeader, setProperty, setStatuspublic NonBlockingWebResponse(javax.servlet.AsyncContext async,
javax.servlet.http.HttpServletResponse rsp)
throws java.io.IOException
java.io.IOExceptionpublic boolean end()
end in interface WebResponseend in class AbstractWebResponse