- tcpCork - Variable in class io.quarkus.vertx.http.runtime.HttpConfiguration
-
Enable tcp cork (linux native transport only)
- tcpFastOpen - Variable in class io.quarkus.vertx.http.runtime.HttpConfiguration
-
Enable tcp fast open (linux native transport only)
- tcpQuickAck - Variable in class io.quarkus.vertx.http.runtime.HttpConfiguration
-
Enable tcp quick ack (linux native transport only)
- testPort - Variable in class io.quarkus.vertx.http.runtime.HttpConfiguration
-
The HTTP port used to run tests
- testSslPort - Variable in class io.quarkus.vertx.http.runtime.HttpConfiguration
-
The HTTPS port used to run tests
- ThreadLocalHandler - Class in io.quarkus.vertx.http.runtime
-
- ThreadLocalHandler(Supplier<Handler<RoutingContext>>) - Constructor for class io.quarkus.vertx.http.runtime.ThreadLocalHandler
-
- timeout - Variable in class io.quarkus.vertx.http.runtime.FormAuthConfig
-
The inactivity (idle) timeout
When inactivity timeout is reached, cookie is not renewed and a new login is enforced.
- toMap() - Method in class io.quarkus.vertx.http.runtime.security.SubstringMap
-
- toString() - Method in class io.quarkus.vertx.http.runtime.cors.CORSConfig
-
- toString() - Method in class io.quarkus.vertx.http.runtime.security.HttpCredentialTransport
-
- trailers() - Method in class io.quarkus.vertx.http.runtime.filters.AbstractResponseWrapper
-
- TrustedAuthenticationRequest - Class in io.quarkus.vertx.http.runtime.security
-
A request to authenticate from a trusted source, such as an encrypted cookie
TODO: move to quarkus-security
- TrustedAuthenticationRequest(String) - Constructor for class io.quarkus.vertx.http.runtime.security.TrustedAuthenticationRequest
-
- trustStoreFile - Variable in class io.quarkus.vertx.http.runtime.CertificateConfig
-
An optional trust store which holds the certificate information of the certificates to trust
- trustStoreFileType - Variable in class io.quarkus.vertx.http.runtime.CertificateConfig
-
An optional parameter to specify type of the trust store file.
- trustStorePassword - Variable in class io.quarkus.vertx.http.runtime.CertificateConfig
-
A parameter to specify the password of the trust store file.