程序包 | 说明 |
---|---|
com.fr.third.jgroups |
Provides top-level public JGroups classes such as Channel, Message, etc.
|
com.fr.third.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
com.fr.third.jgroups.blocks.mux |
限定符和类型 | 字段和说明 |
---|---|
protected UpHandler |
Channel.up_handler |
限定符和类型 | 方法和说明 |
---|---|
UpHandler |
Channel.getUpHandler()
Returns UpHandler installed for this channel
|
限定符和类型 | 方法和说明 |
---|---|
void |
Channel.setUpHandler(UpHandler up_handler)
Sets this channel event handler to be a recipient off all events .
|
限定符和类型 | 方法和说明 |
---|---|
UpHandler |
MessageDispatcher.getProtocolAdapter() |
限定符和类型 | 方法和说明 |
---|---|
protected void |
MessageDispatcher.installUpHandler(UpHandler handler,
boolean canReplace)
Sets the given UpHandler as the UpHandler for the channel, or, if the
channel already has a Muxer installed as it's UpHandler, sets the given
handler as the Muxer's
default handler . |
限定符和类型 | 类和说明 |
---|---|
class |
MuxUpHandler
Allows up handler multiplexing.
|
限定符和类型 | 方法和说明 |
---|---|
UpHandler |
MuxUpHandler.get(short id)
Gets the handler registered under the specified id
|
UpHandler |
MuxUpHandler.getDefaultHandler() |
限定符和类型 | 方法和说明 |
---|---|
void |
MuxUpHandler.add(short id,
UpHandler handler)
Registers the specified handler to handle messages containing a mux header with the specified mux identifier.
|
void |
MuxUpHandler.setDefaultHandler(UpHandler handler) |
构造器和说明 |
---|
MuxUpHandler(UpHandler defaultHandler)
Creates a multiplexing up handler using the specified default handler.
|