Package org.zeromq.util


package org.zeromq.util

Provides high-level utility bindings for ØMQ.

This is the java equivalent of CZMQ project, but packaged separately to avoid proliferation of classes under the same namespace.

Classes of this package tend to achieve these goals:

  • To wrap the ØMQ core API in semantics that lead to shorter, more readable applications.
  • To provide a space for development of more sophisticated API semantics.
  • Classes
    Class
    Description
     
    The ZDigest class generates a hash from chunks of data.