From: aubergine <nu...@jb...> - 2005-06-23 08:56:57
|
Just caught up with the streaming implementation - just what we need. However, one thing I'm not too sure on how to tackle is where there is a 'command' handler and the stream handler. For instance, say I wanted to implement a simple filesystem, most of the commands and data (list directory, file.exists() etc) are handled via the command handler and then the actual filetransfer is handled via the stream handler. Perhaps this is more of a general question on how to get the client to target different handlers on the same server. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882461#3882461 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882461 |