public class CloudGatewayHandler
extends java.lang.Object
implements org.noear.solon.web.vertx.VxHandler
| 构造器和说明 |
|---|
CloudGatewayHandler(org.noear.solon.web.vertx.VxHandler webHandler) |
| 限定符和类型 | 方法和说明 |
|---|---|
CloudGatewayConfiguration |
getConfiguration()
获取配置
|
void |
handle(io.vertx.core.http.HttpServerRequest request)
处理
|
void |
setExecutor(java.util.concurrent.Executor executor) |
void |
setHandler(org.noear.solon.core.handle.Handler handler) |
public CloudGatewayHandler(org.noear.solon.web.vertx.VxHandler webHandler)
public void setHandler(org.noear.solon.core.handle.Handler handler)
setHandler 在接口中 org.noear.solon.web.vertx.VxHandlerpublic void setExecutor(java.util.concurrent.Executor executor)
setExecutor 在接口中 org.noear.solon.web.vertx.VxHandlerpublic void handle(io.vertx.core.http.HttpServerRequest request)
handle 在接口中 io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>public CloudGatewayConfiguration getConfiguration()