public class ObjectWriterRequestEntity extends Object implements RequestEntity
RequestEntity
that writes a list of object through
an ObjectOutputStream
.Constructor and Description |
---|
ObjectWriterRequestEntity() |
Modifier and Type | Method and Description |
---|---|
void |
add(String methodName,
Object... objects) |
long |
getContentLength() |
String |
getContentType() |
boolean |
isRepeatable() |
void |
writeRequest(OutputStream out) |
public boolean isRepeatable()
isRepeatable
in interface RequestEntity
public void writeRequest(OutputStream out) throws IOException
writeRequest
in interface RequestEntity
IOException
public long getContentLength()
getContentLength
in interface RequestEntity
public String getContentType()
getContentType
in interface RequestEntity
Copyright © 2011 Nuxeo SA. All Rights Reserved.