Class RemoteSyncHandler
java.lang.Object
io.quarkus.vertx.http.runtime.devmode.RemoteSyncHandler
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
public class RemoteSyncHandler
extends Object
implements io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String(package private) static booleanstatic final String(package private) static String(package private) static int(package private) static longstatic final String(package private) final io.quarkus.dev.spi.HotReplacementContext(package private) final io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> (package private) final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String(package private) static Throwable(package private) final String -
Constructor Summary
ConstructorsConstructorDescriptionRemoteSyncHandler(String password, io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> next, io.quarkus.dev.spi.HotReplacementContext hotReplacementContext, String rootPath) -
Method Summary
-
Field Details
-
QUARKUS_PASSWORD
- See Also:
-
APPLICATION_QUARKUS
- See Also:
-
QUARKUS_SESSION
- See Also:
-
QUARKUS_ERROR
- See Also:
-
QUARKUS_SESSION_COUNT
- See Also:
-
CONNECT
- See Also:
-
DEV
- See Also:
-
PROBE
- See Also:
-
password
-
next
final io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> next -
hotReplacementContext
final io.quarkus.dev.spi.HotReplacementContext hotReplacementContext -
rootPath
-
currentSession
-
currentSessionCounter
static volatile int currentSessionCounter -
currentSessionTimeout
static volatile long currentSessionTimeout -
remoteProblem
-
checkForChanges
static volatile boolean checkForChanges
-
-
Constructor Details
-
RemoteSyncHandler
-
-
Method Details
-
doPreScan
public static void doPreScan() -
handle
public void handle(io.vertx.core.http.HttpServerRequest event) - Specified by:
handlein interfaceio.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
-
close
public void close()
-