Class SynapseDebugInterfaceConstants
- java.lang.Object
-
- org.apache.synapse.debug.constants.SynapseDebugInterfaceConstants
-
public class SynapseDebugInterfaceConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONNECTION_CLOSED
static String
CONNECTION_CREATED
static String
LISTEN_ON_PORTS
-
Constructor Summary
Constructors Constructor Description SynapseDebugInterfaceConstants()
-
-
-
Field Detail
-
LISTEN_ON_PORTS
public static final String LISTEN_ON_PORTS
- See Also:
- Constant Field Values
-
CONNECTION_CREATED
public static final String CONNECTION_CREATED
- See Also:
- Constant Field Values
-
CONNECTION_CLOSED
public static final String CONNECTION_CLOSED
- See Also:
- Constant Field Values
-
-