Class BinaryConnectionFactory

    • Constructor Detail

      • BinaryConnectionFactory

        public BinaryConnectionFactory()
        Create a DefaultConnectionFactory with the default parameters.
      • BinaryConnectionFactory

        public BinaryConnectionFactory​(int len,
                                       int bufSize)
        Create a BinaryConnectionFactory with the given maximum operation queue length, and the given read buffer size.
      • BinaryConnectionFactory

        public BinaryConnectionFactory​(int len,
                                       int bufSize,
                                       HashAlgorithm hash)
        Construct a BinaryConnectionFactory with the given parameters.
        Parameters:
        len - the queue length.
        bufSize - the buffer size
        hash - the algorithm to use for hashing