public interface HttpClientLogger
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpClientLogger.RequestInfo |
static class |
HttpClientLogger.ResponseInfo |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getQueueSize() |
void |
log(HttpClientLogger.RequestInfo requestInfo,
HttpClientLogger.ResponseInfo responseInfo) |
void log(HttpClientLogger.RequestInfo requestInfo, HttpClientLogger.ResponseInfo responseInfo)
void close()
int getQueueSize()
Copyright © 2010–2020 Airlift. All rights reserved.