File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
httpclient5-testing/src/test/java/org/apache/hc/client5/testing/async Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2424 * <http://www.apache.org/>.
2525 *
2626 */
27- package org .apache .hc .client5 .http . impl .async ;
27+ package org .apache .hc .client5 .testing .async ;
2828
2929import static org .junit .jupiter .api .Assertions .assertEquals ;
3030
4343import org .apache .hc .client5 .http .async .methods .SimpleHttpResponse ;
4444import org .apache .hc .client5 .http .async .methods .SimpleRequestBuilder ;
4545import org .apache .hc .client5 .http .impl .TooEarlyRetryStrategy ;
46+ import org .apache .hc .client5 .http .impl .async .CloseableHttpAsyncClient ;
47+ import org .apache .hc .client5 .http .impl .async .HttpAsyncClientBuilder ;
48+ import org .apache .hc .client5 .http .impl .async .TooEarlyStatusRetryAsyncExec ;
4649import org .apache .hc .core5 .concurrent .FutureCallback ;
4750import org .junit .jupiter .api .AfterAll ;
4851import org .junit .jupiter .api .BeforeAll ;
Original file line number Diff line number Diff line change 2424 * <http://www.apache.org/>.
2525 *
2626 */
27- package org .apache .hc .client5 .http . impl .async ;
27+ package org .apache .hc .client5 .testing .async ;
2828
2929import static org .junit .jupiter .api .Assertions .assertEquals ;
3030
3939import org .apache .hc .client5 .http .async .methods .SimpleHttpRequest ;
4040import org .apache .hc .client5 .http .async .methods .SimpleHttpResponse ;
4141import org .apache .hc .client5 .http .async .methods .SimpleRequestBuilder ;
42+ import org .apache .hc .client5 .http .impl .async .CloseableHttpAsyncClient ;
43+ import org .apache .hc .client5 .http .impl .async .HttpAsyncClients ;
4244import org .apache .hc .core5 .concurrent .FutureCallback ;
4345import org .junit .jupiter .api .AfterAll ;
4446import org .junit .jupiter .api .BeforeAll ;
You can’t perform that action at this time.
0 commit comments