|
||||||||||
| 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(Hessian2Output out)
|
|
Hessian2StreamingOutput(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. |
Hessian2Output |
getHessian2Output()
|
boolean |
isCloseStreamOnClose()
|
void |
setCloseStreamOnClose(boolean isClose)
|
void |
writeObject(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(OutputStream os)
os - the underlying output stream.public Hessian2StreamingOutput(Hessian2Output out)
| Method Detail |
|---|
public Hessian2Output getHessian2Output()
public void setCloseStreamOnClose(boolean isClose)
public boolean isCloseStreamOnClose()
public void writeObject(Object object)
throws IOException
IOException
public void flush()
throws IOException
IOException
public void close()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||