| Package | Description |
|---|---|
| com.hotels.styx.routing.config | |
| com.hotels.styx.routing.handlers | |
| com.hotels.styx.startup |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.collect.ImmutableMap<String,RoutingObjectFactory> |
Builtins.BUILTIN_HANDLER_FACTORIES |
| Modifier and Type | Method and Description |
|---|---|
Map<String,RoutingObjectFactory> |
RoutingObjectFactory.Context.objectFactories() |
| Constructor and Description |
|---|
Context(RouteRefLookup refLookup,
Environment environment,
<any> routeDb,
Map<String,RoutingObjectFactory> objectFactories,
Iterable<NamedPlugin> plugins,
Map<String,HttpInterceptorFactory> interceptorFactories,
boolean requestTracking,
<any> executorObjectStore) |
| Modifier and Type | Class and Description |
|---|---|
static class |
BackendServiceProxy.Factory
Deprecated.
Builds a BackendServiceProxy from yaml routing configuration.
|
static class |
ConditionRouter.Factory
Builds a condition router from the yaml routing configuration.
|
static class |
HostProxy.Factory
A factory for creating HostProxy routingObject objects.
|
static class |
HttpInterceptorPipeline.Factory
An yaml config based builder for HttpInterceptorPipeline.
|
static class |
PathPrefixRouter.Factory
A factory for constructing PathPrefixRouter objects.
|
static class |
ProxyToBackend.Factory
Deprecated.
ProxyToBackend factory that instantiates an object from the Yaml configuration.
|
static class |
StaticResponseHandler.Factory
Builds a static response handler from Yaml configuration.
|
| Modifier and Type | Method and Description |
|---|---|
StyxServerComponents.Builder |
StyxServerComponents.Builder.additionalRoutingObjects(Map<String,RoutingObjectFactory> additionalRoutingObjectFactories) |
Copyright © 2013–2020 Hotels.com. All rights reserved.