| Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||
| Interface Summary | |
| Servlet | This interface is for developing servlets. |
| ServletConfig | This interface is implemented by services in order to pass configuration information to a servlet when it is first loaded. |
| ServletContext | The ServletContext interface gives servlets access to information about their environment, and allows them to log significant events. |
| ServletRequest | This interface is for getting data from the client to the servlet for a service request. |
| ServletResponse | Interface for sending MIME data from the servlet's service method to the client. |
| SingleThreadModel | Defines a "single" thread model for servlet execution. |
| Class Summary | |
| GenericServlet | The GenericServlet class implements the Servlet interface and, for convenience, the ServletConfig interface. |
| ServletInputStream | An input stream for reading servlet requests, it provides an efficient readLine method. |
| ServletOutputStream | An output stream for writing servlet responses. |
| Exception Summary | |
| ServletException | This exception is thrown to indicate a servlet problem. |
| UnavailableException | This exception indicates that a servlet is unavailable. |
| Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||