| Interface | Description |
|---|---|
| H2OHttpView |
Exposes part of H2O functionality for the purposes of HTTP server adapter.
|
| HttpServerFacade |
Facade for an HTTP server implementation.
|
| ProxyServer |
All the functionality that we need to call on an existing instance of HTTP proxy.
|
| RequestAuthExtension |
Extension point for HTTP request handling.
|
| WebServer |
All the functionality that we need to call on an existing instance of HTTP server (servlet container).
|
| Class | Description |
|---|---|
| Credentials |
Representation of the User-Password pair
|
| H2OHttpConfig |
Holds configuration relevant to HTTP server.
|
| HttpServerLoader |
Finds implementation of
HttpServerFacade found on the classpath. |
| Enum | Description |
|---|---|
| LoginType |
Supported login methods
|