super(servletResponse); httpResponse = response;
return httpResponse.createOutputStream();
httpResponse.finishResponse();
return httpResponse.getConnector();
return httpResponse.getContentCount();
return httpResponse.getContentLength();
return httpResponse.getContext();
return httpResponse.getCookies();
return httpResponse.getDetailMessage();
return httpResponse.getHeader(name);
return httpResponse.getHeaderNames();
return httpResponse.getHeaderValues(name);
return httpResponse.getIncluded();
return httpResponse.getInfo();
return httpResponse.getMessage();
return httpResponse.getReporter();
return httpResponse.getRequest();
return super.getResponse();
return httpResponse.getStatus();
return httpResponse.getStream();
return httpResponse.isAppCommitted();
return httpResponse.isError();
return httpResponse.isSuspended();
httpResponse.recycle();
httpResponse.reset(status, message);
httpResponse.sendAcknowledgement();
httpResponse.setAppCommitted(appCommitted);
httpResponse.setConnector(connector);
httpResponse.setContext(context);
httpResponse.setDetailMessage(message);
httpResponse.setError();
httpResponse.setIncluded(included);
httpResponse.setRequest(request);
httpResponse.setStream(stream);
httpResponse.setSuspended(suspended);