|
||||||||||
| 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
public abstract class 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()
|
|
| Method Summary | |
|---|---|
void |
startCall(java.lang.String method,
int length)
Starts the method call:
C string int
|
| Methods inherited from class com.caucho.hessian.io.AbstractHessianOutput |
|---|
addRef, call, close, completeCall, completeReply, findSerializerFactory, flush, getRef, getSerializerFactory, init, removeRef, replaceRef, resetReferences, setSerializerFactory, startCall, startReply, writeBoolean, writeByteBufferEnd, writeByteBufferPart, writeByteBufferStart, writeBytes, writeBytes, writeByteStream, writeClassFieldLength, writeDouble, writeFault, writeHeader, writeInt, writeListBegin, writeListEnd, writeLong, writeMapBegin, writeMapEnd, writeMethod, writeNull, writeObject, writeObjectBegin, writeObjectEnd, writeRef, writeReply, 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()
| Method Detail |
|---|
public void startCall(java.lang.String method,
int length)
throws java.io.IOException
AbstractHessianOutput
C string int
startCall in class AbstractHessianOutputmethod - the method name to call.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||