|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
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
| 构造方法摘要 | |
|---|---|
AbstractBurlapOutput()
|
|
| 方法摘要 | |
|---|---|
void |
startCall(java.lang.String method,
int length)
Starts the method call:
C string int
|
| 从类 java.lang.Object 继承的方法 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public AbstractBurlapOutput()
| 方法详细信息 |
|---|
public void startCall(java.lang.String method,
int length)
throws java.io.IOException
AbstractHessianOutput 复制的描述
C string int
AbstractHessianOutput 中的 startCallmethod - the method name to call.
java.io.IOException
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||