Packages

package response

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract class EnrichedResponse extends ResponseProxy

    A wrapper around a com.twitter.finagle.http.Response which is itself a type of com.twitter.finagle.http.Response (by virtue of extending com.twitter.finagle.http.ResponseProxy

    A wrapper around a com.twitter.finagle.http.Response which is itself a type of com.twitter.finagle.http.Response (by virtue of extending com.twitter.finagle.http.ResponseProxy

    This class exposes a builder-like API for creating an com.twitter.finagle.http.Response. Users are NOT expected to interact with this class directly but should instead use the methods in the com.twitter.finatra.http.response.ResponseBuilder which return this specialized com.twitter.finagle.http.Response type.

    Note

    Usage is through com.twitter.finatra.http.response.ResponseBuilder

    See also

    com.twitter.finagle.http.Response

    com.twitter.finatra.http.response.ResponseBuilder

  2. case class ErrorsResponse(errors: Seq[String]) extends Product with Serializable
  3. case class HttpResponseClassifier(underlying: ResponseClassifier) extends PartialFunction[ReqRep, ResponseClass] with Product with Serializable

    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.

  4. class ResponseBuilder extends AnyRef

Ungrouped