|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.quercus.lib.curl.PostBody
public abstract class PostBody
Constructor Summary | |
---|---|
PostBody()
|
Method Summary | |
---|---|
abstract long |
getContentLength()
|
abstract java.lang.String |
getContentType()
|
protected abstract boolean |
init(Env env,
Value body)
|
abstract 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 PostBody()
Method Detail |
---|
protected abstract boolean init(Env env, Value body)
public abstract long getContentLength()
public abstract java.lang.String getContentType()
public abstract void writeTo(Env env, java.io.OutputStream os) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |