Uses of Interface
rocks.xmpp.core.net.WriterInterceptor
-
Packages that use WriterInterceptor Package Description rocks.xmpp.core.net Provides base classes and interfaces for network and connection related logic.rocks.xmpp.core.session Provides classes related to an XMPP session.rocks.xmpp.core.session.debug Provides classes for debugging an XMPP session.rocks.xmpp.extensions.sm.client rocks.xmpp.util Utility classes. -
-
Uses of WriterInterceptor in rocks.xmpp.core.net
Constructor parameters in rocks.xmpp.core.net with type arguments of type WriterInterceptor Constructor Description WriterInterceptorChain(Iterable<WriterInterceptor> writerInterceptors, Session session, Connection connection)
-
Uses of WriterInterceptor in rocks.xmpp.core.session
Methods in rocks.xmpp.core.session that return types with arguments of type WriterInterceptor Modifier and Type Method Description List<WriterInterceptor>
XmppSession. getWriterInterceptors()
-
Uses of WriterInterceptor in rocks.xmpp.core.session.debug
Subinterfaces of WriterInterceptor in rocks.xmpp.core.session.debug Modifier and Type Interface Description interface
XmppDebugger
A debugger interface, which allows to implement custom debugger implementation to log XMPP traffic.Classes in rocks.xmpp.core.session.debug that implement WriterInterceptor Modifier and Type Class Description class
ConsoleDebugger
A simple debugger implementation, which usesSystem.out
to print XMPP traffic. -
Uses of WriterInterceptor in rocks.xmpp.extensions.sm.client
Classes in rocks.xmpp.extensions.sm.client that implement WriterInterceptor Modifier and Type Class Description class
ClientStreamManager
Manages the stream as described in XEP-0198: Stream Management. -
Uses of WriterInterceptor in rocks.xmpp.util
Classes in rocks.xmpp.util that implement WriterInterceptor Modifier and Type Class Description class
XmppStreamEncoder
Encodes XMPP elements to binary data.
-