Uses of Class
org.jgroups.protocols.DROP
Packages that use DROP
Package
Description
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 DROPModifier and TypeMethodDescriptionDROP.addDownFilter(Predicate<Message> filter) DROP.addUpFilter(Predicate<Message> filter) DROP.clearAllFilters()DROP.clearDownFilters()DROP.clearUpFilters()DROP.removeDownFilter(Predicate<Message> filter) DROP.removeUpFilter(Predicate<Message> filter)