William R. Speirs created HTTPCORE-307:
------------------------------------------

             Summary: Make HttpAsyncService.getRequestHandler() protected
                 Key: HTTPCORE-307
                 URL: https://issues.apache.org/jira/browse/HTTPCORE-307
             Project: HttpComponents HttpCore
          Issue Type: Improvement
          Components: HttpCore NIO
    Affects Versions: 4.2.1
            Reporter: William R. Speirs
             Fix For: 4.3-alpha1


Currently HttpAsyncService.getRequestHandler() is marked as private which makes 
implementing something like Virtual Host support very difficult because the 
only way resolve a Handler is by URI. Making 
HttpAsyncService.getRequestHandler() protected would allow someone to extend 
HttpAsyncService and resolve a handler based upon the whole HttpRequest.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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