Class AbstractMultipartFormDataWriter
java.lang.Object
org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartWriter
org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartFormDataWriter
- Direct Known Subclasses:
MapMultipartFormDataWriter
,MultipartEntityPartWriter
,MultipartFormAnnotationWriter
,MultipartFormDataWriter
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
Fields inherited from class org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartWriter
COLON_SPACE_BYTES, DOUBLE_DASH_BYTES, LINE_SEPARATOR_BYTES, workers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected CompletionStage
<Void> asyncWriteParts
(MultipartOutput multipartOutput, AsyncOutputStream entityStream, byte[] boundaryBytes, Annotation[] annotations) protected void
writeParts
(MultipartOutput multipartOutput, OutputStream entityStream, byte[] boundaryBytes, Annotation[] annotations) Methods inherited from class org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartWriter
asyncWrite, asyncWrite, asyncWritePart, asyncWritePart, asyncWriteParts, write, write, writePart, writePart, writeParts
-
Constructor Details
-
AbstractMultipartFormDataWriter
public AbstractMultipartFormDataWriter()
-
-
Method Details
-
writeParts
protected void writeParts(MultipartOutput multipartOutput, OutputStream entityStream, byte[] boundaryBytes, Annotation[] annotations) throws IOException - Overrides:
writeParts
in classAbstractMultipartWriter
- Throws:
IOException
-
asyncWriteParts
protected CompletionStage<Void> asyncWriteParts(MultipartOutput multipartOutput, AsyncOutputStream entityStream, byte[] boundaryBytes, Annotation[] annotations) - Overrides:
asyncWriteParts
in classAbstractMultipartWriter
-