Uses of Class
org.jgroups.protocols.DROP
-
Packages that use DROP Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of DROP in org.jgroups.protocols
Methods in org.jgroups.protocols that return DROP Modifier and Type Method Description DROP
DROP. addDownFilter(java.util.function.Predicate<Message> filter)
DROP
DROP. addUpFilter(java.util.function.Predicate<Message> filter)
DROP
DROP. clearDownFilters()
DROP
DROP. clearUpFilters()
DROP
DROP. removeDownFilter(java.util.function.Predicate<Message> filter)
DROP
DROP. removeUpFilter(java.util.function.Predicate<Message> filter)
-