Home
last modified time | relevance | path

Searched refs:onRetry (Results 1 – 9 of 9) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/client/
DRedirectListener.java144 _exchange.getEventListener().onRetry(); in checkExchangeComplete()
175 public void onRetry() in onRetry() method in RedirectListener
186 super.onRetry(); in onRetry()
DHttpEventListenerWrapper.java159 public void onRetry() in onRetry() method in HttpEventListenerWrapper
162 _listener.onRetry(); in onRetry()
DContentExchange.java109 protected synchronized void onRetry() throws IOException in onRetry() method in ContentExchange
117 super.onRetry(); in onRetry()
DHttpEventListener.java65 public void onRetry(); in onRetry() method
DHttpExchange.java1027 protected void onRetry() throws IOException in onRetry() method in HttpExchange
1195 public void onRetry() in onRetry() method in HttpExchange.Listener
1200 HttpExchange.this.onRetry(); in onRetry()
DAbstractHttpConnection.java565 public void onRetry() in onRetry() method in AbstractHttpConnection.NonFinalResponseListener
568 _next.onRetry(); in onRetry()
DHttpDestination.java518 ex.getEventListener().onRetry(); in resend()
/external/jetty/src/java/org/eclipse/jetty/client/security/
DSecurityListener.java264 public void onRetry() in onRetry() method in SecurityListener
272 super.onRetry(); in onRetry()
/external/jetty/
DVERSION.txt1723 + JETTY-1192 Fixed Digested POST and HttpExchange onRetry