|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.hessian.io.HessianDebugState
public class HessianDebugState
Debugging input stream for Hessian requests.
Field Summary |
---|
Constructor Summary | |
---|---|
HessianDebugState(java.io.PrintWriter dbg)
Creates an uninitialized Hessian input stream. |
Method Summary | |
---|---|
int |
getDepth()
|
void |
next(int ch)
Reads a character. |
void |
setDepth(int depth)
|
void |
startData1()
|
void |
startStreaming()
|
void |
startTop2()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HessianDebugState(java.io.PrintWriter dbg)
Method Detail |
---|
public void startTop2()
public void startData1()
public void startStreaming()
public void next(int ch) throws java.io.IOException
java.io.IOException
public void setDepth(int depth)
public int getDepth()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |