|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.hessian.io.Hessian2StreamingOutput
public class Hessian2StreamingOutput
Output stream for Hessian 2 streaming requests.
Constructor Summary | |
---|---|
Hessian2StreamingOutput(java.io.OutputStream os)
Creates a new Hessian output stream, initialized with an underlying output stream. |
Method Summary | |
---|---|
void |
close()
Close the output. |
void |
flush()
Flushes the output. |
boolean |
isCloseStreamOnClose()
|
void |
setCloseStreamOnClose(boolean isClose)
|
void |
writeObject(java.lang.Object object)
Writes any object to the output stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Hessian2StreamingOutput(java.io.OutputStream os)
os
- the underlying output stream.Method Detail |
---|
public void setCloseStreamOnClose(boolean isClose)
public boolean isCloseStreamOnClose()
public void writeObject(java.lang.Object object) throws java.io.IOException
java.io.IOException
public void flush() throws java.io.IOException
java.io.IOException
public void close() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |