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 13
13
*/
14
14
package org .asynchttpclient ;
15
15
16
+ import static io .netty .handler .codec .http .HttpHeaders .Names .*;
16
17
import static org .asynchttpclient .Dsl .*;
17
18
import static org .asynchttpclient .test .TestUtils .*;
18
- import static io .netty .handler .codec .http .HttpHeaders .Names .*;
19
19
20
20
import java .io .IOException ;
21
21
import java .util .concurrent .ExecutionException ;
29
29
30
30
import org .asynchttpclient .Realm .AuthScheme ;
31
31
import org .asynchttpclient .test .EchoHandler ;
32
- import org .eclipse .jetty .proxy .AsyncProxyServlet ;
32
+ import org .eclipse .jetty .proxy .ProxyServlet ;
33
33
import org .eclipse .jetty .server .Server ;
34
34
import org .eclipse .jetty .servlet .ServletHandler ;
35
35
import org .eclipse .jetty .servlet .ServletHolder ;
@@ -54,7 +54,7 @@ public class BasicHttpProxyToHttpTest {
54
54
private Server proxy ;
55
55
56
56
@ SuppressWarnings ("serial" )
57
- public static class BasicAuthProxyServlet extends AsyncProxyServlet {
57
+ public static class BasicAuthProxyServlet extends ProxyServlet {
58
58
59
59
@ Override
60
60
public void service (ServletRequest req , ServletResponse res ) throws ServletException , IOException {
You can’t perform that action at this time.
0 commit comments