Uses of Class
org.apache.synapse.debug.SynapseDebugInterface
-
Packages that use SynapseDebugInterface Package Description org.apache.synapse org.apache.synapse.debug -
-
Uses of SynapseDebugInterface in org.apache.synapse
Methods in org.apache.synapse that return SynapseDebugInterface Modifier and Type Method Description SynapseDebugInterface
ServerContextInformation. getSynapseDebugInterface()
Methods in org.apache.synapse with parameters of type SynapseDebugInterface Modifier and Type Method Description void
ServerContextInformation. setSynapseDebugInterface(SynapseDebugInterface debugInterface)
-
Uses of SynapseDebugInterface in org.apache.synapse.debug
Methods in org.apache.synapse.debug that return SynapseDebugInterface Modifier and Type Method Description static SynapseDebugInterface
SynapseDebugInterface. getInstance()
Methods in org.apache.synapse.debug with parameters of type SynapseDebugInterface Modifier and Type Method Description void
SynapseDebugManager. init(SynapseConfiguration synCfg, SynapseDebugInterface debugInterface, SynapseEnvironment synEnv, boolean startListenAsynchronously)
Initializes the debug manager single instance.Constructors in org.apache.synapse.debug with parameters of type SynapseDebugInterface Constructor Description SynapseDebugTCPListener(SynapseDebugManager debugManager, SynapseDebugInterface debugInterface)
-