| Interface | Description |
|---|---|
| Encoder<E> |
Encoders are responsible for transform an incoming event into a byte array
*and* writing out the byte array onto the appropriate
OutputStream. |
| Class | Description |
|---|---|
| ByteArrayUtil | |
| EchoEncoder<E> | |
| EncoderBase<E> | |
| EventObjectInputStream<E> |
Restitute the contents of an input stream as java objects.
|
| LayoutWrappingEncoder<E> | |
| NonClosableInputStream | |
| ObjectStreamEncoder<E> |
Write out events as java objects.
|
Copyright © 2005–2015 QOS.ch. All rights reserved.