Uses of Class
org.apache.synapse.transport.nhttp.debug.AbstractConnectionDebug
-
Packages that use AbstractConnectionDebug Package Description org.apache.synapse.transport.nhttp.debug -
-
Uses of AbstractConnectionDebug in org.apache.synapse.transport.nhttp.debug
Subclasses of AbstractConnectionDebug in org.apache.synapse.transport.nhttp.debug Modifier and Type Class Description class
ClientConnectionDebug
A connection debug object would be accumulated during processing, but only made use of if the connection encounters issues during processing.class
ServerConnectionDebug
A connection debug object would be accumulated during request processing, but only made use of if the connection encounters issues during processing.
-