Package org.jgroups.blocks.mux

Interface Summary
Muxer<T> Allows registration/deregistrator of multiplexed handlers by mux id.
StateTransferFilter Allows an component that integrates with MuxUpHandler to accept or reject partial state transfer events.
 

Class Summary
MuxHeader Header that identifies the target handler for multiplexed dispatches.
MuxMessageDispatcher A multiplexed message dispatcher.
MuxRequestCorrelator A request correlator that adds a mux header to incoming and outgoing messages.
MuxRpcDispatcher A multiplexed message dispatcher.
MuxUpHandler Allows up handler multiplexing.
NoMuxHandler Returned by MuxUpHandler when a message is received with a specific MuxHeader, but no corresponding handler is registered.
NoMuxHandlerRspFilter Response filter that reject any NoMuxHandler responses.
StateTransferFilterAdapter Supports the UpHandler interface and the StateTransferFilter interface by delegating to two independent objects each of which implements one of the interfaces.
 



Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.