Uses of Interface
org.eclipse.jetty.client.Request.ContentListener
Packages that use Request.ContentListener
-
Uses of Request.ContentListener in org.eclipse.jetty.client
Subinterfaces of Request.ContentListener in org.eclipse.jetty.clientModifier and TypeInterfaceDescriptionstatic interface
Listener for all request events.Methods in org.eclipse.jetty.client that return Request.ContentListenerModifier and TypeMethodDescriptionprotected Request.ContentListener
RequestListeners.getContentListener()
Methods in org.eclipse.jetty.client with parameters of type Request.ContentListenerModifier and TypeMethodDescriptionboolean
RequestListeners.addContentListener
(Request.ContentListener listener) protected static void
RequestListeners.notifyContent
(Request.ContentListener listener, Request request, ByteBuffer byteBuffer) Request.onRequestContent
(Request.ContentListener listener) boolean
RequestListeners.removeContentListener
(Request.ContentListener listener) -
Uses of Request.ContentListener in org.eclipse.jetty.client.transport
Methods in org.eclipse.jetty.client.transport with parameters of type Request.ContentListener