public interface ResponseAdapter
Modifier and Type | Method and Description |
---|---|
void |
addHeader(String key,
String value) |
OutputStream |
getOutputStream() |
void |
sendError(int errorCode) |
void |
sendRedirect(String targetUrl) |
void |
setStatus(int statusCode) |
void sendError(int errorCode)
void setStatus(int statusCode)
void sendRedirect(String targetUrl)
OutputStream getOutputStream()
Copyright © 2009-2012 Julien Rialland, and the jFastCGI project developpers.. All Rights Reserved.