public class SyncResponse extends Object
| Constructor and Description |
|---|
SyncResponse(javax.servlet.http.HttpServletResponse resp) |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
getOutputStream() |
void |
sendError(int statusCode) |
void |
setContentLength(int len) |
void |
setContentType(String contentType) |
void |
setStatus(int status) |
public OutputStream getOutputStream() throws IOException
IOExceptionpublic void setStatus(int status)
public void setContentLength(int len)
public void setContentType(String contentType)
public void sendError(int statusCode)
throws IOException
IOExceptionThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.