Network/src/dorkbox/network/rmi
Robinson fe98763712
All connections are now buffered - in the event there is a network issue, or a quick reconnect, and messages are sent DURING this disconnected phase, these messages will be resent on the new connection once it is connected
2023-10-28 20:54:40 +02:00
..
messages More clearly defined session management. Fixed problem when reconnecting + RMI create callbacks. 2023-09-25 13:59:26 +02:00
CachedAsmMethod.kt Updated copyright notices in files 2020-08-19 15:35:45 +02:00
CachedMethod.kt Updated copyright notices in files 2020-08-19 15:35:45 +02:00
RemoteObject.kt Added back a/syncSuspend 2023-09-05 23:38:53 +02:00
RemoteObjectCallback.kt Removed more coroutine, simplified methods 2023-09-04 14:23:06 +02:00
RemoteObjectStorage.kt Properly cleanup the remote object storage/cache 2023-10-23 23:23:32 +02:00
ResponseManager.kt ResponseManager now uses a special TimeoutException instead of generic exception. 2023-10-18 19:47:02 +02:00
ResponseWaiter.kt API parameter clarification 2023-10-19 23:42:36 +02:00
Rmi.kt Updated copyright notices in files 2020-08-19 15:35:45 +02:00
RmiClient.kt All connections are now buffered - in the event there is a network issue, or a quick reconnect, and messages are sent DURING this disconnected phase, these messages will be resent on the new connection once it is connected 2023-10-28 20:54:40 +02:00
RmiException.kt Added support for sessions 2023-09-21 12:53:47 +02:00
RmiManagerConnections.kt Wrapped potential RMI errors in exception catching 2023-10-26 21:13:21 +02:00
RmiManagerGlobal.kt Fixed issues when deleting RMI objects/proxies 2023-09-25 13:58:24 +02:00
RmiObjectCache.kt Properly cleanup the remote object storage/cache 2023-10-23 23:23:32 +02:00
RmiSupportConnection.kt Properly cleanup the remote object storage/cache 2023-10-23 23:23:32 +02:00
RmiSupportServer.kt Removed KotlinLogging (it has a niche usage that did not apply) 2023-09-13 17:04:25 +02:00
RmiUtils.kt Removed KotlinLogging (it has a niche usage that did not apply) 2023-09-13 17:04:25 +02:00
TimeoutException.kt Better support for sending RMI objects 2020-09-01 09:12:30 +02:00
package-info.java Added package-info.java 2023-09-03 21:09:54 +02:00