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.mux -
-
Uses of UpHandler in org.jgroups
Fields in org.jgroups declared as UpHandler Modifier and Type Field Description protected UpHandler
Channel. up_handler
Methods in org.jgroups with parameters of type UpHandler Modifier and Type Method Description void
Channel. setUpHandler(UpHandler up_handler)
When up_handler is set, all events will be passed to it directly. -
Uses of UpHandler in org.jgroups.mux
Classes in org.jgroups.mux that implement UpHandler Modifier and Type Class Description class
Multiplexer
The multiplexer allows multiple channel interfaces to be associated with one underlying instance of JChannel.
-