We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba16cfc + d72b89e commit 0cc215eCopy full SHA for 0cc215e
client/src/main/java/org/asynchttpclient/DefaultAsyncHttpClient.java
@@ -33,6 +33,9 @@
33
import org.slf4j.Logger;
34
import org.slf4j.LoggerFactory;
35
36
+/**
37
+ * Default and threadsafe implementation of {@link AsyncHttpClient}.
38
+ */
39
public class DefaultAsyncHttpClient implements AsyncHttpClient {
40
41
private final static Logger LOGGER = LoggerFactory.getLogger(DefaultAsyncHttpClient.class);
0 commit comments