public interface SmackDebuggerFactory
| Modifier and Type | Method and Description |
|---|---|
SmackDebugger |
create(XMPPConnection connection,
java.io.Writer writer,
java.io.Reader reader)
Initialize the new SmackDebugger instance.
|
SmackDebugger create(XMPPConnection connection, java.io.Writer writer, java.io.Reader reader) throws java.lang.IllegalArgumentException
connection - connection.writer - connection writer.reader - connection reader.java.lang.IllegalArgumentException - if the SmackDebugger can't be loaded.