Hello,

I am trying to use HttpCore NIO for a deep web crawler. The crawler must
be able to cancel/drop a connection as soon as the respective data
stream length is above some limit (e.g. 10MB). Obviously, I have no
intentions of fetching ISO/DVD images...

AFAIK I would implement my own BufferingNHttpEntity-like class to detect
the limit condition. The problem is that I am not sure how to deliver
the "cancel" signal to upper-layer classes (via IOControl::shutdown?).

What is the correct way to implement the described feature?

Thank you,
LG

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to