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. class ByteArrayResponseBody extends ResponseBody
  2. class CharArrayResponseBody extends ResponseBody
  3. case class HttpFailure(request: Request, wireRequestHeaders: HttpHeaders, startTimestamp: Long, endTimestamp: Long, errorMessage: String) extends HttpResult with Product with Serializable
  4. sealed trait HttpResult extends AnyRef
  5. class InputStreamResponseBody extends ResponseBody with LazyLogging
  6. 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
  7. sealed trait ResponseBody extends AnyRef
  8. sealed trait ResponseBodyUsage extends AnyRef
  9. trait ResponseBodyUsageStrategy extends AnyRef
  10. class ResponseBuilder extends AnyRef
  11. type ResponseBuilderFactory = (Request) ⇒ ResponseBuilder
  12. class StringResponseBody extends ResponseBody

Inherited from AnyRef

Inherited from Any

Ungrouped