public final class ConsoleDebugger extends Object implements XmppDebugger
| Constructor and Description |
|---|
ConsoleDebugger() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
createInputStream(InputStream inputStream) |
OutputStream |
createOutputStream(OutputStream outputStream) |
void |
initialize(XmppSession xmppSession) |
void |
readStanza(String xml,
Object stanza) |
void |
writeStanza(String xml,
Object stanza) |
public void initialize(XmppSession xmppSession)
initialize in interface XmppDebuggerpublic void writeStanza(String xml, Object stanza)
writeStanza in interface XmppDebuggerpublic void readStanza(String xml, Object stanza)
readStanza in interface XmppDebuggerpublic OutputStream createOutputStream(OutputStream outputStream)
createOutputStream in interface XmppDebuggerpublic InputStream createInputStream(InputStream inputStream)
createInputStream in interface XmppDebuggerCopyright © 2014 XMPP.rocks. All rights reserved.