OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wireLog
(Results
1 - 2
of
2
) sorted by null
/external/apache-http/src/org/apache/http/impl/conn/
DefaultClientConnection.java
71
private final Log
wireLog
= LogFactory.getLog("org.apache.http.wire");
174
if (
wireLog
.isDebugEnabled()) {
175
inbuffer = new LoggingSessionInputBuffer(inbuffer, new Wire(
wireLog
));
190
if (
wireLog
.isDebugEnabled()) {
191
outbuffer = new LoggingSessionOutputBuffer(outbuffer, new Wire(
wireLog
));
/prebuilts/tools/common/http-client/
httpclient-4.1.1.jar
Completed in 26 milliseconds