Uses of Interface
org.jboss.resteasy.reactive.client.spi.MultipartResponseData
Packages that use MultipartResponseData
Package
Description
-
Uses of MultipartResponseData in org.jboss.resteasy.reactive.client.handlers
Constructor parameters in org.jboss.resteasy.reactive.client.handlers with type arguments of type MultipartResponseDataModifierConstructorDescriptionClientSendRequestHandler(io.vertx.core.http.HttpClientOptions httpClientOptions, boolean followRedirects, LoggingScope loggingScope, ClientLogger logger, Map<Class<?>, MultipartResponseData> multipartResponseDataMap, List<Consumer<io.vertx.core.http.HttpClientRequest>> clientRequestCustomizers) -
Uses of MultipartResponseData in org.jboss.resteasy.reactive.client.impl
Methods in org.jboss.resteasy.reactive.client.impl that return types with arguments of type MultipartResponseDataModifier and TypeMethodDescriptionDefaultClientContext.getMultipartResponsesData()RestClientRequestContext.getMultipartResponsesData()Method parameters in org.jboss.resteasy.reactive.client.impl with type arguments of type MultipartResponseDataModifier and TypeMethodDescriptionvoidRestClientRequestContext.setMultipartResponsesData(Map<Class<?>, MultipartResponseData> multipartResponsesData) -
Uses of MultipartResponseData in org.jboss.resteasy.reactive.client.spi
Methods in org.jboss.resteasy.reactive.client.spi that return types with arguments of type MultipartResponseData