org.jgroups.tests.stack.GossipTest Tests Gossip protocol primitives with the new GossipRouter. Since 2.2.1, the GossipRouter is supposed to answer Gossip requests too. <p/> It is possible to switch all tests to use an old GossipServer by setting USE_ROUTER to false; @author Ovidiu Feodorov <ovidiuf@users.sourceforge.net&g ...
org.quickserver.net.server.ClientHandler Class that handles clients for QuickServer. <p> This class is used by {@link QuickServer} to handle each new client connected. This class is responsible to handle client sockets. It can operate in both blocking mode and non-blocking mode (java nio).</p> @author Akshathkumar Shetty @aut ...
org.apache.tapestry.record.PersistentPropertyDataEncoderImpl Responsible for converting lists of {@link org.apache.tapestry.record.PropertyChange}s back and forth to a URL safe encoded string. <p> A possible improvement would be to encode the binary data with encryption both on and off, and select the shortest (prefixing with a character that identifi ...
test.compliance.modelmbean.DescriptorTEST Tests the standard required <tt>DescriptorSupport</tt> implementation. @author <a HREF="mailto:juha@jboss.org">Juha Lindfors</a>. @author <a HREF="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock</a>. @version $Revision: 1.5 $
org.apache.cocoon.transformation.LexicalTransformer This transfomer transforms special mark text part of a XML file into lexemes by using a lexicon file. <p> Input: </p> <pre> <text xmlns="http://chaperon.sourceforge.net/schema/text/1.0"> Text 123 bla </text> </pre> <p> were transform into ...