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
Fields Modifier and Type Field Description static StringAPPLICATION_QUARKUS(package private) static booleancheckForChangesstatic StringCONNECT(package private) static StringcurrentSession(package private) static intcurrentSessionCounter(package private) static longcurrentSessionTimeoutstatic StringDEV(package private) io.quarkus.dev.spi.HotReplacementContexthotReplacementContext(package private) io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>next(package private) Stringpasswordstatic StringPROBEstatic StringQUARKUS_ERRORstatic StringQUARKUS_PASSWORDstatic StringQUARKUS_SESSIONstatic StringQUARKUS_SESSION_COUNT(package private) static ThrowableremoteProblem
-
Constructor Summary
Constructors Constructor Description RemoteSyncHandler(String password, io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> next, io.quarkus.dev.spi.HotReplacementContext hotReplacementContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()static voiddoPreScan()voidhandle(io.vertx.core.http.HttpServerRequest event)
-
-
-
Field Detail
-
QUARKUS_PASSWORD
public static final String QUARKUS_PASSWORD
- See Also:
- Constant Field Values
-
APPLICATION_QUARKUS
public static final String APPLICATION_QUARKUS
- See Also:
- Constant Field Values
-
QUARKUS_SESSION
public static final String QUARKUS_SESSION
- See Also:
- Constant Field Values
-
QUARKUS_ERROR
public static final String QUARKUS_ERROR
- See Also:
- Constant Field Values
-
QUARKUS_SESSION_COUNT
public static final String QUARKUS_SESSION_COUNT
- See Also:
- Constant Field Values
-
CONNECT
public static final String CONNECT
- See Also:
- Constant Field Values
-
DEV
public static final String DEV
- See Also:
- Constant Field Values
-
PROBE
public static final String PROBE
- See Also:
- Constant Field Values
-
password
final String password
-
next
final io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> next
-
hotReplacementContext
final io.quarkus.dev.spi.HotReplacementContext hotReplacementContext
-
currentSession
static volatile String currentSession
-
currentSessionCounter
static volatile int currentSessionCounter
-
currentSessionTimeout
static volatile long currentSessionTimeout
-
remoteProblem
static volatile Throwable remoteProblem
-
checkForChanges
static volatile boolean checkForChanges
-
-
Constructor Detail
-
RemoteSyncHandler
public RemoteSyncHandler(String password, io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> next, io.quarkus.dev.spi.HotReplacementContext hotReplacementContext)
-
-