public final class Nginx extends java.lang.Object implements io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>, NeedVertxExecutor
| Constructor and Description | 
|---|
Nginx()  | 
| Modifier and Type | Method and Description | 
|---|---|
static byte[] | 
decode(java.lang.String b64)  | 
void | 
handle(io.vertx.core.http.HttpServerRequest req)  | 
void | 
setVertxExecutor(io.vertx.core.Vertx vertx,
                java.util.concurrent.ExecutorService bmExecutor)
Instances implementing that will be given a vertx instance and a
 BMExecutor. 
 | 
public void handle(io.vertx.core.http.HttpServerRequest req)
handle in interface io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>public static byte[] decode(java.lang.String b64)
b64 - public void setVertxExecutor(io.vertx.core.Vertx vertx,
                             java.util.concurrent.ExecutorService bmExecutor)
NeedVertxExecutorsetVertxExecutor in interface NeedVertxExecutorCopyright © 2023. All Rights Reserved.