File tree 1 file changed +0
-3
lines changed
java/client/src/org/openqa/selenium/remote/http/netty
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 22
22
import io .netty .util .Timer ;
23
23
import io .netty .util .concurrent .DefaultThreadFactory ;
24
24
import org .asynchttpclient .AsyncHttpClient ;
25
- import org .asynchttpclient .AsyncHttpClientConfig ;
26
25
import org .asynchttpclient .DefaultAsyncHttpClientConfig ;
27
26
import org .asynchttpclient .Dsl ;
28
27
import org .asynchttpclient .config .AsyncHttpClientConfigDefaults ;
29
- import org .asynchttpclient .netty .channel .DefaultChannelPool ;
30
28
import org .openqa .selenium .internal .Require ;
31
29
import org .openqa .selenium .remote .http .ClientConfig ;
32
30
import org .openqa .selenium .remote .http .Filter ;
38
36
import org .openqa .selenium .remote .http .WebSocket ;
39
37
40
38
import java .io .IOException ;
41
- import java .util .Map ;
42
39
import java .util .concurrent .ThreadFactory ;
43
40
import java .util .concurrent .TimeUnit ;
44
41
import java .util .function .BiFunction ;
You can’t perform that action at this time.
0 commit comments