File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
client/src/main/java/org/asynchttpclient/netty/channel Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 10
10
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
11
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
12
12
*/
13
- package org .asynchttpclient .netty .request ;
13
+ package org .asynchttpclient .netty .channel ;
14
14
15
15
import io .netty .bootstrap .Bootstrap ;
16
16
import io .netty .channel .Channel ;
17
17
import org .asynchttpclient .AsyncHandler ;
18
18
import org .asynchttpclient .AsyncHttpClientState ;
19
19
import org .asynchttpclient .netty .SimpleChannelFutureListener ;
20
- import org .asynchttpclient .netty .channel .NettyConnectListener ;
21
20
import org .slf4j .Logger ;
22
21
import org .slf4j .LoggerFactory ;
23
22
@@ -40,7 +39,7 @@ public class NettyChannelConnector {
40
39
private final AsyncHttpClientState clientState ;
41
40
private volatile int i = 0 ;
42
41
43
- NettyChannelConnector (InetAddress localAddress ,
42
+ public NettyChannelConnector (InetAddress localAddress ,
44
43
List <InetSocketAddress > remoteAddresses ,
45
44
AsyncHandler <?> asyncHandler ,
46
45
AsyncHttpClientState clientState ) {
You can’t perform that action at this time.
0 commit comments