|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
com.caucho.hessian.io.HessianDebugInputStream
public class HessianDebugInputStream
Debugging input stream for Hessian requests.
Nested Class Summary | |
---|---|
(package private) static class |
HessianDebugInputStream.LogWriter
|
Field Summary | |
---|---|
private java.io.InputStream |
_is
|
private HessianDebugState |
_state
|
Constructor Summary | |
---|---|
HessianDebugInputStream(java.io.InputStream is,
java.util.logging.Logger log,
java.util.logging.Level level)
Creates an uninitialized Hessian input stream. |
|
HessianDebugInputStream(java.io.InputStream is,
java.io.OutputStream os)
Creates an uninitialized Hessian input stream. |
|
HessianDebugInputStream(java.io.InputStream is,
java.io.PrintWriter dbg)
Creates an uninitialized Hessian input stream. |
Method Summary | |
---|---|
void |
close()
closes the stream. |
int |
read()
Reads a character. |
void |
setDepth(int depth)
|
void |
startData1()
|
void |
startStreaming()
|
void |
startTop2()
|
Methods inherited from class java.io.InputStream |
---|
available, mark, markSupported, read, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.io.InputStream _is
private HessianDebugState _state
Constructor Detail |
---|
public HessianDebugInputStream(java.io.InputStream is, java.io.OutputStream os)
public HessianDebugInputStream(java.io.InputStream is, java.io.PrintWriter dbg)
public HessianDebugInputStream(java.io.InputStream is, java.util.logging.Logger log, java.util.logging.Level level)
Method Detail |
---|
public void startTop2()
public void startData1()
public void startStreaming()
public void setDepth(int depth)
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in class java.io.InputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |