Class Hierarchy
- java.lang.Object
- io.activej.csp.process.AbstractCommunicatingProcess (implements io.activej.async.process.AsyncProcess)
- io.activej.csp.process.frames.ChannelFrameDecoder (implements io.activej.csp.dsl.WithBinaryChannelInput<B>, io.activej.csp.dsl.WithChannelTransformer<B,
I, O>, io.activej.common.initializer.WithInitializer<T>) - io.activej.csp.process.frames.ChannelFrameEncoder (implements io.activej.csp.dsl.WithChannelTransformer<B,
I, O>, io.activej.common.initializer.WithInitializer<T>)
- io.activej.csp.process.frames.ChannelFrameDecoder (implements io.activej.csp.dsl.WithBinaryChannelInput<B>, io.activej.csp.dsl.WithChannelTransformer<B,
- io.activej.csp.process.frames.FrameFormats
- io.activej.csp.process.frames.LZ4FrameFormat (implements io.activej.csp.process.frames.FrameFormat, io.activej.common.initializer.WithInitializer<T>)
- io.activej.csp.process.frames.LZ4LegacyFrameFormat (implements io.activej.csp.process.frames.FrameFormat, io.activej.common.initializer.WithInitializer<T>)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- io.activej.common.exception.MalformedDataException
- io.activej.common.exception.TruncatedDataException
- io.activej.csp.process.frames.MissingEndOfStreamBlockException
- io.activej.csp.process.frames.TruncatedBlockException
- io.activej.common.exception.TruncatedDataException
- io.activej.common.exception.MalformedDataException
- java.lang.Exception
- io.activej.csp.process.AbstractCommunicatingProcess (implements io.activej.async.process.AsyncProcess)
Interface Hierarchy
- io.activej.csp.process.frames.BlockDecoder
- io.activej.csp.process.frames.BlockEncoder
- io.activej.csp.process.frames.FrameFormat