Class RequestProtocolAttribute.Builder
java.lang.Object
io.quarkus.vertx.http.runtime.attribute.RequestProtocolAttribute.Builder
- All Implemented Interfaces:
ExchangeAttributeBuilder
- Enclosing class:
- RequestProtocolAttribute
public static final class RequestProtocolAttribute.Builder
extends Object
implements ExchangeAttributeBuilder
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Description copied from interface:ExchangeAttributeBuilderThe string representation of the attribute name. This is used solely for debugging / informational purposes- Specified by:
namein interfaceExchangeAttributeBuilder- Returns:
- The attribute name
-
build
Description copied from interface:ExchangeAttributeBuilderBuild the attribute from a text based representation. If the attribute does not understand this representation then it will just return null.- Specified by:
buildin interfaceExchangeAttributeBuilder- Parameters:
token- The string token- Returns:
- The exchange attribute, or null
-
priority
public int priority()Description copied from interface:ExchangeAttributeBuilderThe priority of the builder. Builders will be tried in priority builder. Built in builders use the priority range 0-100,- Specified by:
priorityin interfaceExchangeAttributeBuilder- Returns:
- The priority
-