zmq.io.coder.v2.V2Protocol 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
The newest version!
package zmq.io.coder.v2;
import zmq.io.coder.v1.V1Protocol;
public interface V2Protocol extends V1Protocol
{
int VERSION = 2;
int LARGE_FLAG = 2;
int COMMAND_FLAG = 4;
// make checkstyle not block the release
@Override
String toString();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy