public abstract class AbstractConnectionDebug extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
fieldSeparator |
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 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–2019 Apache Software Foundation. All rights reserved.