Package

io.gatling.recorder

ui

Permalink

package ui

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait EventInfo extends AnyRef

    Permalink
  2. case class PauseInfo(duration: FiniteDuration) extends EventInfo with Product with Serializable

    Permalink
  3. sealed abstract class RecorderFrontend extends AnyRef

    Permalink
  4. case class RequestInfo(request: HttpRequest, response: HttpResponse)(implicit configuration: RecorderConfiguration) extends EventInfo with Product with Serializable

    Permalink
  5. case class SSLInfo(uri: String) extends EventInfo with Product with Serializable

    Permalink
  6. case class TagInfo(tag: String) extends EventInfo with Product with Serializable

    Permalink

Value Members

  1. object RecorderFrontend

    Permalink
  2. package swing

    Permalink

Ungrouped