public interface InputItem
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getBody() |
<T> T |
getBody(Class<T> type,
Type genericType) |
String |
getBodyAsString() |
String |
getFilename() |
javax.ws.rs.core.MultivaluedMap<String,String> |
getHeaders() |
javax.ws.rs.core.MediaType |
getMediaType() |
String |
getName() |
String getName()
String getFilename()
javax.ws.rs.core.MediaType getMediaType()
InputStream getBody() throws IOException
IOException<T> T getBody(Class<T> type, Type genericType) throws IOException
IOExceptionString getBodyAsString() throws IOException
IOExceptionCopyright © 2012–2016 Codenvy, S.A.. All rights reserved.