Package rest
Class ZosmfHeaders
- java.lang.Object
-
- rest.ZosmfHeaders
-
public class ZosmfHeaders extends Object
z/OSMF Headers info- Version:
- 1.0
- Author:
- Frank Giordano
-
-
Field Summary
Fields Modifier and Type Field Description static StringACCEPT_ENCODINGHeader that specifies GZIP compression is supported Recent versions of z/OSMF issue a warning if this header is omittedstatic com.google.common.collect.ListMultimap<String,String>HEADERSMap of headers for quick accessstatic StringIF_MATCHHeader to check ETag on write Request returns HTTP 412 if not matchedstatic StringIF_NONE_MATCHHeader to check ETag on read Request returns HTTP 304 if not modifiedstatic StringOCTET_STREAMOctet stream headerstatic StringTEXT_PLAINPlain text headerstatic StringX_CSRF_ZOSMF_HEADERSecurity headerstatic StringX_IBM_ATTRIBUTES_BASEBase headerstatic StringX_IBM_BINARYBinary transfer headerstatic StringX_IBM_BINARY_BY_RECORDBinary by record headerstatic StringX_IBM_INTRDR_CLASS_AJob class headerstatic StringX_IBM_INTRDR_LRECLlrecl headerstatic StringX_IBM_INTRDR_LRECL_256256 lrecl headerstatic StringX_IBM_INTRDR_LRECL_8080 lrecl headerstatic StringX_IBM_INTRDR_MODE_TEXTText type headerstatic StringX_IBM_INTRDR_RECFMrecfm headerstatic StringX_IBM_INTRDR_RECFM_FFixed recfm headerstatic StringX_IBM_JCL_SYMBOL_PARTIALJcl symbol header to be completed by APIstatic StringX_IBM_JOB_MODIFY_VERSION_1If you use this header, delete job API will be asynchronous.static StringX_IBM_JOB_MODIFY_VERSION_2If you use this header, delete job API will be synchronous.static StringX_IBM_MAX_ITEMSThis header value specifies the maximum number of items to return.static StringX_IBM_MIGRATED_RECALL_ERRORData set migrated recall errorstatic StringX_IBM_MIGRATED_RECALL_NO_WAITData set migrated recall no waitstatic StringX_IBM_MIGRATED_RECALL_WAITData set migrated recall waitstatic StringX_IBM_NOTIFICATION_URLBase headerstatic StringX_IBM_RESPONSE_TIMEOUTHeader to set response timeout defaults to 30 seconds if not modifiedstatic StringX_IBM_RETURN_ETAGHeader to force return of ETag in response regardless of file size By default Etag is returned only for files smaller than a system determined value (which is at least 8mb)static StringX_IBM_TEXTText transfer headerstatic StringX_IBM_TEXT_ENCODINGEncoding value for text headers
-
Constructor Summary
Constructors Constructor Description ZosmfHeaders()
-
-
-
Field Detail
-
X_IBM_INTRDR_LRECL
public static final String X_IBM_INTRDR_LRECL
lrecl header- See Also:
- Constant Field Values
-
X_IBM_INTRDR_RECFM
public static final String X_IBM_INTRDR_RECFM
recfm header- See Also:
- Constant Field Values
-
X_IBM_JCL_SYMBOL_PARTIAL
public static final String X_IBM_JCL_SYMBOL_PARTIAL
Jcl symbol header to be completed by API- See Also:
- Constant Field Values
-
X_IBM_INTRDR_CLASS_A
public static final String X_IBM_INTRDR_CLASS_A
Job class header- See Also:
- Constant Field Values
-
X_IBM_INTRDR_RECFM_F
public static final String X_IBM_INTRDR_RECFM_F
Fixed recfm header- See Also:
- Constant Field Values
-
X_IBM_INTRDR_LRECL_80
public static final String X_IBM_INTRDR_LRECL_80
80 lrecl header- See Also:
- Constant Field Values
-
X_IBM_INTRDR_LRECL_256
public static final String X_IBM_INTRDR_LRECL_256
256 lrecl header- See Also:
- Constant Field Values
-
X_IBM_INTRDR_MODE_TEXT
public static final String X_IBM_INTRDR_MODE_TEXT
Text type header- See Also:
- Constant Field Values
-
X_IBM_NOTIFICATION_URL
public static final String X_IBM_NOTIFICATION_URL
Base header- See Also:
- Constant Field Values
-
X_IBM_ATTRIBUTES_BASE
public static final String X_IBM_ATTRIBUTES_BASE
Base header- See Also:
- Constant Field Values
-
X_IBM_JOB_MODIFY_VERSION_1
public static final String X_IBM_JOB_MODIFY_VERSION_1
If you use this header, delete job API will be asynchronous. this is the default setting, so using this header is not really necessary unless you want to be explicit.- See Also:
- Constant Field Values
-
X_IBM_JOB_MODIFY_VERSION_2
public static final String X_IBM_JOB_MODIFY_VERSION_2
If you use this header, delete job API will be synchronous. but using it may cause problems for some users depending on their maintenance level and configuration.- See Also:
- Constant Field Values
-
X_CSRF_ZOSMF_HEADER
public static final String X_CSRF_ZOSMF_HEADER
Security header- See Also:
- Constant Field Values
-
X_IBM_BINARY
public static final String X_IBM_BINARY
Binary transfer header- See Also:
- Constant Field Values
-
X_IBM_BINARY_BY_RECORD
public static final String X_IBM_BINARY_BY_RECORD
Binary by record header- See Also:
- Constant Field Values
-
X_IBM_TEXT
public static final String X_IBM_TEXT
Text transfer header- See Also:
- Constant Field Values
-
X_IBM_TEXT_ENCODING
public static final String X_IBM_TEXT_ENCODING
Encoding value for text headers- See Also:
- Constant Field Values
-
OCTET_STREAM
public static final String OCTET_STREAM
Octet stream header- See Also:
- Constant Field Values
-
TEXT_PLAIN
public static final String TEXT_PLAIN
Plain text header- See Also:
- Constant Field Values
-
X_IBM_MAX_ITEMS
public static final String X_IBM_MAX_ITEMS
This header value specifies the maximum number of items to return. To request that all items be returned, set this header to 0. If you omit this header, or specify an incorrect value, up to 1000 items are returned by default.- See Also:
- Constant Field Values
-
X_IBM_MIGRATED_RECALL_WAIT
public static final String X_IBM_MIGRATED_RECALL_WAIT
Data set migrated recall wait- See Also:
- Constant Field Values
-
X_IBM_MIGRATED_RECALL_NO_WAIT
public static final String X_IBM_MIGRATED_RECALL_NO_WAIT
Data set migrated recall no wait- See Also:
- Constant Field Values
-
X_IBM_MIGRATED_RECALL_ERROR
public static final String X_IBM_MIGRATED_RECALL_ERROR
Data set migrated recall error- See Also:
- Constant Field Values
-
IF_NONE_MATCH
public static final String IF_NONE_MATCH
Header to check ETag on read Request returns HTTP 304 if not modified- See Also:
- Constant Field Values
-
IF_MATCH
public static final String IF_MATCH
Header to check ETag on write Request returns HTTP 412 if not matched- See Also:
- Constant Field Values
-
X_IBM_RESPONSE_TIMEOUT
public static final String X_IBM_RESPONSE_TIMEOUT
Header to set response timeout defaults to 30 seconds if not modified- See Also:
- Constant Field Values
-
X_IBM_RETURN_ETAG
public static final String X_IBM_RETURN_ETAG
Header to force return of ETag in response regardless of file size By default Etag is returned only for files smaller than a system determined value (which is at least 8mb)- See Also:
- Constant Field Values
-
ACCEPT_ENCODING
public static final String ACCEPT_ENCODING
Header that specifies GZIP compression is supported Recent versions of z/OSMF issue a warning if this header is omitted- See Also:
- Constant Field Values
-
-