Package

com

twitter

Permalink

package twitter

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. twitter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. package server

    Permalink

    Provides a common configuration setup for internal Twitter servers based on com.twitter.app.App.

    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.

    object MyServer extends TwitterServer {
      def main() {
        // start my service
      }
    }

    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.

Inherited from AnyRef

Inherited from Any

Ungrouped