Uses of Class
rocks.xmpp.core.net.WriterInterceptorChain
-
Packages that use WriterInterceptorChain Package Description rocks.xmpp.core.net Provides base classes and interfaces for network and connection related logic.rocks.xmpp.util Utility classes. -
-
Uses of WriterInterceptorChain in rocks.xmpp.core.net
Methods in rocks.xmpp.core.net with parameters of type WriterInterceptorChain Modifier and Type Method Description voidWriterInterceptor. process(StreamElement streamElement, Writer writer, WriterInterceptorChain chain)The stream element which will be written. -
Uses of WriterInterceptorChain in rocks.xmpp.util
Methods in rocks.xmpp.util with parameters of type WriterInterceptorChain Modifier and Type Method Description voidXmppStreamEncoder. process(StreamElement streamElement, Writer writer, WriterInterceptorChain chain)
-