Package com.helger.phase4.sender
Class AbstractAS4RawResponseConsumer<IMPLTYPE extends AbstractAS4RawResponseConsumer<IMPLTYPE>>
java.lang.Object
com.helger.phase4.sender.AbstractAS4RawResponseConsumer<IMPLTYPE>
- Type Parameters:
IMPLTYPE- Implementation type of the derived class
- All Implemented Interfaces:
com.helger.base.trait.IGenericImplTrait<IMPLTYPE>,IAS4RawResponseConsumer
- Direct Known Subclasses:
AS4RawResponseConsumerWriteToFile
@NotThreadSafe
public abstract class AbstractAS4RawResponseConsumer<IMPLTYPE extends AbstractAS4RawResponseConsumer<IMPLTYPE>>
extends Object
implements IAS4RawResponseConsumer, com.helger.base.trait.IGenericImplTrait<IMPLTYPE>
Abstract base implementation of
IAS4RawResponseConsumer to provide basic
customizability.- Since:
- 0.13.0
- Author:
- Philip Helger
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanstatic final boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanfinal booleanfinal @NonNull IMPLTYPEsetHandleHttpHeaders(boolean bHandleHttpHeaders) final @NonNull IMPLTYPEsetHandleStatusLine(boolean bHandleStatusLine) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.helger.phase4.sender.IAS4RawResponseConsumer
and, handleResponseMethods inherited from interface com.helger.base.trait.IGenericImplTrait
thisAsT
-
Field Details
-
DEFAULT_HANDLE_STATUS_LINE
public static final boolean DEFAULT_HANDLE_STATUS_LINE- See Also:
-
DEFAULT_HANDLE_HTTP_HEADERS
public static final boolean DEFAULT_HANDLE_HTTP_HEADERS- See Also:
-
-
Constructor Details
-
AbstractAS4RawResponseConsumer
protected AbstractAS4RawResponseConsumer()
-
-
Method Details