-
Class Summary
| Class |
Description |
| ServerServlet |
Servlet acting like an HTTP server connector.
|
| ServletAdapter |
HTTP adapter from Servlet calls to Restlet calls.
|
| ServletUtils |
Servlet related utilities.
|
Package org.restlet.ext.servlet Description
Integration with Servlet API 3.1. Java Servlet technology provides Web developers with a simple, consistent mechanism for extending the functionality of a Web server and for accessing existing business systems.
- Since:
- Restlet 1.0
- See Also:
- Servlet HTTP server,
User Guide - Servlet extension