| Interface | Description |
|---|---|
| Muxer<T> |
Allows registration/deregistrator of multiplexed handlers by mux id.
|
| Class | Description |
|---|---|
| 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. |
Copyright © 1998-2020 Red Hat. All Rights Reserved.