See: Description
Interface | Description |
---|---|
MediaTypePredictor |
An interface which allows developers implement their own media type predictor.
|
Class | Description |
---|---|
DefaultMediaTypePredictor |
Default implementation of
MediaTypePredictor that uses
DefaultMediaTypePredictor.CommonMediaTypes . |
FileDataBodyPart |
An extension of
FormDataBodyPart for associating
File File as a body part entity. |
StreamDataBodyPart |
Represents an
InputStream based file submission as a part of the
multipart/form-data. |
Enum | Description |
---|---|
DefaultMediaTypePredictor.CommonMediaTypes |
This enum represents file extension and MIME types of commonly used file.
|
File
(FileDataBodyPart
) or
by the InputStream
(StreamDataBodyPart
).Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.