Package

rhttpc.proxy

handler

Permalink

package handler

Visibility
  1. Public
  2. All

Type Members

  1. trait AcceptingAllResults extends SuccessRecognizer

    Permalink
  2. trait AcceptingAllSuccessResults extends SuccessResponseRecognizer

    Permalink
  3. trait AcceptingSuccess extends SuccessRecognizer

    Permalink
  4. trait AcceptingSuccessStatus extends SuccessResponseRecognizer

    Permalink
  5. trait AcknowledgingMatchingSuccessResponseProcessor extends DelayedNackingNonSuccessResponseProcessor

    Permalink
  6. trait AcknowledgingSuccessResponseProcessor extends AcknowledgingMatchingSuccessResponseProcessor with AcceptingSuccess

    Permalink
  7. case class DelayedNackAction(ctx: HttpProxyContext) extends Product with Serializable

    Permalink
  8. trait DelayedNackingNonSuccessResponseProcessor extends HttpResponseProcessor

    Permalink
  9. class EveryResponseHandler extends HttpResponseHandler

    Permalink
  10. case class FailureWithRequest(failure: Throwable, req: HttpRequest, correlationId: String) extends Product with Serializable

    Permalink
  11. trait HttpResponseHandler extends AnyRef

    Permalink
  12. trait HttpResponseProcessor extends AnyRef

    Permalink
  13. class OrElseProcessor extends HttpResponseHandler

    Permalink
  14. case class PublishAckAction(publisher: Publisher[Correlated[Try[HttpResponse]], Nothing], ctx: HttpProxyContext) extends Product with Serializable

    Permalink
  15. trait PublishingEveryResponseProcessor extends PublishingMatchingSuccessResponseProcessor with AcceptingAllResults

    Permalink
  16. trait PublishingEveryResponseWithoutWaitingOnAckProcessor extends PublishingMatchingSuccessResponseWithoutWaitingOnAckProcessor with AcceptingAllResults

    Permalink
  17. trait PublishingEverySuccessResponseProcessor extends PublishingSuccessResponseProcessor with AcceptingAllSuccessResults

    Permalink
  18. trait PublishingEverySuccessResponseWithoutWaitingOnAckProcessor extends PublishingSuccessResponseWithoutWaitingOnAckProcessor with AcceptingAllSuccessResults

    Permalink
  19. trait PublishingMatchingSuccessResponseProcessor extends DelayedNackingNonSuccessResponseProcessor

    Permalink
  20. trait PublishingMatchingSuccessResponseWithoutWaitingOnAckProcessor extends DelayedNackingNonSuccessResponseProcessor

    Permalink
  21. trait PublishingSuccessResponseProcessor extends PublishingMatchingSuccessResponseProcessor with AcceptingSuccess

    Permalink
  22. trait PublishingSuccessResponseWithoutWaitingOnAckProcessor extends PublishingMatchingSuccessResponseWithoutWaitingOnAckProcessor with AcceptingSuccess

    Permalink
  23. trait PublishingSuccessStatusInResponseProcessor extends PublishingSuccessResponseProcessor with AcceptingSuccessStatus

    Permalink
  24. trait PublishingSuccessStatusInResponseWithoutWaitingOnAckProcessor extends PublishingSuccessResponseWithoutWaitingOnAckProcessor with AcceptingSuccessStatus

    Permalink
  25. trait SuccessRecognizer extends AnyRef

    Permalink
  26. trait SuccessResponseRecognizer extends AnyRef

    Permalink

Ungrouped