*/
protected boolean charsetSet = false;
- /**
- * Request error URI.
- */
- protected String errorURI = null;
-
protected Request req;
// ------------------------------------------------------------- Properties
}
- /**
- * Set request URI that caused an error during
- * request processing.
- */
- public void setErrorURI(String uri) {
- errorURI = uri;
- }
-
-
- /** Get the request URI that caused the original error.
- */
- public String getErrorURI() {
- return errorURI;
- }
-
-
// -------------------- Methods --------------------
message = null;
commited = false;
errorException = null;
- errorURI = null;
headers.clear();
// update counters
public long getBytesWritten() {
return bytesWritten;
}
-
- public void setBytesWritten(long bytesWritten) {
- this.bytesWritten = bytesWritten;
- }
}