Class AbstractConnectionDebug
- java.lang.Object
-
- org.apache.synapse.transport.nhttp.debug.AbstractConnectionDebug
-
- Direct Known Subclasses:
ClientConnectionDebug
,ServerConnectionDebug
public abstract class AbstractConnectionDebug extends Object
-
-
Field Summary
Fields Modifier and Type Field 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
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractConnectionDebug()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract String
dump()
protected String
format(long ms)
protected StringBuffer
headersToString()
-
-
-
Field Detail
-
keyValueSeparator
protected String keyValueSeparator
-
fieldSeparator
protected String fieldSeparator
-
statementSeparator
protected String statementSeparator
-
printAllHeaders
protected boolean printAllHeaders
-
printNoHeaders
protected boolean printNoHeaders
-
headers
protected org.apache.http.Header[] headers
-
-
Method Detail
-
format
protected String format(long ms)
-
dump
public abstract String dump()
-
headersToString
protected StringBuffer headersToString()
-
-