public class HeadResponseHandler extends Object implements io.jooby.internal.handler.LinkedHandler
Constructor and Description |
---|
HeadResponseHandler(Route.Handler next) |
Modifier and Type | Method and Description |
---|---|
Object |
apply(Context ctx)
Execute application code.
|
Route.Handler |
next() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
then
setRoute
public HeadResponseHandler(Route.Handler next)
public Route.Handler next()
next
in interface io.jooby.internal.handler.LinkedHandler
@Nonnull public Object apply(@Nonnull Context ctx) throws Exception
Route.Handler
apply
in interface Route.Handler
ctx
- Web context.Exception
- If something goes wrong.Copyright © 2020. All rights reserved.