public interface IHttpStreamResponseListener
| Modifier and Type | Method and Description |
|---|---|
void |
onBytes(byte[] aBytes,
int aOffset,
int aCount) |
void |
onHeaders(List<HttpHeader> aHeaders) |
void |
onStatus(int aStatusCode,
String aReasonPhrase) |
void onStatus(int aStatusCode,
String aReasonPhrase)
void onHeaders(List<HttpHeader> aHeaders)
void onBytes(byte[] aBytes,
int aOffset,
int aCount)
Copyright © 2021. All rights reserved.