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

zmq.io.net.pgm.PgmReceiver Maven / Gradle / Ivy

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

import zmq.Options;
import zmq.io.EngineNotImplemented;
import zmq.io.IOThread;
import zmq.io.net.Address;

//TODO V4 implement pgm receiver
public class PgmReceiver extends EngineNotImplemented
{
    public PgmReceiver(IOThread ioThread, Options options)
    {
        throw new UnsupportedOperationException();
    }

    public boolean init(boolean udpEncapsulation, Address addr)
    {
        return false;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy