@Version(value="2.0.0")
| Interface | Description |
|---|---|
| IResponse |
Interface that the webcontainer expects the response objects to implement.
|
| StoredResponseCompat<T extends java.util.Enumeration<java.lang.String> & java.util.Collection<java.lang.String>> |
StoredResponseCompat is a interface to allow both return types to co-exist for getHeaderNames
|
| Class | Description |
|---|---|
| CollectionEnumerationHybrid<E> | |
| DummyResponse | |
| HttpServletResponseProxy | Deprecated
since WAS V6.0
Use the HttpServletResponseWrapper class instead.
|
| ResponseUtils | |
| ServletOutputStreamAdapter | |
| StoredResponse |
StoredResponse is a response object that can be instantiated
by any servlet and used/passed as a standard HttpResponse.
|
| Exception | Description |
|---|---|
| ResponseErrorReport |