Issue Details (XML | Word | Printable)

Key: DIRMINA-61
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Trustin Lee
Reporter: Trustin Lee
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
MINA

DemuxingProtocolHandler should extend ProtocolHandlerAdapter to provide default methods.

Created: 15/Jun/05 04:05 PM   Updated: 15/Jun/05 04:08 PM
Return to search
Component/s: None
Affects Version/s: 0.7.2
Fix Version/s: 0.7.3

Time Tracking:
Not Specified

Resolution Date: 15/Jun/05 04:08 PM


 Description  « Hide
DemuxingProtocolHandler is an abstract class that users have to implement all other event handler methods. Users seem to want it to extend ProtocolHandlerAdapter and to provide default event handler methods.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #190714 Wed Jun 15 07:06:32 UTC 2005 trustin Fixed: DIRMINA-61 DemuxingProtocolHandler should extend ProtocolHandlerAdapter to provide default methods.
Files Changed
MODIFY /directory/network/trunk/src/java/org/apache/mina/handler/DemuxingIoHandler.java
MODIFY /directory/network/branches/0.7/src/java/org/apache/mina/protocol/handler/DemuxingProtocolHandler.java