Class HTTPOutgoingDumperFileBased

java.lang.Object
com.helger.as2lib.util.dump.HTTPOutgoingDumperStreamBased
com.helger.as2lib.util.dump.HTTPOutgoingDumperFileBased
All Implemented Interfaces:
IHTTPOutgoingDumper, AutoCloseable

public class HTTPOutgoingDumperFileBased extends HTTPOutgoingDumperStreamBased
Directory based outgoing HTTP dumper.
Since:
3.0.1
Author:
Philip Helger
  • Constructor Details

    • HTTPOutgoingDumperFileBased

      public HTTPOutgoingDumperFileBased(@Nonnull File aDumpDirectory, @Nonnull IBaseMessage aMsg)
      Parameters:
      aDumpDirectory - Base directory
      aMsg - Message to be dumped
    • HTTPOutgoingDumperFileBased

      public HTTPOutgoingDumperFileBased(@Nonnull File aDumpFile)
      Parameters:
      aDumpFile - The file to dump to.
  • Method Details