A Java-friendly version of the TwitterServer.
Defines many of the default /admin/
HTTP routes.
Captures events from a logger.
Defines a hook into an App.
Mix-in to include service-loaded hooks.
Registers any global linter rules.
Indicates that a com.twitter.finagle.Resolver was not found for the
given name
using the FlagResolver.
Create a new hook for the given App.
An admin http server which serves requests outside the default finagle worker pool.
Twitter Server defines a template from which servers at Twitter are built.
Supports the specification of a default close grace period from a flag.
Twitter Server
Provides a common configuration setup for internal Twitter servers based on com.twitter.app.App.
An HTTP server is bound to a configurable port (default: 9900) to which commands can be sent and information queried. Additional handlers can be provided by adding them to com.twitter.finagle.http.HttpMuxer.
Provided handlers
See com.twitter.server.TwitterServer
Configuration
The default port is set via defaultAdminPort. This can be overridden in the super class or set on the command line with -admin.port.