Package zmq.io.net
Interface SelectorProviderChooser
-
public interface SelectorProviderChooser
By implementing this class, it's possible to change the kind of channel used in tcp connections.It allows to easily wrap ZMQ socket in custom socket for TLS protection or other kind of trick.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.channels.spi.SelectorProvider
choose(Address.IZAddress addr, Options options)
-
-
-
Method Detail
-
choose
java.nio.channels.spi.SelectorProvider choose(Address.IZAddress addr, Options options)
-
-