Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] AsyncContentProvider under-documented

Hi,

On Thu, Jan 29, 2015 at 7:11 AM, John Gardiner Myers
<jgmyers@xxxxxxxxxxxxxx> wrote:
> I need to implement an AsyncContentProvider,

Why ?
If you detail your problem (not the solution you possibly found by
implementing AsyncContentProvider), perhaps we can suggest you an
already existing solution, or write one that is generic for other
people.

> but the contract for this
> interface appears to be significantly under-documented.

It's not supposed to be extended/used directly by applications. There
are a number of utility classes for common use cases. If your use case
is not covered, we'd love to hear it.
We also welcome pull requests for improved documentation.

Thanks.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.


Back to the top