public class StreamPayloadRequestEntity extends Object implements RequestEntity
Constructor and Description |
---|
StreamPayloadRequestEntity(OutputHandler outputHandler,
MuleEvent event) |
Modifier and Type | Method and Description |
---|---|
long |
getContentLength() |
String |
getContentType() |
boolean |
isRepeatable() |
void |
writeRequest(OutputStream outputStream) |
public StreamPayloadRequestEntity(OutputHandler outputHandler, MuleEvent event)
public boolean isRepeatable()
isRepeatable
in interface RequestEntity
public void writeRequest(OutputStream outputStream) throws IOException
writeRequest
in interface RequestEntity
IOException
public long getContentLength()
getContentLength
in interface RequestEntity
public String getContentType()
getContentType
in interface RequestEntity
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.