Uses of Interface
org.jgroups.UpHandler
-
Packages that use UpHandler 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. -
-
Uses of UpHandler in org.jgroups
Fields in org.jgroups declared as UpHandler Modifier and Type Field Description protected UpHandler
JChannel. up_handler
Methods in org.jgroups that return UpHandler Modifier and Type Method Description UpHandler
JChannel. getUpHandler()
UpHandler
UpHandler. setLocalAddress(Address a)
Methods in org.jgroups with parameters of type UpHandler Modifier and Type Method Description JChannel
JChannel. setUpHandler(UpHandler h)
-
Uses of UpHandler in org.jgroups.blocks
Classes in org.jgroups.blocks that implement UpHandler Modifier and Type Class Description protected class
MessageDispatcher.ProtocolAdapter
Methods in org.jgroups.blocks that return UpHandler Modifier and Type Method Description UpHandler
MessageDispatcher. getProtocolAdapter()
UpHandler
MessageDispatcher. protocolAdapter()
UpHandler
MessageDispatcher.ProtocolAdapter. setLocalAddress(Address a)
Methods in org.jgroups.blocks with parameters of type UpHandler Modifier and Type Method Description protected <X extends MessageDispatcher>
XMessageDispatcher. installUpHandler(UpHandler handler, boolean canReplace)
Sets the given UpHandler as the UpHandler for the channel.
-