Package de.unkrig.commons.net.http.servlett

This package contains the Servlett interface and some sample implementations.

See:
          Description

Interface Summary
Servlett An entity that handles HTTP requests, similar to an J22 servlet.
 

Class Summary
AbstractServlett Abstract base implementation of Servlett.
FileServlett A Servlett that serves documents with Files.
HttpAuthenticationServlett A Servlett that processes the AUTHENTICATION information in the HTTp request, and passes control to the next servlett iff authentication is successfully completed.
SimpleServlett A very simple servlett that answers all requests with a preconfigured response.
 

Package de.unkrig.commons.net.http.servlett Description

This package contains the Servlett interface and some sample implementations.