java.lang.Object
io.jooby.handler.TraceHandler
- All Implemented Interfaces:
Route.Aware
,Route.Filter
The TRACE method performs a message loop-back test along the path to the target resource.
- Since:
- 2.0.4
- Author:
- edgar
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapply
(Route.Handler next) Chain the filter within next handler.void
Allows a handler to listen for route metadata.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jooby.Route.Filter
then, then
-
Constructor Details
-
TraceHandler
public TraceHandler()
-
-
Method Details
-
apply
Description copied from interface:Route.Filter
Chain the filter within next handler.- Specified by:
apply
in interfaceRoute.Filter
- Parameters:
next
- Next handler.- Returns:
- A new handler.
-
setRoute
Description copied from interface:Route.Aware
Allows a handler to listen for route metadata.- Specified by:
setRoute
in interfaceRoute.Aware
- Parameters:
route
- Route metadata.
-