Searched defs:onRequestCommitted (Results 1 - 4 of 4) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/client/
H A DHttpEventListener.java36 public void onRequestCommitted() throws IOException; method in interface:HttpEventListener
H A DHttpEventListenerWrapper.java103 public void onRequestCommitted() throws IOException method in class:HttpEventListenerWrapper
106 _listener.onRequestCommitted();
H A DAbstractHttpConnection.java504 public void onRequestCommitted() throws IOException method in class:AbstractHttpConnection.NonFinalResponseListener
H A DHttpExchange.java260 getEventListener().onRequestCommitted();
914 protected void onRequestCommitted() throws IOException method in class:HttpExchange
1128 public void onRequestCommitted() throws IOException method in class:HttpExchange.Listener
1130 HttpExchange.this.onRequestCommitted();

Completed in 26 milliseconds