Improve event listener interface for service handler
----------------------------------------------------

                 Key: HTTPCORE-67
                 URL: https://issues.apache.org/jira/browse/HTTPCORE-67
             Project: HttpComponents Core
          Issue Type: Improvement
          Components: HttpCore
            Reporter: Steffen Pingel


The EventListener class used by the service and client handlers does not pass 
the connection object as a parameter to the event notification methods. I 
suggest to extend the signatures of the methods in EventListener to either 
include the context or the connection object.

My use case is that I need to clean up application specific state which is 
stored in the context of the connection when a connection is closed.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to