Uses of Class
com.caucho.hessian.mux.MuxOutputStream
-
Packages that use MuxOutputStream Package Description com.caucho.hessian.mux -
-
Uses of MuxOutputStream in com.caucho.hessian.mux
Methods in com.caucho.hessian.mux with parameters of type MuxOutputStream 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.
-