Network/test/dorkboxTest/network/rmi
2020-08-30 23:16:09 +02:00
..
classes Added RMI serialization syncrhonization between the server/client during the handshake. Fixed serialization for sending RMI objects in both directions. Removed NetworkSerializationManager, and instead pass the Serialization implementation. 2020-08-26 15:39:29 +02:00
multiJVM Moved serialization validation to it's own test (it's has nothing to do with RMI), refactored RmiTest 2020-08-30 23:16:09 +02:00
RmiCommonTest.kt Moved serialization validation to it's own test (it's has nothing to do with RMI), refactored RmiTest 2020-08-30 23:16:09 +02:00
RmiDelayedInvocationSpamTest.kt Code cleanup 2020-08-28 10:21:54 +02:00
RmiDelayedInvocationTest.kt Code cleanup 2020-08-28 10:21:54 +02:00
RmiOverrideAndProxyTest.kt Added edge case for RMI registration 2020-08-28 10:22:25 +02:00
RmiPackIdTest.kt rmiID is ALWAYS on the right for packed IDs. Fixed rmiID unsigned operations. WIP suspend proxy invocations 2020-08-20 13:08:36 +02:00
RmiSimpleTest.kt Moved serialization validation to it's own test (it's has nothing to do with RMI), refactored RmiTest 2020-08-30 23:16:09 +02:00
SuspendProxyTest.kt Added correct proxy+suspend example 2020-08-22 20:43:03 +02:00