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.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.util
Classes in rocks.xmpp.util that implement WriterInterceptor Modifier and Type Class Description classXmppStreamEncoderEncodes XMPP elements to binary data.
-