| Package | Description |
|---|---|
| com.linecorp.armeria.server |
Server core.
|
| com.linecorp.armeria.server.composition |
Service composition.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Routed<T> |
Routed.empty()
Returns a singleton instance of a
Routed that represents a non-existent value. |
Routed<V> |
Router.find(RoutingContext routingCtx)
Finds the value of mapping that matches the specified
RoutingContext. |
Routed<ServiceConfig> |
VirtualHost.findServiceConfig(RoutingContext routingCtx)
|
Routed<ServiceConfig> |
VirtualHost.findServiceConfig(RoutingContext routingCtx,
boolean useFallbackService)
|
| Modifier and Type | Method and Description |
|---|---|
List<Routed<V>> |
Router.findAll(RoutingContext routingCtx)
Finds all values of mapping that match the specified
RoutingContext. |
| Modifier and Type | Method and Description |
|---|---|
Routed<HttpService> |
SimpleCompositeService.findService(RoutingContext routingCtx) |
Routed<RpcService> |
SimpleCompositeRpcService.findService(RoutingContext routingCtx) |
protected Routed<T> |
AbstractCompositeService.findService(RoutingContext routingCtx)
|
Copyright © 2020 LeanCloud. All rights reserved.