Class MuxServer


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

      • 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.