Package play.http
package play.http
Core Java HTTP API.
-
ClassDescriptionAn interface for creating Java actions from Java methods.A default implementation of the action creator.Default implementation of the http error handler.Helper class which has a varargs constructor taking the filters.A request and a handler to handle it.An HttpErrorHandler that uses either HTML or JSON in the response depending on the client's preference.An HTTP entityA chunked entity, backed by a source of chunks.A streamed entity, backed by a source.A strict entity, where all the data for it is in memory.Component for handling HTTP errors in Play.Request attributes used by the error handler.Used as request attribute which gets attached to the request that gets passed to an error handler.Provides filters to the HttpRequestHandler.An HTTP request handlerAn alternative default HTTP error handler which will render errors as JSON messages instead of HTML pages.An `HttpErrorHandler` that delegates to one of several `HttpErrorHandlers` depending on the client's media type preference.