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 interfaceListener for all request events.Methods in org.eclipse.jetty.client that return Request.ContentListenerModifier and TypeMethodDescriptionprotected Request.ContentListenerRequestListeners.getContentListener()Methods in org.eclipse.jetty.client with parameters of type Request.ContentListenerModifier and TypeMethodDescriptionbooleanRequestListeners.addContentListener(Request.ContentListener listener) protected static voidRequestListeners.notifyContent(Request.ContentListener listener, Request request, ByteBuffer byteBuffer) Request.onRequestContent(Request.ContentListener listener) booleanRequestListeners.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