Uses of Class
org.jgroups.protocols.FRAG.FragmentationTable
Packages that use FRAG.FragmentationTable
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of FRAG.FragmentationTable in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type FRAG.FragmentationTableModifier and TypeFieldDescriptionprivate final HashMap<Address, FRAG.FragmentationTable> FRAG.FragmentationList.frag_tablesMethods in org.jgroups.protocols that return FRAG.FragmentationTableModifier and TypeMethodDescriptionreturns a fragmentation table for this sender returns null if the sender doesn't have a fragmentation tableMethods in org.jgroups.protocols with parameters of type FRAG.FragmentationTableModifier and TypeMethodDescriptionvoidFRAG.FragmentationList.add(Address sender, FRAG.FragmentationTable table) Adds a fragmentation table for this particular sender If this sender already has a fragmentation table, an IllegalArgumentException will be thrown.