Kishore
Kishore

Reputation: 942

Blocking IO (OIO) UDT Channel in Netty

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.

Upvotes: 0

Views: 280

Answers (1)

trustin
trustin

Reputation: 12351

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.

Upvotes: 0

Related Questions