Uses of Interface
org.eclipse.jetty.client.Request.ContentListener
-
Uses of Request.ContentListener in org.eclipse.jetty.client
Modifier and TypeInterfaceDescriptionstatic interface
Listener for all request events.Modifier and TypeMethodDescriptionprotected Request.ContentListener
RequestListeners.getContentListener()
Modifier 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