Packages

p

io.gatling.http

response

package response

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. response
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class ByteArrayResponseBody extends ResponseBody
  2. final case class HttpFailure(request: Request, wireRequestHeaders: HttpHeaders, startTimestamp: Long, endTimestamp: Long, errorMessage: String) extends HttpResult with Product with Serializable
  3. sealed trait HttpResult extends AnyRef
  4. final case class Response(request: Request, wireRequestHeaders: HttpHeaders, status: HttpResponseStatus, headers: HttpHeaders, body: ResponseBody, checksums: Map[String, String], bodyLength: Int, charset: Charset, startTimestamp: Long, endTimestamp: Long, isHttp2: Boolean) extends HttpResult with Product with Serializable
  5. sealed trait ResponseBody extends AnyRef
  6. class ResponseBuilder extends AnyRef
  7. type ResponseBuilderFactory = (Request) ⇒ ResponseBuilder
  8. final class StringResponseBody extends ResponseBody

Value Members

  1. object NoResponseBody extends ResponseBody with Product with Serializable
  2. object ResponseBody
  3. object ResponseBuilder extends StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped