com.oreilly.servlet |
|
Java Source File Name | Type | Comment |
CacheHttpServlet.java | Class | A superclass for HTTP servlets
Use it when the servlet must have its output
cached and automatically resent as appropriate according to the
servlet's getLastModified() method. |
CookieNotFoundException.java | Class | Thrown to indicate a cookie does not exist. |
CookieParser.java | Class | A class to simplify cookie retrieval. |
DaemonHttpServlet.java | Class | A superclass for HTTP servlets that wish to accept raw socket
connections. |
HttpMessage.java | Class | A class to simplify HTTP applet-server communication. |
HttpsMessage.java | Class | A class to simplify HTTP/HTTPS client-server communication. It abstracts
the communication into messages, which can be either GET or POST. |
LocaleNegotiator.java | Class | A class to aid in servlet internationalization. |
LocaleToCharsetMap.java | Class | A mapping to determine the (somewhat arbitrarily) preferred charset for
a given locale. |
MailMessage.java | Class | A class to help send SMTP email. |
MultipartFilter.java | Class | A filter for easy semi-automatic handling of multipart/form-data requests
(file uploads). |
MultipartRequest.java | Class | A utility class to handle multipart/form-data requests,
the kind of requests that support file uploads. |
MultipartResponse.java | Class | A utility class to generate multipart/x-mixed-replace responses,
the kind of responses that implement server push. |
MultipartWrapper.java | Class | A request wrapper to support MultipartFilter. |
ParameterNotFoundException.java | Class | Thrown to indicate a parameter does not exist. |
ParameterParser.java | Class | A class to simplify parameter handling. |
RemoteDaemonHttpServlet.java | Class | A superclass for any HTTP servlet that wishes to act as an RMI server
and, additionally, accept raw socket connections. |
RemoteHttpServlet.java | Class | A superclass for any HTTP servlet that wishes to act as an RMI server.
RemoteHttpServlet begins listening for RMI calls in its
init() method and stops listening in its destroy()
method. |
ServletUtils.java | Class | A collection of static utility methods useful to servlets. |
VersionDetector.java | Class | A class to determine the current Servlet API version number, and the
current JDK version number. |