- params() - Method in class io.quarkus.vertx.http.runtime.AbstractRequestWrapper
-
- params() - Method in class io.quarkus.vertx.http.runtime.ForwardedServerRequestWrapper
-
- parse(String) - Method in class io.quarkus.vertx.http.runtime.attribute.ExchangeAttributeParser
-
Parses the provided value string, and turns it into a list of exchange attributes.
- parseSingleToken(String) - Method in class io.quarkus.vertx.http.runtime.attribute.ExchangeAttributeParser
-
- path() - Method in class io.quarkus.vertx.http.runtime.AbstractRequestWrapper
-
- path() - Method in class io.quarkus.vertx.http.runtime.ForwardedServerRequestWrapper
-
- PathMatch(String, String, T) - Constructor for class io.quarkus.vertx.http.runtime.security.PathMatcher.PathMatch
-
- PathMatcher<T> - Class in io.quarkus.vertx.http.runtime.security
-
Handler that dispatches to a given handler based of a prefix match of the path.
- PathMatcher(T) - Constructor for class io.quarkus.vertx.http.runtime.security.PathMatcher
-
- PathMatcher() - Constructor for class io.quarkus.vertx.http.runtime.security.PathMatcher
-
- PathMatcher.PathMatch<T> - Class in io.quarkus.vertx.http.runtime.security
-
- PathMatchingHttpSecurityPolicy - Class in io.quarkus.vertx.http.runtime.security
-
A security policy that allows for matching of other security policies based on paths.
- PathMatchingHttpSecurityPolicy() - Constructor for class io.quarkus.vertx.http.runtime.security.PathMatchingHttpSecurityPolicy
-
- PathMatchingHttpSecurityPolicy.HttpMatcher - Class in io.quarkus.vertx.http.runtime.security
-
- paths - Variable in class io.quarkus.vertx.http.runtime.PolicyMappingConfig
-
The paths that this permission check applies to.
- pattern - Variable in class io.quarkus.vertx.http.runtime.AccessLogConfig
-
The access log pattern:
If this is the string 'common' or 'combined' then this will use one of the specified named formats:
common: %h %l %u %t "%r" %s %b
combined: %h %l %u %t "%r" %s %b "%{i,Referer}" "%{i,User-Agent}"
Otherwise consult the Quarkus documentation for the full list of variables that can be used.
- pause() - Method in class io.quarkus.vertx.http.runtime.AbstractRequestWrapper
-
- pause() - Method in class io.quarkus.vertx.http.runtime.ForwardedServerRequestWrapper
-
- pause() - Method in class io.quarkus.vertx.http.runtime.ResumingRequestWrapper
-
- peerCertificateChain() - Method in class io.quarkus.vertx.http.runtime.AbstractRequestWrapper
-
- peerCertificateChain() - Method in class io.quarkus.vertx.http.runtime.ForwardedServerRequestWrapper
-
- permissionCheckHandler() - Method in class io.quarkus.vertx.http.runtime.security.HttpSecurityRecorder
-
- permissions - Variable in class io.quarkus.vertx.http.runtime.AuthConfig
-
The HTTP permissions
- PERMIT - Static variable in class io.quarkus.vertx.http.runtime.security.HttpSecurityPolicy.CheckResult
-
- PermitSecurityPolicy - Class in io.quarkus.vertx.http.runtime.security
-
- PermitSecurityPolicy() - Constructor for class io.quarkus.vertx.http.runtime.security.PermitSecurityPolicy
-
- PersistentLoginManager - Class in io.quarkus.vertx.http.runtime.security
-
A class that manages persistent logins.
- PersistentLoginManager(String, String, long, long) - Constructor for class io.quarkus.vertx.http.runtime.security.PersistentLoginManager
-
- PersistentLoginManager.RestoreResult - Class in io.quarkus.vertx.http.runtime.security
-
- policies - Variable in class io.quarkus.vertx.http.runtime.security.HttpAuthorizer
-
- policy - Variable in class io.quarkus.vertx.http.runtime.PolicyMappingConfig
-
The HTTP policy that this permission set is linked to.
- PolicyConfig - Class in io.quarkus.vertx.http.runtime
-
- PolicyConfig() - Constructor for class io.quarkus.vertx.http.runtime.PolicyConfig
-
- PolicyConfig$$accessor - Class in io.quarkus.vertx.http.runtime
-
- PolicyMappingConfig - Class in io.quarkus.vertx.http.runtime
-
- PolicyMappingConfig() - Constructor for class io.quarkus.vertx.http.runtime.PolicyMappingConfig
-
- PolicyMappingConfig$$accessor - Class in io.quarkus.vertx.http.runtime
-
- port - Variable in class io.quarkus.vertx.http.runtime.HttpConfiguration
-
The HTTP port
- preallocateBodyBuffer - Variable in class io.quarkus.vertx.http.runtime.BodyConfig
-
Whether the body buffer should pre-allocated based on the Content-Length
header value.
- principal() - Method in class io.quarkus.vertx.http.runtime.security.QuarkusHttpUser
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.BytesSentAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.CookieAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.DateTimeAttribute.Builder
-
- priority() - Method in interface io.quarkus.vertx.http.runtime.attribute.ExchangeAttributeBuilder
-
The priority of the builder.
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.IdentUsernameAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.LocalIPAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.LocalPortAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.LocalServerNameAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.NullAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.QueryParameterAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.QueryStringAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.RemoteHostAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.RemoteIPAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.RemoteUserAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.RequestHeaderAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.RequestLineAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.RequestMethodAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.RequestPathAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.RequestProtocolAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.RequestSchemeAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.RequestURLAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.ResponseCodeAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.ResponseHeaderAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.ResponseTimeAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.SecureExchangeAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.SslCipherAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.SslClientCertAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.SslSessionIdAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.ThreadNameAttribute.Builder
-
- priority() - Method in class io.quarkus.vertx.http.runtime.attribute.TransportProtocolAttribute.Builder
-
- proactive - Variable in class io.quarkus.vertx.http.runtime.AuthConfig
-
If this is true and credentials are present then a user will always be authenticated
before the request progresses.
- produceRouter() - Method in class io.quarkus.vertx.http.runtime.RouterProducer
-
- protocols - Variable in class io.quarkus.vertx.http.runtime.ServerSslConfig
-
The list of protocols to explicitly enable.
- proxyAddressForwarding - Variable in class io.quarkus.vertx.http.runtime.HttpConfiguration
-
If this is true then the address, scheme etc will be set from headers forwarded by the proxy server, such as
X-Forwarded-For
.
- push(HttpMethod, String, String, Handler<AsyncResult<HttpServerResponse>>) - Method in class io.quarkus.vertx.http.runtime.filters.AbstractResponseWrapper
-
- push(HttpMethod, String, MultiMap, Handler<AsyncResult<HttpServerResponse>>) - Method in class io.quarkus.vertx.http.runtime.filters.AbstractResponseWrapper
-
- push(HttpMethod, String, Handler<AsyncResult<HttpServerResponse>>) - Method in class io.quarkus.vertx.http.runtime.filters.AbstractResponseWrapper
-
- push(HttpMethod, String, String, MultiMap, Handler<AsyncResult<HttpServerResponse>>) - Method in class io.quarkus.vertx.http.runtime.filters.AbstractResponseWrapper
-
- put(String, V) - Method in class io.quarkus.vertx.http.runtime.security.SubstringMap
-
- putHeader(String, String) - Method in class io.quarkus.vertx.http.runtime.filters.AbstractResponseWrapper
-
- putHeader(CharSequence, CharSequence) - Method in class io.quarkus.vertx.http.runtime.filters.AbstractResponseWrapper
-
- putHeader(String, Iterable<String>) - Method in class io.quarkus.vertx.http.runtime.filters.AbstractResponseWrapper
-
- putHeader(CharSequence, Iterable<CharSequence>) - Method in class io.quarkus.vertx.http.runtime.filters.AbstractResponseWrapper
-
- putTrailer(String, String) - Method in class io.quarkus.vertx.http.runtime.filters.AbstractResponseWrapper
-
- putTrailer(CharSequence, CharSequence) - Method in class io.quarkus.vertx.http.runtime.filters.AbstractResponseWrapper
-
- putTrailer(String, Iterable<String>) - Method in class io.quarkus.vertx.http.runtime.filters.AbstractResponseWrapper
-
- putTrailer(CharSequence, Iterable<CharSequence>) - Method in class io.quarkus.vertx.http.runtime.filters.AbstractResponseWrapper
-