Servlett interface and some sample
implementations.See: Description
| Interface | Description |
|---|---|
| HttpAuthenticationServlett.UserNamePasswordPredicate<EX extends Throwable> | |
| Servlett |
An entity that handles HTTP requests, similar to an JEE servlet.
|
| Class | Description |
|---|---|
| AbstractServlett |
Abstract base implementation of
Servlett. |
| FileServlett | |
| HttpAuthenticationServlett<EX extends Exception> |
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.
|
Servlett interface and some sample
implementations.Copyright © 2018 Arno Unkrig. All rights reserved.