Package | Description |
---|---|
com.caucho.hessian.mux |
Modifier and Type | Method and Description |
---|---|
boolean |
MuxServer.readRequest(MuxInputStream in,
MuxOutputStream out)
Reads a server request.
|
boolean |
MuxServer.startCall(int channel,
MuxInputStream in,
MuxOutputStream out)
Starts a client call.
|
boolean |
MuxServer.startCall(MuxInputStream in,
MuxOutputStream out)
Starts a client call.
|