I have just started "porting" my code over to the new protocol handler stuff for 4.2-alpha2. I'm confused about what should be returned by the handle() method of a class implementing HttpAsyncRequestHandler<HttpRequest>. All of the examples simply return null. The JavaDocs documentation has nothing other than the cancel method's signature: boolean cancel(). What is the boolean which is returned by this method? True if the operation was canceled and false otherwise? When would this ever be called?
Thanks... Bill- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
