Blocking IO (OIO) UDT Channel in Netty

310 Views Asked by At

I'd like to use Netty's implementation of UDT on a Blocking IO Channel. I already have a working NIO UDT implementation where Netty have a proper channels on NIO. I couldn't find an appropriate channel for OIO, It would be great if someone help me with a proper Blocking IO UDT channel in Netty.

1

There are 1 best solutions below

0
On BEST ANSWER

There is no blocking UDT transport in Netty. If there is a good reason to add the old-I/O UDT transport, please let us know.