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 void
XmppStreamDecoder. 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 ByteBuffer
XmppStreamEncoder. encode(StreamElement streamElement)
Encodes an XMPP element to a byte buffer.void
XmppStreamEncoder. encode(StreamElement streamElement, Writer writer)
Encodes an XMPP element to aWriter
.
-