package ahc
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ahc
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class AhcChannelPoolPartitionSelector extends ChannelPoolPartitionSelector
- class AhcChannelPoolPartitioning extends ChannelPoolPartitioning
- class AhcRequestBuilder extends RequestBuilderBase[AhcRequestBuilder]
-
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
- case class ChannelPoolKey (userId: Long, remoteKey: RemoteKey) extends Product with Serializable
- class HttpEngine extends ResourceFetcher with NameGen with StrictLogging
- implicit final class ProxyConverter extends AnyVal
- case class ProxyServerKey (hostname: String, port: Int, secure: Boolean, targetHostKey: RemoteKey) extends RemoteKey with Product with Serializable
- sealed trait RemoteKey extends AnyRef
- case class RemoteServerKey (scheme: String, hostname: String, port: Int) extends RemoteKey with Product with Serializable
- class ResponseProcessor extends StrictLogging with NameGen
- case class VirtualHostKey (virtualHost: String) extends RemoteKey with Product with Serializable
Value Members
- val NoCredentials: (Null, Null)
- object AsyncHandler extends StrictLogging
- object HttpEngine
- object ResponseProcessor extends StrictLogging