| 接口 | 说明 |
|---|---|
| Muxer<T> |
Allows registration/deregistrator of multiplexed handlers by mux id.
|
| 类 | 说明 |
|---|---|
| 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. |