Uses of Class
io.quarkus.vertx.http.runtime.attribute.ReadOnlyAttributeException
Packages that use ReadOnlyAttributeException
-
Uses of ReadOnlyAttributeException in io.quarkus.vertx.http.runtime.attribute
Methods in io.quarkus.vertx.http.runtime.attribute that throw ReadOnlyAttributeExceptionModifier and TypeMethodDescriptionvoidAllRequestHeadersAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidBytesSentAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidCompositeExchangeAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidConstantExchangeAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidCookieAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidDateTimeAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidExchangeAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) Sets a new value for the attribute.voidExchangeDataAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidIdentUsernameAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidLocalIPAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidLocalPortAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidLocalServerNameAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidNullAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidQueryParameterAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidQueryStringAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidQuotingExchangeAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidRemoteHostAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidRemoteIPAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidRemoteUserAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidRequestHeaderAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidRequestLineAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidRequestMethodAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidRequestPathAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidRequestProtocolAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidRequestSchemeAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidRequestURLAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidResponseCodeAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidResponseHeaderAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidResponseTimeAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidSecureExchangeAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidSslCipherAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidSslClientCertAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidSslSessionIdAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidSubstituteEmptyWrapper.SubstituteEmptyAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidThreadNameAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidTransportProtocolAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue) voidVertxMDCDataAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange, String newValue)