Class MultipartContext
java.lang.Object
org.glassfish.grizzly.http.multipart.MultipartContext
Contains auxiliary information about multipart processing.
- Author:
- Alexey Stashok
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the multipart boundary string.Returns complete multipart's content-type.Returns non-modifiable map, which contains multipart's content-type attributes.
-
Field Details
-
START_ATTR
- See Also:
-
START_INFO_ATTR
- See Also:
-
TYPE_ATTR
- See Also:
-
BOUNDARY_ATTR
- See Also:
-
-
Constructor Details
-
MultipartContext
-
-
Method Details
-
getBoundary
Get the multipart boundary string.- Returns:
- the multipart boundary string.
-
getContentType
Returns complete multipart's content-type.- Returns:
- complete multipart's content-type.
-
getContentTypeAttributes
Returns non-modifiable map, which contains multipart's content-type attributes.- Returns:
- non-modifiable map, which contains multipart's content-type attributes.
-