public abstract class AbstractConnectionDebug extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
fieldSeparator |
protected static org.apache.commons.lang.time.FastDateFormat |
formatter |
protected org.apache.http.Header[] |
headers |
protected String |
keyValueSeparator |
protected boolean |
printAllHeaders |
protected List<String> |
printHeaderNames |
protected boolean |
printNoHeaders |
protected String |
statementSeparator |
Modifier | Constructor and Description |
---|---|
protected |
AbstractConnectionDebug() |
Modifier and Type | Method and Description |
---|---|
abstract String |
dump() |
protected String |
format(long ms) |
protected StringBuffer |
headersToString() |
protected static final org.apache.commons.lang.time.FastDateFormat formatter
protected String keyValueSeparator
protected String fieldSeparator
protected String statementSeparator
protected boolean printAllHeaders
protected boolean printNoHeaders
protected org.apache.http.Header[] headers
protected String format(long ms)
public abstract String dump()
protected StringBuffer headersToString()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.