public class HandlerHelper extends Object
| Constructor and Description |
|---|
HandlerHelper() |
| Modifier and Type | Method and Description |
|---|---|
static org.vertx.java.core.Handler<org.vertx.java.core.http.HttpServerRequest> |
addFormParsing(org.vertx.java.core.Handler<org.vertx.java.core.http.HttpServerRequest> toWrap)
Add form parsing capabilities to the wrapped handler.
|
public static org.vertx.java.core.Handler<org.vertx.java.core.http.HttpServerRequest> addFormParsing(org.vertx.java.core.Handler<org.vertx.java.core.http.HttpServerRequest> toWrap)
toWrap - the handlerCopyright © 2015. All rights reserved.