Package

io.gatling.http.action.async

ws

Permalink

package ws

Visibility
  1. Public
  2. All

Type Members

  1. case class BinaryMessage(message: Array[Byte]) extends WsMessage with Product with Serializable

    Permalink
  2. case class OnByteMessage(message: Array[Byte], time: Long) extends WsEvent with Product with Serializable

    Permalink
  3. case class OnClose(status: Int, reason: String, time: Long) extends WsEvent with Product with Serializable

    Permalink
  4. case class OnOpen(tx: AsyncTx, webSocket: WebSocket, time: Long) extends WsEvent with Product with Serializable

    Permalink
  5. case class OnTextMessage(message: String, time: Long) extends WsEvent with Product with Serializable

    Permalink
  6. case class Send(requestName: String, message: WsMessage, check: Option[AsyncCheck], next: Action, session: Session) extends WsUserAction with Product with Serializable

    Permalink
  7. case class TextMessage(message: String) extends WsMessage with Product with Serializable

    Permalink
  8. trait WsAction extends AsyncProtocolAction

    Permalink
  9. class WsActor extends AsyncProtocolActor

    Permalink
  10. class WsCancelCheck extends CancelCheckAction with WsAction with NameGen

    Permalink
  11. class WsCancelCheckBuilder extends HttpActionBuilder

    Permalink
  12. class WsClose extends CloseAction with WsAction with NameGen

    Permalink
  13. class WsCloseBuilder extends HttpActionBuilder

    Permalink
  14. sealed trait WsEvent extends AsyncEvent

    Permalink
  15. class WsListener extends WebSocketTextListener with WebSocketByteListener with WebSocketCloseCodeReasonListener with WebSocketPingListener with LazyLogging

    Permalink
  16. sealed trait WsMessage extends AnyRef

    Permalink
  17. class WsOpen extends ChainableAction with ExitableAction with WsAction with NameGen

    Permalink
  18. class WsOpenBuilder extends HttpActionBuilder

    Permalink
  19. class WsReconciliate extends ReconciliateAction with WsAction with NameGen

    Permalink
  20. class WsReconciliateBuilder extends HttpActionBuilder

    Permalink
  21. class WsSend extends RequestAction with WsAction with NameGen

    Permalink
  22. class WsSendBuilder extends HttpActionBuilder

    Permalink
  23. class WsSetCheck extends SetCheckAction with WsAction with NameGen

    Permalink
  24. class WsSetCheckBuilder extends HttpActionBuilder

    Permalink
  25. sealed trait WsUserAction extends UserAction with WsEvent

    Permalink

Value Members

  1. object WsActor

    Permalink
  2. object WsTx

    Permalink

Ungrouped