public class AbstractMultipartFormDataWriter extends AbstractMultipartWriter
COLON_SPACE_BYTES, DOUBLE_DASH_BYTES, LINE_SEPARATOR_BYTES, workers
Constructor and Description |
---|
AbstractMultipartFormDataWriter() |
Modifier and Type | Method and Description |
---|---|
protected CompletionStage<Void> |
asyncWriteParts(MultipartOutput multipartOutput,
AsyncOutputStream entityStream,
byte[] boundaryBytes) |
protected void |
writeParts(MultipartOutput multipartOutput,
OutputStream entityStream,
byte[] boundaryBytes) |
asyncWrite, asyncWritePart, write, writePart
protected void writeParts(MultipartOutput multipartOutput, OutputStream entityStream, byte[] boundaryBytes) throws IOException
writeParts
in class AbstractMultipartWriter
IOException
protected CompletionStage<Void> asyncWriteParts(MultipartOutput multipartOutput, AsyncOutputStream entityStream, byte[] boundaryBytes)
asyncWriteParts
in class AbstractMultipartWriter
Copyright © 2020 JBoss by Red Hat. All rights reserved.