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