Skip to content

Commit 7dd3680

Browse files
committed
Point to the new documentation
1 parent 775f453 commit 7dd3680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Async Http Client
22
-----------------
33

4-
Getting started [PDF](http://is.gd/kexrN) [HTML](http://is.gd/ja6My)
4+
Getting started [HTML](http://sonatype.github.com/async-http-client/) [PDF](http://is.gd/kexrN)
55

66
Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses. The library also supports the WebSocket Protocol. The Async HTTP Client library is simple to use. First, in order to add it to your Maven project, simply add this dependency:
77

@@ -115,7 +115,7 @@ You can also mix Future with AsyncHandler to only retrieve part of the asynchron
115115
Finally, you can also configure the AsyncHttpClient via it's AsyncHttpClientConfig object:
116116

117117
AsyncHttpClientConfig cf = new AsyncHttpClientConfig.Builder()
118-
.setProxyServer(new ProxyServer("127.0.0.1", 38080)).build();
118+
S.setProxyServer(new ProxyServer("127.0.0.1", 38080)).build();
119119
AsyncHttpClient c = new AsyncHttpClient(cf);
120120

121121
Async Http Client also support WebSocket by simply doing:

0 commit comments

Comments
 (0)