Package

com.twitter.finatra.http

response

Permalink

package response

Visibility
  1. Public
  2. All

Type Members

  1. case class ErrorsResponse(errors: Seq[String]) extends Product with Serializable

    Permalink
  2. case class HttpResponseClassifier(underlying: ResponseClassifier) extends PartialFunction[ReqRep, ResponseClass] with Product with Serializable

    Permalink

    A wrapper around a com.twitter.finagle.service.ResponseClassifier to allow for binding a specific type of ResponseClassifier to the object graph.

    A wrapper around a com.twitter.finagle.service.ResponseClassifier to allow for binding a specific type of ResponseClassifier to the object graph.

    underlying

    the com.twitter.finagle.service.ResponseClassifier to wrap.

  3. class Mustache extends Annotation with Annotation with ClassfileAnnotation

    Permalink
  4. class ResponseBuilder extends Logging

    Permalink
  5. class StreamingResponse[T, U] extends Logging

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2019-07-18)

Deprecated Value Members

  1. object StreamingResponse

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2019-07-18)

Ungrouped