public class VxWebHandlerPlus extends VxWebHandler
| 构造器和说明 |
|---|
VxWebHandlerPlus(io.vertx.core.Vertx vertx) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
enableWebSocket(boolean enable)
启用 web socket
|
void |
handle(io.vertx.core.http.HttpServerRequest req) |
protected void |
preHandle(Context ctx)
预处理
|
setExecutor, setHandlerpublic void enableWebSocket(boolean enable)
VxHandlerprotected void preHandle(Context ctx) throws java.io.IOException
VxWebHandlerpreHandle 在类中 VxWebHandlerjava.io.IOExceptionpublic void handle(io.vertx.core.http.HttpServerRequest req)
handle 在接口中 io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>handle 在类中 VxWebHandler