Http1ClientSession
Value members
Inherited methods
Close the session within the specified duration.
Close the session within the specified duration.
The provided duration is only an advisory upper bound and the implementation may choose to
close the session at any time before the expiration of the within parameter. The returned
Future[Unit] will resolve when all resources have been freed from the client.
- Note
This will generally entail closing the socket connection.
- Inherited from
- HttpClientSession
Close the session immediately, regardless of any pending dispatches
Close the session immediately, regardless of any pending dispatches
- Inherited from
- HttpClientSession
Dispatch a HttpRequest
Dispatch a HttpRequest
The resultant ReleaseableResponse contains a
- Inherited from
- HttpClientSession
Return whether the client session is in the Closed state
Return whether the client session is in the Closed state
- Inherited from
- HttpClientSession
Return whether the client session is in the Ready state
Return whether the client session is in the Ready state
- Inherited from
- HttpClientSession