| Interface | Description |
|---|---|
| HttpServletContainer |
Container for a
HttpServlet. |
| HttpServletServicer | |
| ServletRequestForwarder |
Made available by the
HttpServletContainer within the
ServletRequest.getAttribute(String). |
| Class | Description |
|---|---|
| HttpRequestServletInputStream |
HttpRequest ServletInputStream. |
| HttpResponsePrintWriter |
HttpResponse PrintWriter. |
| HttpResponseServletOutputStream |
ServletOutputStream for the HttpResponse. |
| HttpServletContainerImpl |
HttpServletContainer implementation. |
| HttpServletRequestImpl |
HttpServletRequest implementation. |
| HttpServletResponseImpl |
HttpServletResponse implementation. |
| HttpSessionImpl |
HttpSession implementation. |
| IteratorEnumeration<E> |
Enumeration wrapping an Iterator. |
| ServletConfigImpl |
ServletConfig implementation. |
| ServletContextImpl |
ServletContext implementation. |
| Exception | Description |
|---|---|
| UnsupportedHttpServletMethodException |
Only keeping simple support for a
HttpServlet. |
Copyright © 2005–2015. All rights reserved.