| Package | Description |
|---|---|
| org.jivesoftware.smack |
Core classes of the Smack API.
|
| org.jivesoftware.smack.debugger |
Core debugger functionality.
|
| org.jivesoftware.smackx.debugger.slf4j |
Smack slf4j debugger implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static SmackDebuggerFactory |
SmackConfiguration.getDebuggerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SmackConfiguration.setDebuggerFactory(SmackDebuggerFactory debuggerFactory)
Sets Smack debugger factory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectionDebuggerFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
SLF4JDebuggerFactory
Implementation of SmackDebuggerFactory which always creates instance of SLF4JSmackDebugger
|