|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.router.tunnel.FragmentTest
Simple test to see if the fragmentation is working, testing the preprocessor, FragmentHandler, and FragmentedMessage operation.
Constructor Summary | |
FragmentTest()
|
Method Summary | |
static void |
main(java.lang.String[] args)
|
void |
runDelayed()
Send a fragmented message, except wait a while between each fragment, causing the defragmentation to fail (since the fragments will expire) |
void |
runMultiple()
Send a message with two fragments through with no delay |
void |
runSingle()
Send a message that fits inside a single fragment through |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FragmentTest()
Method Detail |
public void runSingle()
public void runMultiple()
public void runDelayed()
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |