| Package | Description |
|---|---|
| io.quarkus.vertx.http.runtime.attribute |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestMethodAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
RequestLineAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
SecureExchangeAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
RequestPathAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
CookieAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
RemoteUserAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
ConstantExchangeAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
RemoteIPAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
SslClientCertAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
CompositeExchangeAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
SslCipherAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
ThreadNameAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
ResponseTimeAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
TransportProtocolAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
NullAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
RemoteHostAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
BytesSentAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
QueryStringAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
RequestProtocolAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
LocalIPAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
QueryParameterAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
RequestHeaderAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
ExchangeAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue)
Sets a new value for the attribute.
|
void |
QuotingExchangeAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
RequestURLAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
DateTimeAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
LocalPortAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
SslSessionIdAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
AllRequestHeadersAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
ResponseCodeAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
SubstituteEmptyWrapper.SubstituteEmptyAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
IdentUsernameAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
LocalServerNameAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
RequestSchemeAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
void |
ResponseHeaderAttribute.writeAttribute(io.vertx.ext.web.RoutingContext exchange,
String newValue) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.