File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
client/src/test/java/org/asynchttpclient Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 */
1414package org .asynchttpclient ;
1515
16+ import static io .netty .handler .codec .http .HttpHeaders .Names .*;
1617import static org .asynchttpclient .Dsl .*;
1718import static org .asynchttpclient .test .TestUtils .*;
18- import static io .netty .handler .codec .http .HttpHeaders .Names .*;
1919
2020import java .io .IOException ;
2121import java .util .concurrent .ExecutionException ;
2929
3030import org .asynchttpclient .Realm .AuthScheme ;
3131import org .asynchttpclient .test .EchoHandler ;
32- import org .eclipse .jetty .proxy .AsyncProxyServlet ;
32+ import org .eclipse .jetty .proxy .ProxyServlet ;
3333import org .eclipse .jetty .server .Server ;
3434import org .eclipse .jetty .servlet .ServletHandler ;
3535import org .eclipse .jetty .servlet .ServletHolder ;
@@ -54,7 +54,7 @@ public class BasicHttpProxyToHttpTest {
5454 private Server proxy ;
5555
5656 @ SuppressWarnings ("serial" )
57- public static class BasicAuthProxyServlet extends AsyncProxyServlet {
57+ public static class BasicAuthProxyServlet extends ProxyServlet {
5858
5959 @ Override
6060 public void service (ServletRequest req , ServletResponse res ) throws ServletException , IOException {
You can’t perform that action at this time.
0 commit comments