Package io.vertx.up.uca.web.filter
Class HttpFilter
- java.lang.Object
-
- io.vertx.up.uca.web.filter.HttpFilter
-
-
Constructor Summary
Constructors Constructor Description HttpFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoNext(io.vertx.core.http.HttpServerRequest request, io.vertx.core.http.HttpServerResponse response)protected <T> Tget(String key)protected Map<String,io.vertx.core.http.Cookie>getCookies()protected io.vertx.up.log.AnnalgetLogger()protected io.vertx.ext.web.SessiongetSession()voidinit()voidinit(io.vertx.ext.web.RoutingContext context)protected voidput(String key, Object value)
-
-
-
Method Detail
-
init
public void init(io.vertx.ext.web.RoutingContext context)
-
get
protected <T> T get(String key)
-
doNext
protected void doNext(io.vertx.core.http.HttpServerRequest request, io.vertx.core.http.HttpServerResponse response)
-
getSession
protected io.vertx.ext.web.Session getSession()
-
getLogger
protected io.vertx.up.log.Annal getLogger()
-
init
public void init()
-
-