Handler

play.api.mvc.Handler
See theHandler companion object
trait Handler

An Handler handles a request. Play understands several types of handlers, for example EssentialActions and WebSockets.

The Handler used to handle the request is controlled by GlobalSettings's onRequestReceived method. The default implementation of onRequestReceived delegates to onRouteRequest which calls the default Router.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Action[A]
class JavaAction
trait Stage
trait WebSocket
trait JavaHandler
Show all
In this article