HomeSort by relevance Sort by last modified time
    Searched refs:onResponseStatus (Results 1 - 12 of 12) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/client/
CachedExchange.java 59 protected synchronized void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException
62 super.onResponseStatus(version, status, reason);
HttpEventListenerWrapper.java 121 _listener.onResponseStatus(_version,_status,_reason);
145 public void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException
149 _listener.onResponseStatus(version,status,reason);
HttpEventListener.java 42 public void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException;
ContentExchange.java 68 protected synchronized void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException
72 super.onResponseStatus(version,status,reason);
RedirectListener.java 46 // Next decision point is the onResponseStatus
54 public void onResponseStatus( Buffer version, int status, Buffer reason )
67 super.onResponseStatus(version,status,reason);
HttpExchange.java 940 protected void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException
    [all...]
AbstractHttpConnection.java 296 exchange.getEventListener().onResponseStatus(version,status,reason);
514 public void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException
  /external/jetty/src/java/org/eclipse/jetty/client/webdav/
MkcolExchange.java 43 protected void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException
57 super.onResponseStatus(version, status, reason);
PropfindExchange.java 38 protected void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException
50 super.onResponseStatus(version, status, reason);
WebdavListener.java 56 // Next decision point is the onResponseStatus
69 public void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException
74 super.onResponseStatus(version, status, reason);
108 super.onResponseStatus(version, status, reason);
  /external/jetty/src/java/org/eclipse/jetty/client/security/
SecurityListener.java 58 // Next decision point is the onResponseStatus
124 public void onResponseStatus( Buffer version, int status, Buffer reason )
142 super.onResponseStatus(version,status,reason);
  /external/jetty/src/java/org/eclipse/jetty/servlets/
ProxyServlet.java 478 protected void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException

Completed in 233 milliseconds