public class BodyEntityWrapper
extends org.apache.http.entity.AbstractHttpEntity
| Constructor and Description |
|---|
BodyEntityWrapper(String sql,
org.apache.http.HttpEntity content) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getContent() |
long |
getContentLength() |
boolean |
isRepeatable() |
boolean |
isStreaming() |
void |
writeTo(OutputStream outstream) |
public BodyEntityWrapper(String sql, org.apache.http.HttpEntity content)
public boolean isRepeatable()
public long getContentLength()
public InputStream getContent() throws IOException, UnsupportedOperationException
public void writeTo(OutputStream outstream) throws IOException
IOExceptionpublic boolean isStreaming()
Copyright © 2020. All rights reserved.