Package play.http
Core Java HTTP API.
-
Interface Summary Interface Description ActionCreator An interface for creating Java actions from Java methods.HttpErrorHandler Component for handling HTTP errors in Play.HttpFilters Provides filters to the HttpRequestHandler.HttpRequestHandler An HTTP request handler -
Class Summary Class Description DefaultActionCreator A default implementation of the action creator.DefaultHttpErrorHandler Default implementation of the http error handler.DefaultHttpFilters Helper class which has a varargs constructor taking the filters.DefaultHttpRequestHandler HandlerForRequest A request and a handler to handle it.HtmlOrJsonHttpErrorHandler An HttpErrorHandler that uses either HTML or JSON in the response depending on the client's preference.HttpEntity An HTTP entityHttpEntity.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.HttpErrorHandler.Attrs Request attributes used by the error handler.HttpErrorInfo Used as request attribute which gets attached to the request that gets passed to an error handler.JsonHttpErrorHandler An alternative default HTTP error handler which will render errors as JSON messages instead of HTML pages.PreferredMediaTypeHttpErrorHandler An `HttpErrorHandler` that delegates to one of several `HttpErrorHandlers` depending on the client's media type preference.