Skip to content
Advertisement

Tag: socketchannel

‘Feeding’ a Netty 4 pipeline without a socket

I have a set of Netty 4 handlers that I normally chain on top of a ServerBootstrap using EpollEventLoopGroups. However the source of the data will not be a socket; instead I will read from / write to two in-memory buffers. Solution can be Linux-specific. For now I add a ServerBootstrap to listen to a loopback port, to which I

Advertisement