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 UpHandlerJChannel. up_handlerMethods in org.jgroups that return UpHandler Modifier and Type Method Description UpHandlerJChannel. getUpHandler()UpHandlerUpHandler. setLocalAddress(Address a)Methods in org.jgroups with parameters of type UpHandler Modifier and Type Method Description JChannelJChannel. setUpHandler(UpHandler h) -
Uses of UpHandler in org.jgroups.blocks
Classes in org.jgroups.blocks that implement UpHandler Modifier and Type Class Description protected classMessageDispatcher.ProtocolAdapterMethods in org.jgroups.blocks that return UpHandler Modifier and Type Method Description UpHandlerMessageDispatcher. getProtocolAdapter()UpHandlerMessageDispatcher. protocolAdapter()UpHandlerMessageDispatcher.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.
-