|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.hessian.io.AbstractHessianInput
com.caucho.burlap.io.AbstractBurlapInput
public abstract class AbstractBurlapInput
Abstract base class for Burlap requests. Burlap users should only need to use the methods in this class.
Note, this class is just an extension of AbstractHessianInput.
AbstractBurlapInput in = ...; // get input String value; in.startReply(); // read reply header value = in.readString(); // read string value in.completeReply(); // read reply footer
Constructor Summary | |
---|---|
AbstractBurlapInput()
|
Method Summary |
---|
Methods inherited from class com.caucho.hessian.io.AbstractHessianInput |
---|
addRef, completeCall, completeReply, getMethod, getReader, getRemoteResolver, init, isEnd, readBoolean, readBytes, readDouble, readEnd, readInputStream, readInt, readLength, readListEnd, readListStart, readLong, readMapEnd, readMapStart, readNode, readNull, readObject, readObject, readRef, readRemote, readReply, readString, readType, readUTCDate, setRef, setRemoteResolver, startCall, startReply |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractBurlapInput()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |