Uses of Interface
org.eclipse.jetty.client.Request.BeginListener
Packages that use Request.BeginListener
-
Uses of Request.BeginListener in org.eclipse.jetty.client
Subinterfaces of Request.BeginListener in org.eclipse.jetty.clientModifier and TypeInterfaceDescriptionstatic interfaceListener for all request events.Methods in org.eclipse.jetty.client that return Request.BeginListenerModifier and TypeMethodDescriptionprotected Request.BeginListenerRequestListeners.getBeginListener()Methods in org.eclipse.jetty.client with parameters of type Request.BeginListenerModifier and TypeMethodDescriptionbooleanRequestListeners.addBeginListener(Request.BeginListener listener) protected static voidRequestListeners.notifyBegin(Request.BeginListener listener, Request request) Request.onRequestBegin(Request.BeginListener listener) booleanRequestListeners.removeBeginListener(Request.BeginListener listener) -
Uses of Request.BeginListener in org.eclipse.jetty.client.transport
Methods in org.eclipse.jetty.client.transport with parameters of type Request.BeginListener