com.caucho.burlap.io
Class AbstractBurlapInput
java.lang.Object
com.caucho.hessian.io.AbstractHessianInput
com.caucho.burlap.io.AbstractBurlapInput
- Direct Known Subclasses:
- BurlapInput
public abstract class AbstractBurlapInput
- extends AbstractHessianInput
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
| Methods inherited from class com.caucho.hessian.io.AbstractHessianInput |
addRef, close, completeCall, completeReply, getMethod, getReader, getRemoteResolver, init, isEnd, readBoolean, readBytes, readCall, readDouble, readEnd, readHeader, readInputStream, readInt, readLength, readListEnd, readListStart, readLong, readMapEnd, readMapStart, readMethod, readMethodArgLength, readNode, readNull, readObject, readObject, readRef, readRemote, readReply, readString, readToOutputStream, readType, readUTCDate, resetReferences, setRef, setRemoteResolver, setSerializerFactory, skipOptionalCall, startCall, startReply, startReplyBody |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractBurlapInput
public AbstractBurlapInput()
Copyright © 2013. All Rights Reserved.