Package io.vertx.up.verticle
Interface ZeroAtomic
-
public interface ZeroAtomic
-
-
Field Summary
Fields Modifier and Type Field Description static ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions>API_OPTSApi Gateaystatic ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions>HTTP_OPTSHttp constantsstatic ConcurrentMap<Integer,AtomicInteger>HTTP_START_LOGSstatic ConcurrentMap<Integer,io.vertx.core.ServidorOptions>RPC_OPTSRpc constantstatic ConcurrentMap<Integer,AtomicInteger>RPC_START_LOGSstatic ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions>RX_OPTSRx constantsstatic ConcurrentMap<Integer,AtomicInteger>RX_START_LOGSstatic ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions>SOCK_OPTSSocket constants
-
-
-
Field Detail
-
RPC_OPTS
static final ConcurrentMap<Integer,io.vertx.core.ServidorOptions> RPC_OPTS
Rpc constant
-
RPC_START_LOGS
static final ConcurrentMap<Integer,AtomicInteger> RPC_START_LOGS
-
HTTP_OPTS
static final ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions> HTTP_OPTS
Http constants
-
HTTP_START_LOGS
static final ConcurrentMap<Integer,AtomicInteger> HTTP_START_LOGS
-
RX_OPTS
static final ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions> RX_OPTS
Rx constants
-
RX_START_LOGS
static final ConcurrentMap<Integer,AtomicInteger> RX_START_LOGS
-
SOCK_OPTS
static final ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions> SOCK_OPTS
Socket constants
-
API_OPTS
static final ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions> API_OPTS
Api Gateay
-
-