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