| Interface | Description |
|---|---|
| HttpErrorHandler |
Component for handling HTTP errors in Play.
|
| HttpFilters |
Provides filters to the HttpRequestHandler.
|
| HttpRequestHandler |
An HTTP request handler
|
| Class | Description |
|---|---|
| DefaultHttpErrorHandler |
Default implementation of the http error handler.
|
| DefaultHttpRequestHandler | |
| GlobalSettingsHttpRequestHandler |
Request handler that delegates to global
|
| HttpEntity |
An HTTP entity
|
| HttpEntity.Chunked |
A chunked entity, backed by a source of chunks.
|
| HttpEntity.Streamed |
A streamed entity, backed by a source.
|
| HttpEntity.Strict |
A strict entity, where all the data for it is in memory.
|