super(servletRequest); httpRequest = request;
httpRequest.addCookie(cookie);
httpRequest.addHeader(name, value);
httpRequest.addLocale(locale);
httpRequest.addParameter(name, values);
httpRequest.clearCookies();
httpRequest.clearHeaders();
httpRequest.clearLocales();
httpRequest.clearParameters();
return httpRequest.createInputStream();
httpRequest.finishRequest();
return httpRequest.getAuthorization();
return httpRequest.getCheckRestrictedResources();
return httpRequest.getConnector();
return httpRequest.getContext();
return httpRequest.getContextPathMB();
return httpRequest.getDecodedRequestURI();
return httpRequest.getDecodedRequestURIMB();
return httpRequest.getFilterChain();
return httpRequest.getHost();
return httpRequest.getInfo();
return httpRequest.getJrouteId();
return httpRequest.getNote(name);
return httpRequest.getNoteNames();
return httpRequest.getPathInfoMB();
return httpRequest.getRequest();
return httpRequest.getRequestPathMB();
return httpRequest.getResponse();
return httpRequest.getServletPathMB();
return httpRequest.getSocket();
return httpRequest.getStream();
return httpRequest.getValveContext();
return httpRequest.getWrapper();
httpRequest.recycle();
httpRequest.removeNote(name);
httpRequest.setAuthType(type);
httpRequest.setAuthorization(authorization);
httpRequest.setCheckRestrictedResources(check);
httpRequest.setConnector(connector);
httpRequest.setContentLength(length);
httpRequest.setContentType(type);
httpRequest.setContext(context);
httpRequest.setContextPath(path);
httpRequest.setDecodedRequestURI(uri);
httpRequest.setFilterChain(filterChain);
httpRequest.setHost(host);
httpRequest.setMethod(method);
httpRequest.setNote(name, value);
httpRequest.setPathInfo(path);
httpRequest.setProtocol(protocol);
httpRequest.setQueryString(query);
httpRequest.setRemoteAddr(remote);
httpRequest.setRequestURI(uri);
httpRequest.setRequestedSessionCookie(flag);
httpRequest.setRequestedSessionId(id);
httpRequest.setRequestedSessionURL(flag);
httpRequest.setResponse(response);
httpRequest.setScheme(scheme);
httpRequest.setSecure(secure);
httpRequest.setServerName(name);
httpRequest.setServerPort(port);
httpRequest.setServletPath(path);
httpRequest.setSocket(socket);
httpRequest.setStream(stream);
httpRequest.setUserPrincipal(principal);
httpRequest.setValveContext(valveContext);
httpRequest.setWrapper(wrapper);