Uses of Class
com.caucho.hessian.mux.MuxInputStream
-
Packages that use MuxInputStream Package Description com.caucho.hessian.mux -
-
Uses of MuxInputStream in com.caucho.hessian.mux
Methods in com.caucho.hessian.mux with parameters of type MuxInputStream Modifier and Type Method Description booleanMuxServer. readRequest(MuxInputStream in, MuxOutputStream out)Reads a server request.booleanMuxServer. startCall(int channel, MuxInputStream in, MuxOutputStream out)Starts a client call.booleanMuxServer. startCall(MuxInputStream in, MuxOutputStream out)Starts a client call.
-