Class BatchHelper
java.lang.Object
org.apache.olingo.odata2.core.batch.BatchHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CharsetextractCharset(Map<String, String> headers) static CharsetextractCharset(ContentType contentType) protected static StringgenerateBoundary(String value) protected static byte[]
-
Field Details
-
BINARY_ENCODING
- See Also:
-
UTF8_ENCODING
- See Also:
-
ISO_ENCODING
- See Also:
-
HTTP_CONTENT_TRANSFER_ENCODING
- See Also:
-
HTTP_CONTENT_ID
- See Also:
-
MIME_HEADER_CONTENT_ID
- See Also:
-
REQUEST_HEADER_CONTENT_ID
- See Also:
-
DEFAULT_CHARSET
-
-
Constructor Details
-
BatchHelper
public BatchHelper()
-
-
Method Details
-
generateBoundary
-
getBytes
-
extractCharset
-
extractCharset
-