aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMartin Konecny <martin.konecny@gmail.com>2015-08-21 16:53:00 -0400
committerMartin Konecny <martin.konecny@gmail.com>2015-08-21 16:53:00 -0400
commit2ad70c7b3502ed47708cd80636acd3c267666136 (patch)
tree5e392ab596e7cda6615091817b172d70a61fcb4a /README.md
parentf47b588f7b2a94183c6a14c718b0ffcae301276f (diff)
downloadAndroidAsync-2ad70c7b3502ed47708cd80636acd3c267666136.tar.gz
AndroidAsync-2ad70c7b3502ed47708cd80636acd3c267666136.tar.bz2
AndroidAsync-2ad70c7b3502ed47708cd80636acd3c267666136.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4c353f4..181bf4d 100644
--- a/README.md
+++ b/README.md
@@ -133,7 +133,7 @@ AsyncHttpClient.getDefaultInstance().websocket(get, "my-protocol", new WebSocket
}
});
webSocket.setDataCallback(new DataCallback() {
- public void onDataAvailable(DataEmitter emitter, ByteBufferList bb) {
+ public void onDataAvailable(DataEmitter emitter, ByteBufferList byteBufferList) {
System.out.println("I got some bytes!");
// note that this data has been read
byteBufferList.recycle();