|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.transport.http.StreamPayloadRequestEntity
public class StreamPayloadRequestEntity
Constructor Summary | |
---|---|
StreamPayloadRequestEntity(OutputHandler outputHandler,
MuleEvent event)
|
Method Summary | |
---|---|
long |
getContentLength()
|
java.lang.String |
getContentType()
|
boolean |
isRepeatable()
|
void |
writeRequest(java.io.OutputStream outputStream)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StreamPayloadRequestEntity(OutputHandler outputHandler, MuleEvent event)
Method Detail |
---|
public boolean isRepeatable()
isRepeatable
in interface RequestEntity
public void writeRequest(java.io.OutputStream outputStream) throws java.io.IOException
writeRequest
in interface RequestEntity
java.io.IOException
public long getContentLength()
getContentLength
in interface RequestEntity
public java.lang.String getContentType()
getContentType
in interface RequestEntity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |