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 SynapseDebugInterfaceServerContextInformation. getSynapseDebugInterface()Methods in org.apache.synapse with parameters of type SynapseDebugInterface Modifier and Type Method Description voidServerContextInformation. 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 SynapseDebugInterfaceSynapseDebugInterface. getInstance()Methods in org.apache.synapse.debug with parameters of type SynapseDebugInterface Modifier and Type Method Description voidSynapseDebugManager. 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)
-