Packages

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
  2. class AhcChannelPoolPartitioning extends ChannelPoolPartitioning
  3. class AhcRequestBuilder extends RequestBuilderBase[AhcRequestBuilder]
  4. class AsyncHandler extends ExtendedAsyncHandler[Unit] with LazyLogging

    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
  6. class HttpEngine extends ResourceFetcher with NameGen with StrictLogging
  7. implicit final class ProxyConverter extends AnyVal
  8. case class ProxyServerKey (hostname: String, port: Int, secure: Boolean, targetHostKey: RemoteKey) extends RemoteKey with Product with Serializable
  9. sealed trait RemoteKey extends AnyRef
  10. case class RemoteServerKey (scheme: String, hostname: String, port: Int) extends RemoteKey with Product with Serializable
  11. class ResponseProcessor extends StrictLogging with NameGen
  12. case class VirtualHostKey (virtualHost: String) extends RemoteKey with Product with Serializable

Value Members

  1. val NoCredentials: (Null, Null)
  2. object AsyncHandler extends StrictLogging
  3. object HttpEngine
  4. object ResponseProcessor extends StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped