Interface | Description |
---|---|
IRequest |
Interface that the webcontainer recognizes as the types of requests that it can handle.
|
Class | Description |
---|---|
HttpServletRequestProxy | Deprecated
since WAS V6.0
Use the HttpServletRequestWrapper class instead.
|
ServletInputStreamAdapter |
Adapter class creates a ServletInputStream from a java.io.InputStream.
|