Uses of Class
org.eclipse.jetty.client.ResponseNotifier
-
Packages that use ResponseNotifier Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client. -
-
Uses of ResponseNotifier in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as ResponseNotifier Modifier and Type Field Description private ResponseNotifier
AuthenticationProtocolHandler. notifier
private ResponseNotifier
ContinueProtocolHandler. notifier
private ResponseNotifier
HttpRedirector. notifier
private ResponseNotifier
HttpDestination. responseNotifier
Methods in org.eclipse.jetty.client that return ResponseNotifier Modifier and Type Method Description ResponseNotifier
HttpDestination. getResponseNotifier()
-