Interface RawInput
public interface RawInput
Raw data stream supplied by the body of a PUT or POST.
-
Method Summary
Modifier and TypeMethodDescriptionlong
-
Method Details
-
getContentType
String getContentType() -
getContentLength
long getContentLength() -
getInputStream
- Throws:
IOException
-