io.gatling.http

ahc

package ahc

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ahc
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class AsyncHandler extends ProgressAsyncHandler[Unit] with AsyncHandlerExtensions with StrictLogging

    This class is the AsyncHandler that AsyncHttpClient needs to process a request's response

  2. class AsyncHandlerActor extends BaseActor with DataWriterClient

  3. class ChannelPoolPartitioning extends ConnectionPoolPartitioning

  4. class HttpEngine extends AkkaDefaults with StrictLogging

  5. sealed trait HttpEvent extends AnyRef

  6. case class HttpTx(session: Session, request: HttpRequest, responseBuilderFactory: (Request) ⇒ ResponseBuilder, next: ActorRef, primary: Boolean = true, redirectCount: Int = 0, update: (Session) ⇒ Session = ...) extends Product with Serializable

  7. case class OnCompleted(tx: HttpTx, response: Response) extends HttpEvent with Product with Serializable

  8. case class OnThrowable(tx: HttpTx, response: Response, errorMessage: String) extends HttpEvent with Product with Serializable

  9. implicit final class ProxyConverter extends AnyVal

  10. case class WsTx(session: Session, request: Request, requestName: String, protocol: HttpProtocol, next: ActorRef, start: Long, reconnectCount: Int = 0, check: Option[WsCheck] = scala.None, pendingCheckSuccesses: List[CheckResult] = immutable.this.Nil, updates: List[(Session) ⇒ Session] = immutable.this.Nil) extends Product with Serializable

Value Members

  1. object AsyncHandlerActor extends AkkaDefaults

  2. object ChannelPoolPartitioning

  3. object HttpEngine extends AkkaDefaults with StrictLogging

  4. object HttpTx extends Serializable

  5. val NoCredentials: (Null, Null)

  6. object ThreeTenBPConverter extends TimeConverter

Inherited from AnyRef

Inherited from Any

Ungrouped