Class MuxServer

java.lang.Object
com.caucho.hessian.mux.MuxServer

public class MuxServer extends Object
Hessian Mux, a peer-to-peer protocol.
  • Constructor Details

    • MuxServer

      public MuxServer()
      Null argument constructor.
    • MuxServer

      public MuxServer(InputStream is, OutputStream os, boolean isClient)
      Create a new multiplexor with input and output streams.
      Parameters:
      is - the underlying input stream
      os - the underlying output stream
      isClient - true if this is the connection client.
  • Method Details