| Package | Description |
|---|---|
| org.everrest.core.impl.provider.multipart |
| Modifier and Type | Method and Description |
|---|---|
static OutputItem |
OutputItem.create(String name,
Object entity,
Class<?> type,
Type genericType,
javax.ws.rs.core.MediaType mediaType,
String fileName) |
static OutputItem |
OutputItem.create(String name,
Object entity,
javax.ws.rs.core.MediaType mediaType) |
static OutputItem |
OutputItem.create(String name,
Object entity,
javax.ws.rs.core.MediaType mediaType,
String fileName) |
static OutputItem |
OutputItem.create(String name,
Object entity,
Type genericType,
javax.ws.rs.core.MediaType mediaType,
String fileName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseMultipartFormDataWriter.writeItem(OutputItem item,
OutputStream output,
byte[] boundary) |
| Modifier and Type | Method and Description |
|---|---|
long |
CollectionMultipartFormDataMessageBodyWriter.getSize(Collection<OutputItem> items,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
void |
BaseMultipartFormDataWriter.writeItems(Collection<OutputItem> items,
OutputStream output,
byte[] boundary) |
void |
CollectionMultipartFormDataMessageBodyWriter.writeTo(Collection<OutputItem> items,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
Copyright © 2012–2016 Codenvy, S.A.. All rights reserved.