@Immutable public final class AS2HttpHeaderSetter extends Object
| Constructor and Description |
|---|
AS2HttpHeaderSetter(AS2HttpClient aConn,
IHTTPOutgoingDumper aOutgoingDumper,
boolean bQuoteHeaderValues)
Constructor with debug support
|
public AS2HttpHeaderSetter(@Nonnull AS2HttpClient aConn, @Nullable IHTTPOutgoingDumper aOutgoingDumper, boolean bQuoteHeaderValues)
aConn - The HTTP URL connection to use. May not be null.aOutgoingDumper - An optional outgoing dumper, that will also receive all the headers.
May be null.bQuoteHeaderValues - true if HTTP header values should be automatically
quoted, false if not. This might be an interoperability
issue. The receiving side must be able to unquote according to RFC
2616.Copyright © 2013–2022 Philip Helger. All rights reserved.