public class BinaryRequestWriter extends RequestWriter
RequestWriter
Modifier and Type | Class and Description |
---|---|
(package private) class |
BinaryRequestWriter.BAOS |
RequestWriter.LazyContentStream
UTF_8
Constructor and Description |
---|
BinaryRequestWriter() |
Modifier and Type | Method and Description |
---|---|
ContentStream |
getContentStream(UpdateRequest request) |
java.util.Collection<ContentStream> |
getContentStreams(SolrRequest req) |
java.lang.String |
getPath(SolrRequest req) |
java.lang.String |
getUpdateContentType() |
void |
write(SolrRequest request,
java.io.OutputStream os) |
isNull
public java.util.Collection<ContentStream> getContentStreams(SolrRequest req) throws java.io.IOException
getContentStreams
in class RequestWriter
java.io.IOException
public java.lang.String getUpdateContentType()
getUpdateContentType
in class RequestWriter
public ContentStream getContentStream(UpdateRequest request) throws java.io.IOException
getContentStream
in class RequestWriter
java.io.IOException
public void write(SolrRequest request, java.io.OutputStream os) throws java.io.IOException
write
in class RequestWriter
java.io.IOException
public java.lang.String getPath(SolrRequest req)
getPath
in class RequestWriter