Package io.vertx.up.uca.web.filter
Class HttpFilter
java.lang.Object
io.vertx.up.uca.web.filter.HttpFilter
- All Implemented Interfaces:
Filter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoNext(io.vertx.core.http.HttpServerRequest request, io.vertx.core.http.HttpServerResponse response) protected <T> Tprotected io.horizon.uca.log.Annalprotected io.vertx.ext.web.Sessionvoidinit()voidinit(io.vertx.ext.web.RoutingContext context) protected void
-
Constructor Details
-
HttpFilter
public HttpFilter()
-
-
Method Details
-
init
public void init(io.vertx.ext.web.RoutingContext context) -
put
-
get
-
doNext
protected void doNext(io.vertx.core.http.HttpServerRequest request, io.vertx.core.http.HttpServerResponse response) -
getSession
protected io.vertx.ext.web.Session getSession() -
getCookies
-
getLogger
protected io.horizon.uca.log.Annal getLogger() -
init
public void init()
-