Package org.eclipse.jetty.client
Interface AsyncContentProvider
-
- All Superinterfaces:
ContentProvider
,java.lang.Iterable<java.nio.ByteBuffer>
- All Known Implementing Classes:
DeferredContentProvider
,MultiPartContentProvider
,OutputStreamContentProvider
@Deprecated(since="2021-05-27") public interface AsyncContentProvider extends ContentProvider
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.AContentProvider
that notifies listeners that content is available.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AsyncContentProvider.Listener
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.-
Nested classes/interfaces inherited from interface org.eclipse.jetty.client.api.ContentProvider
ContentProvider.Typed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
setListener(AsyncContentProvider.Listener listener)
Deprecated.-
Methods inherited from interface org.eclipse.jetty.client.api.ContentProvider
getLength, isReproducible
-
-
-
-
Method Detail
-
setListener
void setListener(AsyncContentProvider.Listener listener)
Deprecated.- Parameters:
listener
- the listener to be notified of content availability
-
-