Home
last modified time | relevance | path

Searched refs:onResponseContent (Results 1 – 6 of 6) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/client/
DHttpEventListenerWrapper.java127 public void onResponseContent(Buffer content) throws IOException in onResponseContent() method in HttpEventListenerWrapper
130 _listener.onResponseContent(content); in onResponseContent()
DContentExchange.java100 protected synchronized void onResponseContent(Buffer content) throws IOException in onResponseContent() method in ContentExchange
102 super.onResponseContent(content); in onResponseContent()
DHttpEventListener.java51 public void onResponseContent(Buffer content) throws IOException; in onResponseContent() method
DHttpExchange.java976 protected void onResponseContent(Buffer content) throws IOException in onResponseContent() method in HttpExchange
1175 public void onResponseContent(Buffer content) throws IOException in onResponseContent() method in HttpExchange.Listener
1177 HttpExchange.this.onResponseContent(content); in onResponseContent()
DAbstractHttpConnection.java332 exchange.getEventListener().onResponseContent(ref); in content()
531 public void onResponseContent(Buffer content) throws IOException in onResponseContent() method in AbstractHttpConnection.NonFinalResponseListener
/external/jetty/src/java/org/eclipse/jetty/servlets/
DProxyServlet.java465 protected void onResponseContent(Buffer content) throws IOException in service()