Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.0-alpha1
-
Java
Description
The interface HttpAsyncClient does not contain most of the methods implemented in AbstractHttpAsyncClient or DefaultHttpAsyncClient such as getConnectionManager(). Workaround is to declare variables as DefaultHttpAsyncClient instead of HttpAsyncClient but that looks not very clean to me and is also not symmmetric with HttpClient.