| Constructor and Description |
|---|
HttpFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doNext(io.vertx.core.http.HttpServerRequest request,
io.vertx.core.http.HttpServerResponse response) |
protected <T> T |
get(String key) |
protected Set<io.vertx.ext.web.Cookie> |
getCookies() |
protected io.vertx.ext.web.Session |
getSession() |
void |
init() |
void |
init(io.vertx.ext.web.RoutingContext context) |
protected void |
put(String key,
Object value) |
public void init(io.vertx.ext.web.RoutingContext context)
protected <T> T get(String key)
protected void doNext(io.vertx.core.http.HttpServerRequest request,
io.vertx.core.http.HttpServerResponse response)
protected io.vertx.ext.web.Session getSession()
protected Set<io.vertx.ext.web.Cookie> getCookies()
public void init()
Copyright © 2018. All rights reserved.