Package

com.twitter.finagle.exp

routing

Permalink

package routing

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Field[+T] extends AnyRef

    Permalink

    The key associated with a Message field.

    The key associated with a Message field.

    T

    The type of value associated with this message field key.

  2. sealed abstract class Message[+T] extends AnyRef

    Permalink

    A contract for a container envelope for a value, which can allow for setting extra field metadata associated with the value.

  3. class Request[+T] extends Message[T]

    Permalink

    A contract for a container envelope for a request value, which can allow for setting extra field metadata associated with the value.

  4. class Response[+T] extends Message[T]

    Permalink

    A contract for a container envelope for a response value, which can allow for setting extra field metadata associated with the value.

Value Members

  1. object Fields

    Permalink
  2. object Request

    Permalink
  3. object Response

    Permalink
  4. object Route extends Serializable

    Permalink

Ungrouped