| Package | Description |
|---|---|
| com.hotels.styx.routing.config | |
| com.hotels.styx.routing.handlers |
| Modifier and Type | Class and Description |
|---|---|
class |
StyxObjectDefinition
An yaml configuration block used in routing configuration to configure an HTTP handler.
|
class |
StyxObjectReference
A routing config object that is a named reference to an object specified elsewhere.
|
| Modifier and Type | Method and Description |
|---|---|
static StyxObjectConfiguration |
RoutingConfigParser.toRoutingConfigNode(com.fasterxml.jackson.databind.JsonNode jsonNode) |
| Modifier and Type | Method and Description |
|---|---|
static RoutingObject |
Builtins.build(List<String> parents,
RoutingObjectFactory.Context context,
StyxObjectConfiguration configNode)
Buiulds a routing object.
|
static HttpInterceptor |
Builtins.build(StyxObjectConfiguration configBlock,
Map<String,HttpInterceptorFactory> interceptorFactories)
Builds a HTTP interceptor.
|
| Modifier and Type | Method and Description |
|---|---|
StyxObjectConfiguration |
PathPrefixRouter.PathPrefixConfig.destination() |
Copyright © 2013–2020 Hotels.com. All rights reserved.