Uses of Class
com.caucho.hessian.mux.MuxServer

Packages that use MuxServer
com.caucho.hessian.mux   
 

Uses of MuxServer in com.caucho.hessian.mux
 

Fields in com.caucho.hessian.mux declared as MuxServer
private  MuxServer MuxInputStream.server
           
private  MuxServer MuxOutputStream.server
           
 

Methods in com.caucho.hessian.mux with parameters of type MuxServer
protected  void MuxInputStream.init(MuxServer server, int channel)
          Initialize the multiplexor with input and output streams.
protected  void MuxOutputStream.init(MuxServer server, int channel)
          Initialize the multiplexor with input and output streams.