Package

com.twitter.finagle

thrift

Permalink

package thrift

Visibility
  1. Public
  2. All

Type Members

  1. case class ClientId(name: String) extends Product with Serializable

    Permalink

Value Members

  1. object ClientId extends Serializable

    Permalink

    ClientId provides the client identification of the incoming request if available.

    ClientId provides the client identification of the incoming request if available. It is set at the beginning of the request and is available throughout the life-cycle of the request. It is iff the client has an upgraded finagle connection and has chosen to specify the client ID in their codec.

Ungrouped