Interface FragmentConsumer


public interface FragmentConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    end(int fragments, byte[] digest)
     
    void
    fragment(byte[] data, int idx)
     
  • Method Details

    • fragment

      void fragment(byte[] data, int idx) throws javax.jms.JMSException, IOException
      Throws:
      javax.jms.JMSException
      IOException
    • end

      void end(int fragments, byte[] digest) throws javax.jms.JMSException
      Throws:
      javax.jms.JMSException