Package

io.gatling.http

ahc

Permalink

package ahc

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

Type Members

  1. class AhcChannelPoolPartitionSelector extends ChannelPoolPartitionSelector

    Permalink
  2. class AhcChannelPoolPartitioning extends ChannelPoolPartitioning

    Permalink
  3. class AhcRequestBuilder extends RequestBuilderBase[AhcRequestBuilder]

    Permalink
  4. class AsyncHandler extends ExtendedAsyncHandler[Unit] with LazyLogging

    Permalink

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

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

    It is part of the HttpRequestAction

  5. case class ChannelPoolKey(userId: Long, remoteKey: RemoteKey) extends Product with Serializable

    Permalink
  6. class HttpEngine extends ResourceFetcher with NameGen with StrictLogging

    Permalink
  7. implicit final class ProxyConverter extends AnyVal

    Permalink
  8. case class ProxyServerKey(hostname: String, port: Int, secure: Boolean, targetHostKey: RemoteKey) extends RemoteKey with Product with Serializable

    Permalink
  9. sealed trait RemoteKey extends AnyRef

    Permalink
  10. case class RemoteServerKey(scheme: String, hostname: String, port: Int) extends RemoteKey with Product with Serializable

    Permalink
  11. class ResponseProcessor extends StrictLogging with NameGen

    Permalink
  12. case class VirtualHostKey(virtualHost: String) extends RemoteKey with Product with Serializable

    Permalink

Value Members

  1. object AsyncHandler extends StrictLogging

    Permalink
  2. object HttpEngine

    Permalink
  3. val NoCredentials: (Null, Null)

    Permalink
  4. object ResponseProcessor extends StrictLogging

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped