| Class | Description |
|---|---|
| CurrentRequestsHandler |
Admin handler that will help in tracking only the current HTTP requests to Styx.
|
| IndexHandler |
Generates an index page for the registered handlers.
|
| IndexHandler.Link |
A link to be displayed in the IndexHandler.
|
| JsonHandler<E> |
Handler for returning JSON.
|
| JVMMetricsHandler |
Handler for showing the JVM statistics.
|
| LoggingConfigurationHandler |
Displays contents of logging configuration file.
|
| MetricsHandler |
Handler for showing all registered metrics for styx server.
|
| OriginsHandler |
Provides origins configuration in the form of JSON.
|
| OriginsInventoryHandler |
Returns an origins inventory snapshot in an HTTP response.
|
| PingHandler |
A simple handler that can confirm that the admin interface is available.
|
| PluginListHandler |
Returns a simple HTML page with a list of plugins, split into enabled and disabled.
|
| PluginToggleHandler |
Handler that will enable and disable plugins.
|
| ProviderListHandler |
Returns a simple HTML page with a list of Providers, and the set of available admin endpoints for each.
|
| ProviderRoutingHandler |
Routes admin requests to the admin endpoints of each
StyxService
in the Provider ObjectStore, and to the index page that organizes and lists these endpoints. |
| RoutingObjectHandler |
Provides admin interface access to Styx routing configuration.
|
| ServiceProviderHandler |
Admin interface access to service provider information, esp.
|
| StartupConfigHandler |
Displays information about what settings Styx started up with.
|
| StyxConfigurationHandler |
Returns a response consisting of the configuration variables.
|
| ThreadsHandler |
Provides an HTTP response with a body consisting of a thread dump.
|
| UptimeHandler |
Provides an uptime via admin interface.
|
| UrlPatternRouter |
A configurable router.
|
| UrlPatternRouter.Builder |
A builder class.
|
| VersionTextHandler |
Provides version text from one or more files provided in configuration.
|
Copyright © 2013–2020 Hotels.com. All rights reserved.