java.lang.Object
io.helidon.media.multipart.MultiPartSupport
- All Implemented Interfaces:
MediaSupport
Multipart media support.
-
Method Summary
Modifier and TypeMethodDescriptionstatic MultiPartSupportcreate()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, waitMethods inherited from interface io.helidon.media.common.MediaSupport
register
-
Method Details
-
readers
Description copied from interface:MediaSupportReturns the collection of the readers which should be registered.- Specified by:
readersin interfaceMediaSupport- Returns:
- readers
-
writers
Description copied from interface:MediaSupportReturns the collection of the writers which should be registered.- Specified by:
writersin interfaceMediaSupport- Returns:
- writers
-
streamReaders
Description copied from interface:MediaSupportReturns the collection of the stream readers which should be registered.- Specified by:
streamReadersin interfaceMediaSupport- Returns:
- stream readers
-
streamWriters
Description copied from interface:MediaSupportReturns the collection of the stream writers which should be registered.- Specified by:
streamWritersin interfaceMediaSupport- Returns:
- stream writers
-
create
Create a new instance ofMultiPartSupport.- Returns:
- MultiPartSupport
-