java.lang.Object
io.helidon.media.multipart.MultiPartSupport
- All Implemented Interfaces:
MediaSupport
Multipart media support.
-
Method Summary
Modifier and TypeMethodDescriptionstatic MultiPartSupport
create()
Create a new instance ofMultiPartSupport
.readers()
Returns the collection of the readers which should be registered.Returns the collection of the stream readers which should be registered.Returns the collection of the stream writers which should be registered.writers()
Returns the collection of the writers which should be registered.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.helidon.media.common.MediaSupport
register
-
Method Details
-
readers
Description copied from interface:MediaSupport
Returns the collection of the readers which should be registered.- Specified by:
readers
in interfaceMediaSupport
- Returns:
- readers
-
writers
Description copied from interface:MediaSupport
Returns the collection of the writers which should be registered.- Specified by:
writers
in interfaceMediaSupport
- Returns:
- writers
-
streamReaders
Description copied from interface:MediaSupport
Returns the collection of the stream readers which should be registered.- Specified by:
streamReaders
in interfaceMediaSupport
- Returns:
- stream readers
-
streamWriters
Description copied from interface:MediaSupport
Returns the collection of the stream writers which should be registered.- Specified by:
streamWriters
in interfaceMediaSupport
- Returns:
- stream writers
-
create
Create a new instance ofMultiPartSupport
.- Returns:
- MultiPartSupport
-