Skip navigation links
D E R X 

D

decode(ByteBuffer, BiConsumer<String, StreamElement>) - Method in class rocks.xmpp.nio.codec.XmppStreamDecoder
Decodes a stream of byte buffers to XMPP elements.

E

encode(StreamElement) - Method in class rocks.xmpp.nio.codec.XmppStreamEncoder
Encodes an XMPP element to a byte buffer.
encode(StreamElement, OutputStream) - Method in class rocks.xmpp.nio.codec.XmppStreamEncoder
Encodes an XMPP element to an OutputStream.

R

restart() - Method in class rocks.xmpp.nio.codec.XmppStreamDecoder
Restarts the stream, i.e. a new reader will be created.
rocks.xmpp.nio.codec - package rocks.xmpp.nio.codec
Provides classes for en- and decoding XMPP objects to and from a stream of byte buffers.

X

XmppStreamDecoder - Class in rocks.xmpp.nio.codec
Decodes a stream of byte buffers to XMPP elements.
XmppStreamDecoder(Supplier<Unmarshaller>) - Constructor for class rocks.xmpp.nio.codec.XmppStreamDecoder
Creates the XMPP decoder.
XmppStreamEncoder - Class in rocks.xmpp.nio.codec
Encodes XMPP elements to binary data.
XmppStreamEncoder(XMLOutputFactory, Supplier<Marshaller>, Function<StreamElement, StreamElement>) - Constructor for class rocks.xmpp.nio.codec.XmppStreamEncoder
Creates the XMPP encoder.
D E R X 
Skip navigation links

Copyright © 2014–2018 XMPP.rocks. All rights reserved.