Hi Oleg,

>>If possible consider using an optional marker interface to provide this
>>functionality
>>
>>interface DetachableHttpEntity extends HttpEntity {
>>
>>  void detach();
>>  boolean isConnected();
>>
>>} 
> 
> 
> Thanks, that is just the kind of suggestion I was hoping for.
> I'll think it over thoroughly.

I've thought it over.
I've thought about what entities would need to implement the new interface.
I've thought about calling the interface IncomingHttpEntity, because those
are the entities that would need to implement it.
At that point, I dropped the idea :-)

cheers,
  Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to