Giriş
Şu satırı dahil ederiz.
import org.apache.http.impl.nio.client.HttpAsyncClients;
Bu sınıf sayesinde CloseableHttpAsyncClient yaratılır. Bu sınıf ile gelen he şey senkron çalışır. Asenkron çalışmak için bir başka kütüphane olan HttpClients kullanılır
Maven
Şu satırı dahil ederiz
Şu satırı dahil ederiz
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpasyncclient</artifactId>
<version>4.1.4</version>
</dependency>
createDefault metodu
Örnek
Şöyle yaparız
CloseableHttpAsyncClient httpClient = HttpAsyncClients.createDefault();
Hiç yorum yok:
Yorum Gönder