Package org.jboss.resteasy.reactive.client.impl.multipart
package org.jboss.resteasy.reactive.client.impl.multipart
-
ClassDescriptionA FileUpload implementation that is responsible for sending Multi<Byte> as a file in a multipart message.A copy of
HttpPostRequestEncoder
that supports pause/resume This encoder will help to encode Request for a FORM as POST.Different modes to use to encode form data.Exception when an error occurs while encodingbased onMultipartForm
andMultipartFormImpl
based onFormDataPartImpl
based onMultipartFormUpload
based onDefaultHttpDataFactory
but for responses, the original one is for requests only :(This decoder will decode response body.