|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
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
构造方法摘要 | |
---|---|
AbstractBurlapInput()
|
方法摘要 |
---|
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public AbstractBurlapInput()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |