Package com.helger.as2lib.util.dump
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 Summary
Constructors Constructor Description HTTPOutgoingDumperFileBased(File aDumpFile)HTTPOutgoingDumperFileBased(File aDumpDirectory, IBaseMessage aMsg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetDumpFile()StringtoString()-
Methods inherited from class com.helger.as2lib.util.dump.HTTPOutgoingDumperStreamBased
close, dumpHeader, dumpPayload, dumpPayload, finishedHeaders, finishedPayload, getWrappedOS, isDumpComment, isDumpHeader, isDumpPayload, setDumpComment, setDumpHeader, setDumpPayload, start
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.helger.as2lib.util.dump.IHTTPOutgoingDumper
getDumpOS
-
-
-
-
Constructor Detail
-
HTTPOutgoingDumperFileBased
public HTTPOutgoingDumperFileBased(@Nonnull File aDumpDirectory, @Nonnull IBaseMessage aMsg)
- Parameters:
aDumpDirectory- Base directoryaMsg- Message to be dumped
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classHTTPOutgoingDumperStreamBased
-
-