public enum HandlerChainBuilder extends Enum<HandlerChainBuilder>
| Enum Constant and Description |
|---|
INSTANCE
singleton
|
| Modifier and Type | Method and Description |
|---|---|
HandlerChain |
build()
build chain
|
XdsHandlerChain |
buildXdsHandlerChain()
build Xds chain
|
static Optional<AbstractChainHandler> |
getHandler(String name)
get handler chain
|
static HandlerChainBuilder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandlerChainBuilder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HandlerChainBuilder INSTANCE
public static HandlerChainBuilder[] values()
for (HandlerChainBuilder c : HandlerChainBuilder.values()) System.out.println(c);
public static HandlerChainBuilder valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic HandlerChain build()
public XdsHandlerChain buildXdsHandlerChain()
public static Optional<AbstractChainHandler> getHandler(String name)
name - nameCopyright © 2025. All rights reserved.