Commit Graph

21 Commits

Author SHA1 Message Date
0f3907448e Extract various sender/forwarder functionality to general loader 2015-06-21 14:50:29 +01:00
f77194ad16 Add sender/receiver functionality 2015-06-21 14:49:11 +01:00
d620a70eb8 Remove obsolete debug messages 2015-06-21 12:35:25 +01:00
88eec41139 Migrate custom tests for UDP communication to junit, all current tests pass 2015-06-21 12:25:56 +01:00
8e410c263a Replace simple test code for UDP unicast communication by junit test 2015-06-15 23:20:59 +01:00
6290eb98da Delete obsolete code for testing TCP client/server model 2015-06-15 23:01:22 +01:00
139bb64b0b Move some test code and add junit tests for TCP channel and socket communication 2015-06-15 22:57:19 +01:00
2775033012 Snapshot of fixed implementation on various components of client/server model 2015-06-15 22:56:05 +01:00
fadde43e64 Refactor some code in worker model 2015-06-15 22:54:10 +01:00
eeab850a95 Fix logging dependency problem and add wrapper 2015-06-15 22:48:36 +01:00
9a34920679 Snapshot of implementation of general tcp/udp server/client/sender/receiver framework 2015-06-11 22:42:14 +01:00
1c85ae6e70 Extract some functionality of loader to abstract template 2015-06-11 22:41:02 +01:00
25ec09eb1f Reroute input objects by finding appropriate handlers using reflection 2015-06-11 22:40:21 +01:00
a041c1f79a Minor modifications 2015-06-11 22:38:52 +01:00
510c42dffd Some refactoring 2015-06-11 22:31:39 +01:00
c92a6dcb6f Initial test implementation of UDP/TCP communication using simple sockets and socket channels, includes required changes to worker models 2015-05-15 20:18:16 +01:00
0f7c701814 Migrate to advanced worker model for worker/listener/timer using direct/thread/pool executor 2015-04-26 18:15:55 +01:00
df0200e4c6 Initial implementation of Worker and Listener using Executor framework 2015-04-26 11:35:03 +01:00
cf66d68c00 Initial work on worker based udp/tcp client/server implementations 2015-04-26 11:34:13 +01:00
1d23467f11 Add various utility classes 2015-04-26 11:32:52 +01:00
43159f8de1 Move worker system to base subproject 2014-10-14 16:51:13 +01:00