Package com.ibm.wsspi.webcontainer
Interface IRequest
- All Superinterfaces:
IRequest
,com.ibm.websphere.servlet.request.extended.IRequestExtended
public interface IRequest
extends com.ibm.websphere.servlet.request.extended.IRequestExtended
Deprecated.
v7.0 Application developers requiring this functionality
should implement this using com.ibm.websphere.servlet.request.IRequest.
Interface that the webcontainer recognizes as the types of requests that it can handle.
The webcontainer will call the methods on this interface during request processing.
-
Method Summary
Methods inherited from interface com.ibm.websphere.servlet.request.IRequest
clearHeaders, getAllCookieValues, getAuthType, getCipherSuite, getContentLength, getContentType, getCookies, getCookieValue, getDateHeader, getHeader, getHeaderNames, getHeaders, getInputStream, getIntHeader, getLocalAddr, getLocalName, getLocalPort, getMethod, getPeerCertificates, getProtocol, getQueryString, getRemoteAddr, getRemoteHost, getRemotePort, getRemoteUser, getRequestURI, getScheme, getServerName, getServerPort, getSessionID, getShouldDestroy, getSSLSessionID, getWCCResponse, isProxied, isSSL, isStartAsync, lock, removeHeader, setShouldClose, setShouldDestroy, setShouldReuse, startAsync, unlock
Methods inherited from interface com.ibm.websphere.servlet.request.extended.IRequestExtended
getHttpInboundConnection, getThreadPool