Uses of Class
org.jboss.resteasy.plugins.providers.multipart.OutputPart
Packages that use OutputPart
-
Uses of OutputPart in org.jboss.resteasy.plugins.providers.multipart
Fields in org.jboss.resteasy.plugins.providers.multipart with type parameters of type OutputPartModifier and TypeFieldDescriptionprotected Map<String,
OutputPart> MultipartFormDataOutput.formData
Deprecated, for removal: This API element is subject to removal in a future version.protected Map<String,
List<OutputPart>> MultipartFormDataOutput.formDataMap
Deprecated, for removal: This API element is subject to removal in a future version.protected List<OutputPart>
MultipartOutput.parts
Methods in org.jboss.resteasy.plugins.providers.multipart that return OutputPartModifier and TypeMethodDescriptionMultipartFormDataOutput.addFormData
(String key, Object entity, jakarta.ws.rs.core.GenericType<?> type, jakarta.ws.rs.core.MediaType mediaType) MultipartFormDataOutput.addFormData
(String key, Object entity, jakarta.ws.rs.core.GenericType<?> type, jakarta.ws.rs.core.MediaType mediaType, String filename) MultipartFormDataOutput.addFormData
(String key, Object entity, jakarta.ws.rs.core.GenericType<?> type, jakarta.ws.rs.core.MediaType mediaType, String filename, boolean utf8Encode) MultipartFormDataOutput.addFormData
(String key, Object entity, jakarta.ws.rs.core.MediaType mediaType) MultipartFormDataOutput.addFormData
(String key, Object entity, jakarta.ws.rs.core.MediaType mediaType, String filename) MultipartFormDataOutput.addFormData
(String key, Object entity, jakarta.ws.rs.core.MediaType mediaType, String filename, boolean utf8Encode) MultipartFormDataOutput.addFormData
(String key, Object entity, Class<?> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType) MultipartFormDataOutput.addFormData
(String key, Object entity, Class<?> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType, String filename) MultipartFormDataOutput.addFormData
(String key, Object entity, Class<?> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType, String filename, boolean utf8Encode) MultipartOutput.addPart
(Object entity, jakarta.ws.rs.core.GenericType<?> type, jakarta.ws.rs.core.MediaType mediaType) MultipartOutput.addPart
(Object entity, jakarta.ws.rs.core.GenericType<?> type, jakarta.ws.rs.core.MediaType mediaType, String filename) MultipartOutput.addPart
(Object entity, jakarta.ws.rs.core.GenericType<?> type, jakarta.ws.rs.core.MediaType mediaType, String filename, boolean utf8Encode) MultipartOutput.addPart
(Object entity, jakarta.ws.rs.core.MediaType mediaType, String filename, boolean utf8Encode) MultipartOutput.addPart
(Object entity, Class<?> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType) MultipartOutput.addPart
(Object entity, Class<?> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType, String filename) MultipartOutput.addPart
(Object entity, Class<?> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType, String filename, boolean utf8Encode) MultipartRelatedOutput.addPart
(Object entity, jakarta.ws.rs.core.MediaType mediaType, String contentId, String contentTransferEncoding) Used to add parts to the multipart output message.MultipartRelatedOutput.getRootPart()
The part that will be used as the root.Methods in org.jboss.resteasy.plugins.providers.multipart that return types with arguments of type OutputPartModifier and TypeMethodDescriptionMultipartFormDataOutput.getFormData()
Deprecated, for removal: This API element is subject to removal in a future version.MultipartFormDataOutput.getFormDataMap()
MultipartOutput.getParts()
Methods in org.jboss.resteasy.plugins.providers.multipart with parameters of type OutputPartModifier and TypeMethodDescriptionprotected CompletionStage<Void>
AbstractMultipartWriter.asyncWritePart
(AsyncOutputStream entityStream, byte[] boundaryBytes, OutputPart part, jakarta.ws.rs.core.MultivaluedMap<String, Object> headers) Deprecated.protected CompletionStage<Void>
AbstractMultipartWriter.asyncWritePart
(AsyncOutputStream entityStream, byte[] boundaryBytes, OutputPart part, jakarta.ws.rs.core.MultivaluedMap<String, Object> headers, Annotation[] annotations) protected void
AbstractMultipartWriter.writePart
(OutputStream entityStream, byte[] boundaryBytes, OutputPart part, jakarta.ws.rs.core.MultivaluedMap<String, Object> headers) protected void
AbstractMultipartWriter.writePart
(OutputStream entityStream, byte[] boundaryBytes, OutputPart part, jakarta.ws.rs.core.MultivaluedMap<String, Object> headers, Annotation[] annotations)
AbstractMultipartWriter.asyncWritePart(AsyncOutputStream, byte[], OutputPart, MultivaluedMap, Annotation[])