Class RequestWriter.StringPayloadContentWriter
- java.lang.Object
- 
- org.apache.solr.client.solrj.request.RequestWriter.StringPayloadContentWriter
 
- 
- All Implemented Interfaces:
- RequestWriter.ContentWriter
 - Enclosing class:
- RequestWriter
 
 public static class RequestWriter.StringPayloadContentWriter extends Object implements RequestWriter.ContentWriter 
- 
- 
Constructor SummaryConstructors Constructor Description StringPayloadContentWriter(String payload, String type)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentType()voidwrite(OutputStream os)
 
- 
- 
- 
Method Detail- 
writepublic void write(OutputStream os) throws IOException - Specified by:
- writein interface- RequestWriter.ContentWriter
- Throws:
- IOException
 
 - 
getContentTypepublic String getContentType() - Specified by:
- getContentTypein interface- RequestWriter.ContentWriter
 
 
- 
 
-