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