| Package | Description |
|---|---|
| com.linecorp.armeria.server |
Server core.
|
| Modifier and Type | Method and Description |
|---|---|
RoutingResultType |
Routed.routingResultType()
Returns the type of
RoutingResult. |
RoutingResultType |
RoutingResult.type()
Returns the type of this result.
|
static RoutingResultType |
RoutingResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoutingResultType[] |
RoutingResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RoutingResultBuilder |
RoutingResultBuilder.type(RoutingResultType type)
Sets the result type.
|
Copyright © 2020 LeanCloud. All rights reserved.