- Type Parameters:
T
- a type of the content entity
- Enclosing interface:
- Handler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Handles
request
, response
and HTTP request content entity.
Used as functional parameter in Handler.create(Class, EntityHandler)
method.-
Method Summary
-
Method Details
-
accept
- Parameters:
req
- an HTTP requestres
- an HTTP responseentity
- an entity representing the HTTP request content
-