Constant Field Values
Contents
io.quarkus.*
-
io.quarkus.vertx.http.runtime.HttpHostConfigSource Modifier and Type Constant Field Value public static final StringQUARKUS_HTTP_HOST"quarkus.http.host" -
io.quarkus.vertx.http.runtime.QuarkusHttpHeaders Modifier and Type Constant Field Value static final intCRLF_SHORT3338 -
io.quarkus.vertx.http.runtime.StaticResourcesRecorder Modifier and Type Constant Field Value public static final StringMETA_INF_RESOURCES"META-INF/resources" -
io.quarkus.vertx.http.runtime.VertxHttpRecorder Modifier and Type Constant Field Value public static final intDEFAULT_ROUTE_ORDER10000public static final StringGET"GET"public static final StringMAX_REQUEST_SIZE_KEY"io.quarkus.max-request-size"public static final StringREQUEST_START_TIME"io.quarkus.request-start-time" -
io.quarkus.vertx.http.runtime.VertxInputStream Modifier and Type Constant Field Value public static final StringCONTINUE"100-continue"
-
io.quarkus.vertx.http.runtime.attribute.BytesSentAttribute Modifier and Type Constant Field Value public static final StringBYTES_SENT"%{BYTES_SENT}"public static final StringBYTES_SENT_SHORT_LOWER"%b"public static final StringBYTES_SENT_SHORT_UPPER"%B" -
io.quarkus.vertx.http.runtime.attribute.DateTimeAttribute Modifier and Type Constant Field Value public static final StringCUSTOM_TIME"%{time,"public static final StringDATE_TIME"%{DATE_TIME}"public static final StringDATE_TIME_SHORT"%t" -
io.quarkus.vertx.http.runtime.attribute.IdentUsernameAttribute Modifier and Type Constant Field Value public static final StringIDENT_USERNAME"%l" -
io.quarkus.vertx.http.runtime.attribute.LocalIPAttribute Modifier and Type Constant Field Value public static final StringLOCAL_IP"%{LOCAL_IP}"public static final StringLOCAL_IP_SHORT"%A" -
io.quarkus.vertx.http.runtime.attribute.LocalPortAttribute Modifier and Type Constant Field Value public static final StringLOCAL_PORT"%{LOCAL_PORT}"public static final StringLOCAL_PORT_SHORT"%p" -
io.quarkus.vertx.http.runtime.attribute.LocalServerNameAttribute Modifier and Type Constant Field Value public static final StringLOCAL_SERVER_NAME"%{LOCAL_SERVER_NAME}"public static final StringLOCAL_SERVER_NAME_SHORT"%v" -
io.quarkus.vertx.http.runtime.attribute.NullAttribute Modifier and Type Constant Field Value public static final StringNAME"%{NULL}" -
io.quarkus.vertx.http.runtime.attribute.QueryStringAttribute Modifier and Type Constant Field Value public static final StringBARE_QUERY_STRING"%{BARE_QUERY_STRING}"public static final StringQUERY_STRING"%{QUERY_STRING}"public static final StringQUERY_STRING_SHORT"%q" -
io.quarkus.vertx.http.runtime.attribute.RemoteHostAttribute Modifier and Type Constant Field Value public static final StringREMOTE_HOST"%{REMOTE_HOST}"public static final StringREMOTE_HOST_NAME_SHORT"%h" -
io.quarkus.vertx.http.runtime.attribute.RemoteIPAttribute Modifier and Type Constant Field Value public static final StringREMOTE_IP"%{REMOTE_IP}"public static final StringREMOTE_IP_SHORT"%a" -
io.quarkus.vertx.http.runtime.attribute.RemoteUserAttribute Modifier and Type Constant Field Value public static final StringREMOTE_USER"%{REMOTE_USER}"public static final StringREMOTE_USER_SHORT"%u" -
io.quarkus.vertx.http.runtime.attribute.RequestLineAttribute Modifier and Type Constant Field Value public static final StringREQUEST_LINE"%{REQUEST_LINE}"public static final StringREQUEST_LINE_SHORT"%r" -
io.quarkus.vertx.http.runtime.attribute.RequestMethodAttribute Modifier and Type Constant Field Value public static final StringREQUEST_METHOD"%{METHOD}"public static final StringREQUEST_METHOD_SHORT"%m" -
io.quarkus.vertx.http.runtime.attribute.RequestPathAttribute Modifier and Type Constant Field Value public static final StringREQUEST_PATH"%{REQUEST_PATH}" -
io.quarkus.vertx.http.runtime.attribute.RequestProtocolAttribute Modifier and Type Constant Field Value public static final StringREQUEST_PROTOCOL"%{PROTOCOL}"public static final StringREQUEST_PROTOCOL_SHORT"%H" -
io.quarkus.vertx.http.runtime.attribute.RequestSchemeAttribute Modifier and Type Constant Field Value public static final StringREQUEST_SCHEME"%{SCHEME}" -
io.quarkus.vertx.http.runtime.attribute.RequestURLAttribute Modifier and Type Constant Field Value public static final StringREQUEST_URL"%{REQUEST_URL}"public static final StringREQUEST_URL_SHORT"%U" -
io.quarkus.vertx.http.runtime.attribute.ResponseCodeAttribute Modifier and Type Constant Field Value public static final StringRESPONSE_CODE"%{RESPONSE_CODE}"public static final StringRESPONSE_CODE_SHORT"%s" -
io.quarkus.vertx.http.runtime.attribute.ResponseTimeAttribute Modifier and Type Constant Field Value public static final StringRESPONSE_TIME_MICROS"%{RESPONSE_TIME_MICROS}"public static final StringRESPONSE_TIME_MILLIS"%{RESPONSE_TIME}"public static final StringRESPONSE_TIME_MILLIS_SHORT"%D"public static final StringRESPONSE_TIME_NANOS"%{RESPONSE_TIME_NANOS}"public static final StringRESPONSE_TIME_SECONDS_SHORT"%T" -
io.quarkus.vertx.http.runtime.attribute.SecureExchangeAttribute Modifier and Type Constant Field Value public static final StringLEGACY_INCORRECT_TOKEN"${SECURE}"public static final StringTOKEN"%{SECURE}" -
io.quarkus.vertx.http.runtime.attribute.SslClientCertAttribute Modifier and Type Constant Field Value public static final StringBEGIN_CERT"-----BEGIN CERTIFICATE-----"public static final StringEND_CERT"-----END CERTIFICATE-----" -
io.quarkus.vertx.http.runtime.attribute.ThreadNameAttribute Modifier and Type Constant Field Value public static final StringTHREAD_NAME"%{THREAD_NAME}"public static final StringTHREAD_NAME_SHORT"%I" -
io.quarkus.vertx.http.runtime.attribute.TransportProtocolAttribute Modifier and Type Constant Field Value public static final StringTRANSPORT_PROTOCOL"%{TRANSPORT_PROTOCOL}"
-
io.quarkus.vertx.http.runtime.devmode.RemoteSyncHandler Modifier and Type Constant Field Value public static final StringAPPLICATION_QUARKUS"application/quarkus-live-reload"public static final StringCONNECT"/connect"public static final StringDEV"/dev"public static final StringPROBE"/probe"public static final StringQUARKUS_ERROR"X-Quarkus-Error"public static final StringQUARKUS_PASSWORD"X-Quarkus-Password"public static final StringQUARKUS_SESSION"X-Quarkus-Session"public static final StringQUARKUS_SESSION_COUNT"X-Quarkus-Count"
-
io.quarkus.vertx.http.runtime.filters.QuarkusRequestWrapper Modifier and Type Constant Field Value public static final StringFAKE_COOKIE_NAME"X-quarkus-request-wrapper"
-
io.quarkus.vertx.http.runtime.filters.accesslog.JBossLoggingAccessLogReceiver Modifier and Type Constant Field Value public static final StringDEFAULT_CATEGORY"io.quarkus.vertx.http.accesslog"
-
io.quarkus.vertx.http.runtime.security.BasicAuthenticationMechanism Modifier and Type Constant Field Value public static final StringCHARSET"charset"public static final StringSILENT"silent"public static final StringUSER_AGENT_CHARSETS"user-agent-charsets" -
io.quarkus.vertx.http.runtime.security.QuarkusHttpUser Modifier and Type Constant Field Value public static final StringAUTH_FAILURE_HANDLER"io.quarkus.vertx.http.auth-failure-handler"public static final StringDEFERRED_IDENTITY_KEY"io.quarkus.vertx.http.deferred-identity"