Package

com.twitter.finagle.buoyant

linkerd

Permalink

package linkerd

Visibility
  1. Public
  2. All

Type Members

  1. class TTwitterClientFilter extends SimpleFilter[ThriftClientRequest, Array[Byte]]

    Permalink

    Forked from https://github.com/twitter/finagle/blob/develop/finagle-thrift/src/main/scala/com/twitter/finagle/thrift/TTwitterClientFilter.scala We have modified TTwitterClientFilter to read the dest field out of the Dest local context and write it into the dest request header.

  2. class TTwitterServerFilter extends SimpleFilter[Array[Byte], Array[Byte]]

    Permalink

    Forked from https://github.com/twitter/finagle/blob/develop/finagle-thrift/src/main/scala/com/twitter/finagle/thrift/TTwitterServerFilter.scala We have modified TTwitterServerFilter to read the dest field out of the request header and write it into the Dest local context.

Ungrouped