zmq.V1Protocol Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jeromq Show documentation
Show all versions of jeromq Show documentation
Pure Java implementation of libzmq
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