Package

io.gatling.http.action.async

sse

Permalink

package sse

Visibility
  1. Public
  2. All

Type Members

  1. trait EventStreamDispatcher extends AnyRef

    Permalink
  2. case class OnMessage(message: String, time: Long) extends SseEvent with Product with Serializable

    Permalink
  3. case class OnOpen(tx: AsyncTx, sseStream: SseStream, time: Long) extends SseEvent with Product with Serializable

    Permalink
  4. case class OnThrowable(tx: AsyncTx, errorMessage: String, time: Long) extends SseEvent with Product with Serializable

    Permalink
  5. case class ServerSentEvent(name: Option[String] = None, data: Option[String] = None, id: Option[String] = None, retry: Option[Int] = None) extends Product with Serializable

    Permalink
  6. trait SseAction extends AsyncProtocolAction

    Permalink
  7. class SseActor extends AsyncProtocolActor

    Permalink
  8. class SseCancelCheck extends CancelCheckAction with SseAction with NameGen

    Permalink
  9. class SseCancelCheckBuilder extends HttpActionBuilder

    Permalink
  10. class SseClose extends CloseAction with SseAction with NameGen

    Permalink
  11. class SseCloseBuilder extends HttpActionBuilder

    Permalink
  12. sealed trait SseEvent extends AsyncEvent

    Permalink
  13. class SseHandler extends ExtendedAsyncHandler[Unit] with AsyncHandlerExtensions with SseStream with EventStreamDispatcher with StrictLogging

    Permalink
  14. class SseOpen extends ChainableAction with ExitableAction with SseAction with NameGen

    Permalink
  15. class SseOpenBuilder extends HttpActionBuilder

    Permalink
  16. class SseReconciliate extends ReconciliateAction with SseAction with NameGen

    Permalink
  17. class SseReconciliateBuilder extends HttpActionBuilder

    Permalink
  18. class SseSetCheck extends SetCheckAction with SseAction with NameGen

    Permalink
  19. class SseSetCheckBuilder extends HttpActionBuilder

    Permalink
  20. trait SseStream extends AnyRef

    Permalink
  21. class SseStreamDecoder extends Utf8ByteBufCharsetDecoder

    Permalink
  22. trait SseUserAction extends UserAction with SseEvent

    Permalink

Value Members

  1. object OnClose extends SseEvent with Product with Serializable

    Permalink
  2. object SseActor

    Permalink
  3. object SseStreamDecoder

    Permalink
  4. object SseTx

    Permalink

Ungrouped