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