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

zmq.V1Protocol Maven / Gradle / Ivy

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

class V1Protocol
{
    private V1Protocol()
    {
    }

    public static final int VERSION = 1;
    public static final int MORE_FLAG = 1;
    public static final int LARGE_FLAG = 2;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy