public class StreamPayloadRequestEntity extends Object implements org.apache.commons.httpclient.methods.RequestEntity
| Constructor and Description |
|---|
StreamPayloadRequestEntity(org.mule.api.transport.OutputHandler outputHandler,
org.mule.api.MuleEvent event) |
| Modifier and Type | Method and Description |
|---|---|
long |
getContentLength() |
String |
getContentType() |
boolean |
isRepeatable() |
void |
writeRequest(OutputStream outputStream) |
public StreamPayloadRequestEntity(org.mule.api.transport.OutputHandler outputHandler,
org.mule.api.MuleEvent event)
public boolean isRepeatable()
isRepeatable in interface org.apache.commons.httpclient.methods.RequestEntitypublic void writeRequest(OutputStream outputStream) throws IOException
writeRequest in interface org.apache.commons.httpclient.methods.RequestEntityIOExceptionpublic long getContentLength()
getContentLength in interface org.apache.commons.httpclient.methods.RequestEntitypublic String getContentType()
getContentType in interface org.apache.commons.httpclient.methods.RequestEntityCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.