Searched defs:onResponseStatus (Results 1 - 11 of 11) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/client/webdav/
H A DMkcolExchange.java43 protected void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException method in class:MkcolExchange
57 super.onResponseStatus(version, status, reason);
H A DPropfindExchange.java38 protected void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException method in class:PropfindExchange
50 super.onResponseStatus(version, status, reason);
H A DWebdavListener.java56 // Next decision point is the onResponseStatus
69 public void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException method in class:WebdavListener
74 super.onResponseStatus(version, status, reason);
108 super.onResponseStatus(version, status, reason);
/external/jetty/src/java/org/eclipse/jetty/client/
H A DCachedExchange.java59 protected synchronized void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException method in class:CachedExchange
62 super.onResponseStatus(version, status, reason);
H A DContentExchange.java68 protected synchronized void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException method in class:ContentExchange
72 super.onResponseStatus(version,status,reason);
H A DHttpEventListener.java42 public void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException; method in interface:HttpEventListener
H A DRedirectListener.java46 // Next decision point is the onResponseStatus
54 public void onResponseStatus( Buffer version, int status, Buffer reason ) method in class:RedirectListener
67 super.onResponseStatus(version,status,reason);
H A DHttpEventListenerWrapper.java121 _listener.onResponseStatus(_version,_status,_reason);
145 public void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException method in class:HttpEventListenerWrapper
149 _listener.onResponseStatus(version,status,reason);
H A DAbstractHttpConnection.java296 exchange.getEventListener().onResponseStatus(version,status,reason);
514 public void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException method in class:AbstractHttpConnection.NonFinalResponseListener
H A DHttpExchange.java940 protected void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException method in class:HttpExchange
1190 public void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException method in class:HttpExchange.Listener
1192 HttpExchange.this.onResponseStatus(version,status,reason);
/external/jetty/src/java/org/eclipse/jetty/client/security/
H A DSecurityListener.java58 // Next decision point is the onResponseStatus
124 public void onResponseStatus( Buffer version, int status, Buffer reason ) method in class:SecurityListener
142 super.onResponseStatus(version,status,reason);

Completed in 901 milliseconds