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.
1 parent 0f629d0 commit 23a7306Copy full SHA for 23a7306
README.md
@@ -48,7 +48,7 @@ You can also accomplish asynchronous (non-blocking) operation without using a Fu
48
import org.asynchttpclient.*;
49
import java.util.concurrent.Future;
50
51
-AsyncHttpClient asyncHttpClient = new AsyncHttpClient();
+AsyncHttpClient asyncHttpClient = new DefaultAsyncHttpClient();
52
asyncHttpClient.prepareGet("http://www.example.com/").execute(new AsyncCompletionHandler<Response>(){
53
54
@Override
0 commit comments