@Authors(value="Nikolche Mihajlovski") @Since(value="5.5.0") public class BlockingHttpClientCallback extends org.rapidoid.RapidoidThing implements HttpClientCallback
| Constructor and Description |
|---|
BlockingHttpClientCallback() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getResponse() |
void |
onError(Throwable error) |
void |
onResult(org.rapidoid.buffer.Buf buffer,
org.rapidoid.data.BufRanges head,
org.rapidoid.data.BufRanges body) |
public void onResult(org.rapidoid.buffer.Buf buffer,
org.rapidoid.data.BufRanges head,
org.rapidoid.data.BufRanges body)
onResult in interface HttpClientCallbackpublic void onError(Throwable error)
onError in interface HttpClientCallbackpublic byte[] getResponse()
Copyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.