Utility classes for asynchronous request-response protocols.
------------------------------------------------------------

         Key: DIRMINA-92
         URL: http://issues.apache.org/jira/browse/DIRMINA-92
     Project: Directory MINA
        Type: New Feature
    Versions: 0.7    
    Reporter: Trustin Lee
 Assigned to: Trustin Lee 
     Fix For: 0.8


There are so many existing asynchronous protocols whose messages have 
request-response structure.  A request message usually has a message ID, and 
the corresponding response message, which makes a pair, contains the message ID 
in the request message.

It would be great if we can provide a common interface and classes to help 
users implement this type of protocols easily.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to