Package org.eclipse.jetty.client.api
Class Response.Listener.Adapter
java.lang.Object
org.eclipse.jetty.client.api.Response.Listener.Adapter
- All Implemented Interfaces:
EventListener,Response.AsyncContentListener,Response.BeginListener,Response.CompleteListener,Response.ContentListener,Response.DemandedContentListener,Response.FailureListener,Response.HeaderListener,Response.HeadersListener,Response.Listener,Response.ResponseListener,Response.SuccessListener
- Direct Known Subclasses:
AsyncMiddleManServlet.ProxyResponseListener,BufferingResponseListener,InputStreamResponseListener,ProxyServlet.ProxyResponseListener,RedirectProtocolHandler
- Enclosing interface:
- Response.Listener
An empty implementation of
Response.Listener-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.client.api.Response.Listener
Response.Listener.Adapter -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.client.api.Response.AsyncContentListener
onContentMethods inherited from interface org.eclipse.jetty.client.api.Response.ContentListener
onContentMethods inherited from interface org.eclipse.jetty.client.api.Response.DemandedContentListener
onBeforeContentMethods inherited from interface org.eclipse.jetty.client.api.Response.Listener
onBegin, onComplete, onContent, onFailure, onHeader, onHeaders, onSuccess
-
Constructor Details
-
Adapter
public Adapter()
-