Network/test/dorkbox/network
nathan f4e94f2562 Initial implementation of UDP session channels. todo: closing them when
inactive  (via timeouts, since udp doesn't have sessions). Can now have
3 types of connections, TCP, UDP, and TCP+UDP
2018-02-16 21:03:07 +01:00
..
connection Made changes to the StorageSystem (IOExceptions, default serialization 2017-08-02 22:12:50 +02:00
dns Improved memory/gc usage, replaced generic hashmaps with implementation 2018-01-28 17:56:36 +01:00
kryo Fixed package name. The standard package naming 2017-09-22 09:25:10 +02:00
rmi Initial implementation of UDP session channels. todo: closing them when 2018-02-16 21:03:07 +01:00
BaseTest.java Cleanup for EndPointBase 2018-01-25 17:03:59 +01:00
ChunkedDataIdleTest.java Initial implementation of UDP session channels. todo: closing them when 2018-02-16 21:03:07 +01:00
ClientSendTest.java Cleaned up exceptions in tests 2018-01-27 23:06:02 +01:00
ConnectionTest.java Initial implementation of UDP session channels. todo: closing them when 2018-02-16 21:03:07 +01:00
DisconnectReconnectTest.java Changed ReconnectTest -> DisconnectReconnectTest 2018-01-30 23:50:44 +01:00
DiscoverHostTest.java Initial implementation of UDP session channels. todo: closing them when 2018-02-16 21:03:07 +01:00
IdleTest.java Cleaned up exceptions in tests 2018-01-27 23:06:02 +01:00
LargeResizeBufferTest.java Cleaned up exceptions in tests 2018-01-27 23:06:02 +01:00
ListenerTest.java Initial implementation of UDP session channels. todo: closing them when 2018-02-16 21:03:07 +01:00
MultipleServerTest.java Cleaned up exceptions in tests 2018-01-27 23:06:02 +01:00
MultipleThreadTest.java Initial implementation of UDP session channels. todo: closing them when 2018-02-16 21:03:07 +01:00
PingPongLocalTest.java Cleaned up exceptions in tests 2018-01-27 23:06:02 +01:00
PingPongTest.java Cleaned up exceptions in tests 2018-01-27 23:06:02 +01:00
PingTest.java Cleaned up exceptions in tests 2018-01-27 23:06:02 +01:00
ReconnectTest.java Initial implementation of UDP session channels. todo: closing them when 2018-02-16 21:03:07 +01:00
UnregisteredClassTest.java Cleaned up exceptions in tests 2018-01-27 23:06:02 +01:00