Uses of Interface
io.quarkus.vertx.http.runtime.attribute.ExchangeAttribute
Packages that use ExchangeAttribute
Package
Description
-
Uses of ExchangeAttribute in io.quarkus.vertx.http.runtime.attribute
Classes in io.quarkus.vertx.http.runtime.attribute that implement ExchangeAttributeModifier and TypeClassDescriptionclassclassThe bytes sentclassExchange attribute that represents a combination of attributes that should be merged into a single string.classExchange attribute that represents a fixed valueclassA cookieclassThe current timeclassProvide entries from the "user data" section of the RoutingContextclassThe ident username, not used, included for apache access log compatibilityclassThe local IP addressclassThe local portclassThe local server nameclassclassQuery parameterclassThe query stringclassExchange attribute that wraps string attributes in quotes.classThe remote Host address (if resolved)classThe remote IP addressclassThe remote userclassA request headerclassThe request lineclassThe request methodclassclassThe request getProtocolclassThe request schemeclassThe request URLclassThe request status codeclassA response headerclassThe response time This will only work ifHttpConfiguration.recordRequestStartTimehas been setclassclassclassclassstatic classclassThe thread nameclassclassProvide entries from the MDC section of the RoutingContext.Fields in io.quarkus.vertx.http.runtime.attribute declared as ExchangeAttributeModifier and TypeFieldDescriptionstatic final ExchangeAttributeQueryStringAttribute.BARE_INSTANCEstatic final ExchangeAttributeQueryStringAttribute.BARE_INSTANCE_ORIGINAL_REQUESTstatic final ExchangeAttributeDateTimeAttribute.INSTANCEstatic final ExchangeAttributeIdentUsernameAttribute.INSTANCEstatic final ExchangeAttributeLocalIPAttribute.INSTANCEstatic final ExchangeAttributeLocalPortAttribute.INSTANCEstatic final ExchangeAttributeLocalServerNameAttribute.INSTANCEstatic final ExchangeAttributeQueryStringAttribute.INSTANCEstatic final ExchangeAttributeRemoteHostAttribute.INSTANCEstatic final ExchangeAttributeRemoteIPAttribute.INSTANCEstatic final ExchangeAttributeRemoteUserAttribute.INSTANCEstatic final ExchangeAttributeRequestLineAttribute.INSTANCEstatic final ExchangeAttributeRequestMethodAttribute.INSTANCEstatic final ExchangeAttributeRequestPathAttribute.INSTANCEstatic final ExchangeAttributeRequestProtocolAttribute.INSTANCEstatic final ExchangeAttributeRequestSchemeAttribute.INSTANCEstatic final ExchangeAttributeRequestURLAttribute.INSTANCEstatic final ExchangeAttributeResponseCodeAttribute.INSTANCEstatic final ExchangeAttributeSecureExchangeAttribute.INSTANCEstatic final ExchangeAttributeThreadNameAttribute.INSTANCEstatic final ExchangeAttributeTransportProtocolAttribute.INSTANCEstatic final ExchangeAttributeQueryStringAttribute.INSTANCE_ORIGINAL_REQUESTstatic final ExchangeAttributeRequestLineAttribute.INSTANCE_ORIGINAL_REQUESTstatic final ExchangeAttributeRequestMethodAttribute.INSTANCE_ORIGINAL_REQUESTstatic final ExchangeAttributeRequestPathAttribute.INSTANCE_ORIGINAL_REQUESTstatic final ExchangeAttributeRequestURLAttribute.INSTANCE_ORIGINAL_REQUESTMethods in io.quarkus.vertx.http.runtime.attribute that return ExchangeAttributeModifier and TypeMethodDescriptionBuild the attribute from a text based representation.Parses the provided value string, and turns it into a list of exchange attributes.ExchangeAttributeParser.parseSingleToken(String token) ExchangeAttributeWrapper.wrap(ExchangeAttribute attribute) QuotingExchangeAttribute.Wrapper.wrap(ExchangeAttribute attribute) SubstituteEmptyWrapper.wrap(ExchangeAttribute attribute) Methods in io.quarkus.vertx.http.runtime.attribute with parameters of type ExchangeAttributeModifier and TypeMethodDescriptionExchangeAttributeWrapper.wrap(ExchangeAttribute attribute) QuotingExchangeAttribute.Wrapper.wrap(ExchangeAttribute attribute) SubstituteEmptyWrapper.wrap(ExchangeAttribute attribute) Constructors in io.quarkus.vertx.http.runtime.attribute with parameters of type ExchangeAttributeModifierConstructorDescriptionCompositeExchangeAttribute(ExchangeAttribute[] attributes) QuotingExchangeAttribute(ExchangeAttribute exchangeAttribute) SubstituteEmptyAttribute(ExchangeAttribute attribute, String substitute) -
Uses of ExchangeAttribute in io.quarkus.vertx.http.runtime.filters.accesslog
Constructors in io.quarkus.vertx.http.runtime.filters.accesslog with parameters of type ExchangeAttributeModifierConstructorDescriptionAccessLogHandler(AccessLogReceiver accessLogReceiver, String formatString, boolean consolidateReroutedRequests, ExchangeAttribute attribute)