|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.quercus.lib.curl.PostBody
com.caucho.quercus.lib.curl.MultipartBody
public class MultipartBody
Constructor Summary | |
---|---|
MultipartBody()
|
Method Summary | |
---|---|
long |
getContentLength()
|
java.lang.String |
getContentType()
|
protected boolean |
init(Env env,
Value body)
|
void |
writeTo(Env env,
java.io.OutputStream os)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultipartBody()
Method Detail |
---|
protected boolean init(Env env, Value body)
init
in class PostBody
public java.lang.String getContentType()
getContentType
in class PostBody
public long getContentLength()
getContentLength
in class PostBody
public void writeTo(Env env, java.io.OutputStream os) throws java.io.IOException
writeTo
in class PostBody
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |