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 | |
org.jgroups.mux |
Modifier and Type | Field and Description |
---|---|
protected UpHandler |
Channel.up_handler |
Modifier and Type | Method and Description |
---|---|
UpHandler |
Channel.getUpHandler() |
Modifier and Type | Method and Description |
---|---|
void |
Channel.setUpHandler(UpHandler up_handler)
When up_handler is set, all events will be passed to it directly.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
Multiplexer
Deprecated.
|
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.