|
||||||||||
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.
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.PrintWriter dbg)
Creates an uninitialized Hessian input stream. |
Method Summary | |
---|---|
void |
close()
closes the stream. |
int |
read()
Reads a character. |
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 |
Constructor Detail |
---|
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 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 |