Package com.helger.as2lib.util
Class CAS2Header
- java.lang.Object
-
- com.helger.as2lib.util.CAS2Header
-
@Immutable public final class CAS2Header extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_AS2_VERSION1.0: default AS2 version
1.1: Designates those implementations that support compression as defined by RFC 3274 - used by us.
1.2: indicate the support of the EDIINT-Features header field as defined by RFC 6017static StringDEFAULT_CONNECTIONstatic StringDEFAULT_DATE_FORMATRFC2822 format: Wed, 04 Mar 2009 10:59:17 +0100static StringDEFAULT_MIME_VERSIONstatic StringDEFAULT_USER_AGENT
-
-
-
Field Detail
-
DEFAULT_CONNECTION
public static final String DEFAULT_CONNECTION
- See Also:
- Constant Field Values
-
DEFAULT_USER_AGENT
public static final String DEFAULT_USER_AGENT
-
DEFAULT_MIME_VERSION
public static final String DEFAULT_MIME_VERSION
- See Also:
- Constant Field Values
-
DEFAULT_AS2_VERSION
public static final String DEFAULT_AS2_VERSION
1.0: default AS2 version
1.1: Designates those implementations that support compression as defined by RFC 3274 - used by us.
1.2: indicate the support of the EDIINT-Features header field as defined by RFC 6017- See Also:
- Constant Field Values
-
DEFAULT_DATE_FORMAT
public static final String DEFAULT_DATE_FORMAT
RFC2822 format: Wed, 04 Mar 2009 10:59:17 +0100- See Also:
- Constant Field Values
-
-