| Package | Description |
|---|---|
| io.quarkus.vertx.http.runtime.attribute | |
| io.quarkus.vertx.http.runtime.filters.accesslog |
| Modifier and Type | Class and Description |
|---|---|
class |
AllRequestHeadersAttribute |
class |
BytesSentAttribute
The bytes sent
|
class |
CompositeExchangeAttribute
Exchange attribute that represents a combination of attributes that should be merged into a single string.
|
class |
ConstantExchangeAttribute
Exchange attribute that represents a fixed value
|
class |
CookieAttribute
A cookie
|
class |
DateTimeAttribute
The current time
|
class |
IdentUsernameAttribute
The ident username, not used, included for apache access log compatibility
|
class |
LocalIPAttribute
The local IP address
|
class |
LocalPortAttribute
The local port
|
class |
LocalServerNameAttribute
The local server name
|
class |
NullAttribute |
class |
QueryParameterAttribute
Query parameter
|
class |
QueryStringAttribute
The query string
|
class |
QuotingExchangeAttribute
Exchange attribute that wraps string attributes in quotes.
|
class |
RemoteHostAttribute
The remote Host address (if resolved)
|
class |
RemoteIPAttribute
The remote IP address
|
class |
RemoteUserAttribute
The remote user
|
class |
RequestHeaderAttribute
A request header
|
class |
RequestLineAttribute
The request line
|
class |
RequestMethodAttribute
The request method
|
class |
RequestPathAttribute |
class |
RequestProtocolAttribute
The request getProtocol
|
class |
RequestSchemeAttribute
The request scheme
|
class |
RequestURLAttribute
The request URL
|
class |
ResponseCodeAttribute
The request status code
|
class |
ResponseHeaderAttribute
A response header
|
class |
ResponseTimeAttribute
The response time
This will only work if
HttpConfiguration.recordRequestStartTime has been set |
class |
SecureExchangeAttribute |
class |
SslCipherAttribute |
class |
SslClientCertAttribute |
class |
SslSessionIdAttribute |
static class |
SubstituteEmptyWrapper.SubstituteEmptyAttribute |
class |
ThreadNameAttribute
The thread name
|
class |
TransportProtocolAttribute |
| Modifier and Type | Field and Description |
|---|---|
static ExchangeAttribute |
QueryStringAttribute.BARE_INSTANCE |
static ExchangeAttribute |
RequestMethodAttribute.INSTANCE |
static ExchangeAttribute |
RequestLineAttribute.INSTANCE |
static ExchangeAttribute |
SecureExchangeAttribute.INSTANCE |
static ExchangeAttribute |
RequestPathAttribute.INSTANCE |
static ExchangeAttribute |
RemoteUserAttribute.INSTANCE |
static ExchangeAttribute |
RemoteIPAttribute.INSTANCE |
static ExchangeAttribute |
ThreadNameAttribute.INSTANCE |
static ExchangeAttribute |
TransportProtocolAttribute.INSTANCE |
static ExchangeAttribute |
RemoteHostAttribute.INSTANCE |
static ExchangeAttribute |
QueryStringAttribute.INSTANCE |
static ExchangeAttribute |
RequestProtocolAttribute.INSTANCE |
static ExchangeAttribute |
LocalIPAttribute.INSTANCE |
static ExchangeAttribute |
RequestURLAttribute.INSTANCE |
static ExchangeAttribute |
DateTimeAttribute.INSTANCE |
static ExchangeAttribute |
LocalPortAttribute.INSTANCE |
static ExchangeAttribute |
ResponseCodeAttribute.INSTANCE |
static ExchangeAttribute |
IdentUsernameAttribute.INSTANCE |
static ExchangeAttribute |
LocalServerNameAttribute.INSTANCE |
static ExchangeAttribute |
RequestSchemeAttribute.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ExchangeAttribute |
RequestMethodAttribute.Builder.build(String token) |
ExchangeAttribute |
RequestLineAttribute.Builder.build(String token) |
ExchangeAttribute |
SecureExchangeAttribute.Builder.build(String token) |
ExchangeAttribute |
RequestPathAttribute.Builder.build(String token) |
ExchangeAttribute |
CookieAttribute.Builder.build(String token) |
ExchangeAttribute |
RemoteUserAttribute.Builder.build(String token) |
ExchangeAttribute |
RemoteIPAttribute.Builder.build(String token) |
ExchangeAttribute |
SslClientCertAttribute.Builder.build(String token) |
ExchangeAttribute |
SslCipherAttribute.Builder.build(String token) |
ExchangeAttribute |
ThreadNameAttribute.Builder.build(String token) |
ExchangeAttribute |
ResponseTimeAttribute.Builder.build(String token) |
ExchangeAttribute |
TransportProtocolAttribute.Builder.build(String token) |
ExchangeAttribute |
NullAttribute.Builder.build(String token) |
ExchangeAttribute |
RemoteHostAttribute.Builder.build(String token) |
ExchangeAttribute |
BytesSentAttribute.Builder.build(String token) |
ExchangeAttribute |
QueryStringAttribute.Builder.build(String token) |
ExchangeAttribute |
RequestProtocolAttribute.Builder.build(String token) |
ExchangeAttribute |
LocalIPAttribute.Builder.build(String token) |
ExchangeAttribute |
QueryParameterAttribute.Builder.build(String token) |
ExchangeAttribute |
RequestHeaderAttribute.Builder.build(String token) |
ExchangeAttribute |
RequestURLAttribute.Builder.build(String token) |
ExchangeAttribute |
DateTimeAttribute.Builder.build(String token) |
ExchangeAttribute |
LocalPortAttribute.Builder.build(String token) |
ExchangeAttribute |
SslSessionIdAttribute.Builder.build(String token) |
ExchangeAttribute |
AllRequestHeadersAttribute.Builder.build(String token) |
ExchangeAttribute |
ResponseCodeAttribute.Builder.build(String token) |
ExchangeAttribute |
IdentUsernameAttribute.Builder.build(String token) |
ExchangeAttribute |
LocalServerNameAttribute.Builder.build(String token) |
ExchangeAttribute |
ExchangeAttributeBuilder.build(String token)
Build the attribute from a text based representation.
|
ExchangeAttribute |
RequestSchemeAttribute.Builder.build(String token) |
ExchangeAttribute |
ResponseHeaderAttribute.Builder.build(String token) |
ExchangeAttribute |
ExchangeAttributeParser.parse(String valueString)
Parses the provided value string, and turns it into a list of exchange attributes.
|
ExchangeAttribute |
ExchangeAttributeParser.parseSingleToken(String token) |
ExchangeAttribute |
QuotingExchangeAttribute.Wrapper.wrap(ExchangeAttribute attribute) |
ExchangeAttribute |
ExchangeAttributeWrapper.wrap(ExchangeAttribute attribute) |
ExchangeAttribute |
SubstituteEmptyWrapper.wrap(ExchangeAttribute attribute) |
| Modifier and Type | Method and Description |
|---|---|
ExchangeAttribute |
QuotingExchangeAttribute.Wrapper.wrap(ExchangeAttribute attribute) |
ExchangeAttribute |
ExchangeAttributeWrapper.wrap(ExchangeAttribute attribute) |
ExchangeAttribute |
SubstituteEmptyWrapper.wrap(ExchangeAttribute attribute) |
| Constructor and Description |
|---|
CompositeExchangeAttribute(ExchangeAttribute[] attributes) |
QuotingExchangeAttribute(ExchangeAttribute exchangeAttribute) |
SubstituteEmptyAttribute(ExchangeAttribute attribute,
String substitute) |
| Constructor and Description |
|---|
AccessLogHandler(AccessLogReceiver accessLogReceiver,
String formatString,
ExchangeAttribute attribute) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.