public class RemoteBulkInsertOperation.BulkInsertEntity extends Object implements org.apache.http.HttpEntity
Constructor and Description |
---|
RemoteBulkInsertOperation.BulkInsertEntity(BulkInsertOptions options,
CancellationTokenSource.CancellationToken cancellationToken) |
Modifier and Type | Method and Description |
---|---|
void |
consumeContent()
Deprecated.
|
InputStream |
getContent() |
org.apache.http.Header |
getContentEncoding() |
long |
getContentLength() |
org.apache.http.Header |
getContentType() |
boolean |
isChunked() |
boolean |
isRepeatable() |
boolean |
isStreaming() |
void |
writeTo(OutputStream outstream) |
public RemoteBulkInsertOperation.BulkInsertEntity(BulkInsertOptions options, CancellationTokenSource.CancellationToken cancellationToken)
public boolean isRepeatable()
isRepeatable
in interface org.apache.http.HttpEntity
public boolean isChunked()
isChunked
in interface org.apache.http.HttpEntity
public long getContentLength()
getContentLength
in interface org.apache.http.HttpEntity
public org.apache.http.Header getContentType()
getContentType
in interface org.apache.http.HttpEntity
public org.apache.http.Header getContentEncoding()
getContentEncoding
in interface org.apache.http.HttpEntity
public InputStream getContent() throws IOException, IllegalStateException
getContent
in interface org.apache.http.HttpEntity
IOException
IllegalStateException
public void writeTo(OutputStream outstream) throws IOException
writeTo
in interface org.apache.http.HttpEntity
IOException
public boolean isStreaming()
isStreaming
in interface org.apache.http.HttpEntity
@Deprecated public void consumeContent() throws IOException
consumeContent
in interface org.apache.http.HttpEntity
IOException
Copyright © 2016. All Rights Reserved.