Builder
pl.iterators.stir.server.RejectionHandler.Builder
Attributes
- Source
- RejectionHandler.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Handles a single Rejection with the given partial function.
Handles a single Rejection with the given partial function.
Attributes
- Source
- RejectionHandler.scala
Handles several Rejections of the same type at the same time. The seq passed to the given function is guaranteed to be non-empty.
Handles several Rejections of the same type at the same time. The seq passed to the given function is guaranteed to be non-empty.
Attributes
- Source
- RejectionHandler.scala
Handles the special "not found" case using the given Route.
Handles the special "not found" case using the given Route.
Attributes
- Source
- RejectionHandler.scala
Attributes
- Source
- RejectionHandler.scala
In this article