Class BatchResponseWriter


  • public class BatchResponseWriter
    extends Object
    • Constructor Detail

      • BatchResponseWriter

        public BatchResponseWriter()
        Creates a BatchResponseWriter which write the entity as a String with default charset (see BatchHelper.DEFAULT_CHARSET).
      • BatchResponseWriter

        public BatchResponseWriter​(boolean writeEntityAsInputStream)
        Creates a BatchResponseWriter
        Parameters:
        writeEntityAsInputStream - if true the entity is set a InputStream. if false the entity is set a String with default charset (see BatchHelper.DEFAULT_CHARSET).