public class RemoteSyncHandler extends Object implements io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
| Modifier and Type | Field and Description |
|---|---|
static String |
APPLICATION_QUARKUS |
(package private) static boolean |
checkForChanges |
static String |
CONNECT |
(package private) static String |
currentSession |
(package private) static int |
currentSessionCounter |
(package private) static long |
currentSessionTimeout |
static String |
DEV |
(package private) io.quarkus.dev.spi.HotReplacementContext |
hotReplacementContext |
(package private) io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> |
next |
(package private) String |
password |
static String |
PROBE |
static String |
QUARKUS_PASSWORD |
static String |
QUARKUS_SESSION |
static String |
QUARKUS_SESSION_COUNT |
(package private) static Throwable |
remoteProblem |
| Constructor and Description |
|---|
RemoteSyncHandler(String password,
io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> next,
io.quarkus.dev.spi.HotReplacementContext hotReplacementContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static void |
doPreScan() |
void |
handle(io.vertx.core.http.HttpServerRequest event) |
public static final String QUARKUS_PASSWORD
public static final String APPLICATION_QUARKUS
public static final String QUARKUS_SESSION
public static final String QUARKUS_SESSION_COUNT
public static final String CONNECT
public static final String DEV
public static final String PROBE
final String password
final io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> next
final io.quarkus.dev.spi.HotReplacementContext hotReplacementContext
static volatile String currentSession
static volatile int currentSessionCounter
static volatile long currentSessionTimeout
static volatile Throwable remoteProblem
static volatile boolean checkForChanges
public RemoteSyncHandler(String password, io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> next, io.quarkus.dev.spi.HotReplacementContext hotReplacementContext)
Copyright © 2020 JBoss by Red Hat. All rights reserved.