|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
com.caucho.hessian.io.HessianDebugOutputStream
public class HessianDebugOutputStream
Debugging output stream for Hessian requests.
| Constructor Summary | |
|---|---|
HessianDebugOutputStream(Logger log,
Level level)
Creates an uninitialized Hessian input stream. |
|
HessianDebugOutputStream(OutputStream os,
Logger log,
Level level)
Creates an uninitialized Hessian input stream. |
|
HessianDebugOutputStream(OutputStream os,
PrintWriter dbg)
Creates an uninitialized Hessian input stream. |
|
| Method Summary | |
|---|---|
void |
close()
closes the stream. |
void |
flush()
|
void |
initPacket(OutputStream os)
|
void |
startStreaming()
|
void |
startTop2()
|
void |
write(int ch)
Writes a character. |
| Methods inherited from class java.io.OutputStream |
|---|
write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HessianDebugOutputStream(OutputStream os,
PrintWriter dbg)
public HessianDebugOutputStream(OutputStream os,
Logger log,
Level level)
public HessianDebugOutputStream(Logger log,
Level level)
| Method Detail |
|---|
public void initPacket(OutputStream os)
public void startTop2()
public void startStreaming()
public void write(int ch)
throws IOException
write in class OutputStreamIOException
public void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOException
public void close()
throws IOException
close in interface Closeableclose in class OutputStreamIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||