Uses of Interface
rocks.xmpp.core.net.ReaderInterceptor
-
Packages that use ReaderInterceptor Package Description rocks.xmpp.core.net Provides base classes and interfaces for network and connection related logic.rocks.xmpp.util Utility classes. -
-
Uses of ReaderInterceptor in rocks.xmpp.core.net
Constructor parameters in rocks.xmpp.core.net with type arguments of type ReaderInterceptor Constructor Description ReaderInterceptorChain(Iterable<ReaderInterceptor> readerInterceptors, Session session, Connection connection) -
Uses of ReaderInterceptor in rocks.xmpp.util
Classes in rocks.xmpp.util that implement ReaderInterceptor Modifier and Type Class Description classXmppStreamDecoderDecodes an XMPP stream from a synchronous source (reader).
-