Uses of Class
rocks.xmpp.core.stream.model.StreamErrorException
-
Packages that use StreamErrorException Package Description rocks.xmpp.nio.codec Provides classes for en- and decoding XMPP objects to and from a stream of byte buffers.rocks.xmpp.util Utility classes. -
-
Uses of StreamErrorException in rocks.xmpp.nio.codec
Methods in rocks.xmpp.nio.codec that throw StreamErrorException Modifier and Type Method Description voidXmppStreamDecoder. decode(ByteBuffer in, BiConsumer<String,StreamElement> out)Decodes a stream of byte buffers to XMPP elements. -
Uses of StreamErrorException in rocks.xmpp.util
Methods in rocks.xmpp.util that throw StreamErrorException Modifier and Type Method Description ByteBufferXmppStreamEncoder. encode(StreamElement streamElement)Encodes an XMPP element to a byte buffer.voidXmppStreamEncoder. encode(StreamElement streamElement, Writer writer)Encodes an XMPP element to aWriter.
-