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

zmq.IpcConnecter Maven / Gradle / Ivy

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

public class IpcConnecter extends TcpConnecter
{
    public IpcConnecter(IOThread ioThread,
            SessionBase session, final Options options,
            final Address addr, boolean wait)
    {
        super(ioThread, session, options, addr, wait);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy