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