public class InputStreamHttpEntity extends Object implements HttpEntity
Constructor and Description |
---|
InputStreamHttpEntity(InputStream inputStream) |
InputStreamHttpEntity(Integer contentLength,
InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
int |
getContentLength() |
InputStream |
getInputStream() |
boolean |
hasContentLength() |
public InputStreamHttpEntity(Integer contentLength, InputStream inputStream)
public InputStreamHttpEntity(InputStream inputStream)
public int getContentLength()
public boolean hasContentLength()
public InputStream getInputStream()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.