interface HttpAsyncClient does not contain most of the methods
--------------------------------------------------------------

                 Key: HTTPASYNC-2
                 URL: https://issues.apache.org/jira/browse/HTTPASYNC-2
             Project: HttpComponents HttpAsyncClient
          Issue Type: Bug
    Affects Versions: 0.1
         Environment: Java
            Reporter: Rolf Kalbermatter
            Priority: Minor
             Fix For: 0.2


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.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to