Package | Description |
---|---|
reactor.groovy.ext | |
reactor.io.codec |
Components to handle encoding and decoding of objects into
Buffers . |
reactor.io.codec.compress | |
reactor.io.codec.json |
Encoding and decoding using the JSON format.
|
reactor.io.codec.kryo | |
reactor.io.codec.protobuf | |
reactor.io.net |
Reactive network components are located in this package scope implementing the following exposed contract:
A
ReactorPeer NetServer/NetClient is a Publisher of
ReactorChannel that are themselves Publisher of input data. |
reactor.io.net.codec.syslog |
Decoding using the syslog format.
|
reactor.io.net.http |
Components for writing HTTP-based clients and servers using Reactor abstractions.
|
reactor.io.net.impl.netty |
Implementations of the various TCP abstractions based on Netty.
|
reactor.io.net.impl.netty.http | |
reactor.io.net.impl.netty.tcp | |
reactor.io.net.impl.netty.udp | |
reactor.io.net.impl.zmq | |
reactor.io.net.impl.zmq.tcp | |
reactor.io.net.tcp |
Components for writing TCP-based clients and servers using Reactor abstractions.
|
reactor.io.net.udp | |
reactor.io.queue |
Queue implementations that provide a persistence strategy for making sure items in the Queue aren't lost. |
reactor.io.queue.spec |
Specs provide a simple fluent DSL for creating
PersistentQueues by
specifying common options. |
reactor.rx |
Streams are reactive components derived from Reactive Extensions and implementing Reactive Streams specification.
|
reactor.rx.stream.io |
Stream implementations that provide for IO access, for instance read/read-write persisting streams |
Class and Description |
---|
Codec
Implementations of a Codec are responsible for decoding a
SRC into an
instance of IN and passing that to the given Consumer . |
Class and Description |
---|
BufferCodec
Implementations of a BufferCodec are codec manipulating Buffer sources
|
ByteArrayCodec |
Codec
Implementations of a Codec are responsible for decoding a
SRC into an
instance of IN and passing that to the given Consumer . |
DelimitedCodec |
Frame |
FrameCodec.LengthField |
StringCodec |
Class and Description |
---|
BufferCodec
Implementations of a BufferCodec are codec manipulating Buffer sources
|
Codec
Implementations of a Codec are responsible for decoding a
SRC into an
instance of IN and passing that to the given Consumer . |
Class and Description |
---|
BufferCodec
Implementations of a BufferCodec are codec manipulating Buffer sources
|
Codec
Implementations of a Codec are responsible for decoding a
SRC into an
instance of IN and passing that to the given Consumer . |
SerializationCodec
Abstract base class for
Codec Codecs that perform serialization of objects. |
Class and Description |
---|
BufferCodec
Implementations of a BufferCodec are codec manipulating Buffer sources
|
Codec
Implementations of a Codec are responsible for decoding a
SRC into an
instance of IN and passing that to the given Consumer . |
SerializationCodec
Abstract base class for
Codec Codecs that perform serialization of objects. |
Class and Description |
---|
BufferCodec
Implementations of a BufferCodec are codec manipulating Buffer sources
|
Codec
Implementations of a Codec are responsible for decoding a
SRC into an
instance of IN and passing that to the given Consumer . |
SerializationCodec
Abstract base class for
Codec Codecs that perform serialization of objects. |
Class and Description |
---|
Codec
Implementations of a Codec are responsible for decoding a
SRC into an
instance of IN and passing that to the given Consumer . |
Class and Description |
---|
Codec
Implementations of a Codec are responsible for decoding a
SRC into an
instance of IN and passing that to the given Consumer . |
Class and Description |
---|
Codec
Implementations of a Codec are responsible for decoding a
SRC into an
instance of IN and passing that to the given Consumer . |
Class and Description |
---|
Codec
Implementations of a Codec are responsible for decoding a
SRC into an
instance of IN and passing that to the given Consumer . |
Class and Description |
---|
Codec
Implementations of a Codec are responsible for decoding a
SRC into an
instance of IN and passing that to the given Consumer . |
Class and Description |
---|
Codec
Implementations of a Codec are responsible for decoding a
SRC into an
instance of IN and passing that to the given Consumer . |
Class and Description |
---|
Codec
Implementations of a Codec are responsible for decoding a
SRC into an
instance of IN and passing that to the given Consumer . |
Class and Description |
---|
Codec
Implementations of a Codec are responsible for decoding a
SRC into an
instance of IN and passing that to the given Consumer . |
Class and Description |
---|
Codec
Implementations of a Codec are responsible for decoding a
SRC into an
instance of IN and passing that to the given Consumer . |
Class and Description |
---|
Codec
Implementations of a Codec are responsible for decoding a
SRC into an
instance of IN and passing that to the given Consumer . |
Class and Description |
---|
Codec
Implementations of a Codec are responsible for decoding a
SRC into an
instance of IN and passing that to the given Consumer . |
Class and Description |
---|
Codec
Implementations of a Codec are responsible for decoding a
SRC into an
instance of IN and passing that to the given Consumer . |
Class and Description |
---|
Codec
Implementations of a Codec are responsible for decoding a
SRC into an
instance of IN and passing that to the given Consumer . |
Class and Description |
---|
Codec
Implementations of a Codec are responsible for decoding a
SRC into an
instance of IN and passing that to the given Consumer . |
Class and Description |
---|
Codec
Implementations of a Codec are responsible for decoding a
SRC into an
instance of IN and passing that to the given Consumer . |
Copyright © 2017. All rights reserved.