public interface CollectHttpResponseListener extends BackgroundListener
Modifier and Type | Method and Description |
---|---|
void |
onCollectHttpResponse(java.lang.String url,
java.lang.String method,
int status,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers,
byte[] entity) |