Package org.jgroups.mux


package org.jgroups.mux
  • Classes
    Class
    Description
    The multiplexer allows multiple channel interfaces to be associated with one underlying instance of JChannel.
    Multiplexer channel is a lightweight version of a regular channel where multiple MuxChannel(s) share the same underlying regular channel.
    Header used for multiplexing and de-multiplexing between service components on top of a Multiplexer (Channel)
    Class used for service state communication between Multiplexers