Uses of Class
org.jboss.resteasy.reactive.client.impl.multipart.PausableHttpPostRequestEncoder.ErrorDataEncoderException
-
Packages that use PausableHttpPostRequestEncoder.ErrorDataEncoderException Package Description org.jboss.resteasy.reactive.client.impl.multipart -
-
Uses of PausableHttpPostRequestEncoder.ErrorDataEncoderException in org.jboss.resteasy.reactive.client.impl.multipart
Methods in org.jboss.resteasy.reactive.client.impl.multipart that throw PausableHttpPostRequestEncoder.ErrorDataEncoderException Modifier and Type Method Description voidPausableHttpPostRequestEncoder. addBodyAttribute(String name, String value)Add a simple attribute in the body as Name=ValuevoidPausableHttpPostRequestEncoder. addBodyFileUpload(String name, File file, String contentType, boolean isText)Add a file as a FileUploadvoidPausableHttpPostRequestEncoder. addBodyFileUpload(String name, String filename, File file, String contentType, boolean isText)Add a file as a FileUploadvoidPausableHttpPostRequestEncoder. addBodyFileUploads(String name, File[] file, String[] contentType, boolean[] isText)Add a series of Files associated with one File parametervoidPausableHttpPostRequestEncoder. addBodyHttpData(io.netty.handler.codec.http.multipart.InterfaceHttpData data)Add the InterfaceHttpData to the Body listio.netty.handler.codec.http.HttpRequestPausableHttpPostRequestEncoder. finalizeRequest()Finalize the request by preparing the Header in the request and returns the request ready to be sent.
Once finalized, no data must be added.
If the request does not need chunk (isChunked() == false), this request is the only object to send to the remote server.voidPausableHttpPostRequestEncoder. setBodyHttpDatas(List<io.netty.handler.codec.http.multipart.InterfaceHttpData> datas)Set the Body HttpDatas listConstructors in org.jboss.resteasy.reactive.client.impl.multipart that throw PausableHttpPostRequestEncoder.ErrorDataEncoderException Constructor Description PausableHttpPostRequestEncoder(io.netty.handler.codec.http.multipart.HttpDataFactory factory, io.netty.handler.codec.http.HttpRequest request, boolean multipart, Charset charset, PausableHttpPostRequestEncoder.EncoderMode encoderMode)
-