Package | Description |
---|---|
org.jgroups |
Provides top-level public JGroups classes such as Channel, Message, etc.
|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
org.jgroups.blocks.mux |
Modifier and Type | Field and Description |
---|---|
protected UpHandler |
Channel.up_handler |
Modifier and Type | Method and Description |
---|---|
UpHandler |
Channel.getUpHandler()
Returns UpHandler installed for this channel
|
Modifier and Type | Method and Description |
---|---|
void |
Channel.setUpHandler(UpHandler up_handler)
Sets this channel event handler to be a recipient off all events .
|
Modifier and Type | Method and Description |
---|---|
UpHandler |
MessageDispatcher.getProtocolAdapter() |
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Class and Description |
---|---|
class |
MuxUpHandler
Allows up handler multiplexing.
|
Modifier and Type | Method and Description |
---|---|
UpHandler |
MuxUpHandler.get(short id)
Gets the handler registered under the specified id
|
UpHandler |
MuxUpHandler.getDefaultHandler() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
MuxUpHandler(UpHandler defaultHandler)
Creates a multiplexing up handler using the specified default handler.
|
Copyright © 1998-2020 Red Hat. All Rights Reserved.