Package org.eclipse.jetty.client
Interface AsyncContentProvider.Listener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
HttpSender,HttpSenderOverHTTP
- Enclosing interface:
AsyncContentProvider
@Deprecated(since="2021-05-27")
public static interface AsyncContentProvider.Listener
extends EventListener
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
A listener that is notified of content availability
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Callback method invoked when content is available
-
Method Details
-
onContent
void onContent()Deprecated.Callback method invoked when content is available
-