All Downloads are FREE. Search and download functionalities are using the official Maven repository.

zmq.io.net.SelectorProviderChooser Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
package zmq.io.net;

import java.nio.channels.spi.SelectorProvider;

import zmq.Options;

/**
 * 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. * * @author Fabrice Bacchella * */ public interface SelectorProviderChooser { public SelectorProvider choose(Address.IZAddress addr, Options options); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy