public class BlockingWebResponse extends AbstractWebResponse
closed, out, properties, rsp| Constructor and Description |
|---|
BlockingWebResponse(javax.servlet.http.HttpServletResponse rsp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
end()
Completes the synchronous operation that was started on the request.
|
void |
waitFor(long timeout) |
getHeader, getInternalObject, getProperty, getStatus, send, setHeader, setProperty, setStatuspublic BlockingWebResponse(javax.servlet.http.HttpServletResponse rsp)
throws java.io.IOException
java.io.IOExceptionpublic void waitFor(long timeout)
throws java.util.concurrent.TimeoutException,
java.lang.InterruptedException
java.util.concurrent.TimeoutExceptionjava.lang.InterruptedExceptionpublic boolean end()
end in interface WebResponseend in class AbstractWebResponse