Interface RawInput
- 
 public interface RawInputRaw data stream supplied by the body of a PUT or POST.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetContentLength()StringgetContentType()InputStreamgetInputStream()
 
- 
- 
- 
Method Detail- 
getContentTypeString getContentType() 
 - 
getContentLengthlong getContentLength() 
 - 
getInputStreamInputStream getInputStream() throws IOException - Throws:
- IOException
 
 
- 
 
-