org.jgroups.protocols
Class PIGGYBACK
public
class
PIGGYBACK
extends Protocol
Combines multiple messages into a single large one. As many messages as possible are combined into
one, after a max timeout or when the msg size becomes too big the message is sent. On the receiving
side, the large message is spliced into the smaller ones and delivered.
public void down(
Event evt)
public String getName()
All protocol names have to be unique !
public boolean setProperties(Properties props)
public void start()
public void stop()
public void up(
Event evt)
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.