Java NIO (Netty): How does Encryption or GZIPping work in theory (with filters)
- by Tom
Hello Experts,
i would be very thankfull if you can explain to me, how in theory the "Interceptor/Filter" Pattern in ByteStreams (over Sockets/Channels) work (in Asynchronous IO with netty) in regard to encryption or compression of data.
Given I have a Filter that does GZIPPING. How is this internally implemented? Does the Filter "collect" so…