Interface RequestWriter.ContentWriter
- 
- All Known Implementing Classes:
- RequestWriter.StringPayloadContentWriter
 - Enclosing class:
- RequestWriter
 
 public static interface RequestWriter.ContentWriter
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContentType()voidwrite(OutputStream os)
 
- 
- 
- 
Method Detail- 
writevoid write(OutputStream os) throws IOException - Throws:
- IOException
 
 - 
getContentTypeString getContentType() 
 
- 
 
-