|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.hessian.io.AbstractHessianOutput
com.caucho.burlap.io.AbstractBurlapOutput
Abstract output stream for Burlap requests.
OutputStream os = ...; // from http connection AbstractOutput out = new BurlapSerializerOutput(os); String value; out.startCall("hello"); // start hello call out.writeString("arg1"); // write a string argument out.completeCall(); // complete the call
Field Summary |
Fields inherited from class com.caucho.hessian.io.AbstractHessianOutput |
_serializerFactory |
Constructor Summary | |
AbstractBurlapOutput()
|
Methods inherited from class com.caucho.hessian.io.AbstractHessianOutput |
addRef, completeCall, init, removeRef, replaceRef, setSerializerFactory, startCall, writeBoolean, writeByteBufferEnd, writeByteBufferPart, writeBytes, writeBytes, writeDouble, writeInt, writeListBegin, writeListEnd, writeLong, writeMapBegin, writeMapEnd, writeNull, writeObject, writeRef, writeRemote, writeString, writeString, writeUTCDate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractBurlapOutput()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |