Network/src/dorkbox/network/connection
Robinson 4fc0cb7541
fixed comments
2024-01-15 10:39:58 +01:00
..
buffer Send all buffered messages at once, instead of 1-at-a-time. 2023-12-04 10:47:41 +01:00
streaming logging tweak 2023-12-04 10:47:51 +01:00
CloseMessage.kt Added ability for the framework to optionally send a `close()` event to the remote end. This is not guaranteed to run, but is a hint to the remote endpoint what is going on, and to improve disconnect performance. 2022-08-02 21:13:39 +02:00
Connection.kt fixed comments 2024-01-15 10:39:58 +01:00
ConnectionParams.kt Added support for PER-CONNECTION buffering of messages (default is enabled) 2023-11-27 11:14:52 +01:00
CryptoManagement.kt Added support for PER-CONNECTION buffering of messages (default is enabled) 2023-11-27 11:14:52 +01:00
DisconnectMessage.kt Better support for polling and sending dc message 2023-10-26 21:12:58 +02:00
EndPoint.kt Now properly waits for event dispatcher to shutdown in unit tests 2023-12-04 13:36:47 +01:00
EventDispatcher.kt Now properly waits for event dispatcher to shutdown in unit tests 2023-12-04 13:36:47 +01:00
IpInfo.kt Added support for connection tags (so the client can set a name for its connection, and the server will get that name). This is usefull for identifying different connections (and doing different things) based on their tag name. 2023-10-28 20:55:49 +02:00
ListenerManager.kt fixed up comments 2023-11-28 20:52:58 +01:00
Paired.kt GC performance optimization 2023-09-07 01:01:36 +02:00
PublicKeyValidationState.kt Updated copyright notices in files 2020-08-19 15:25:59 +02:00
SendSync.kt Added support for callbacks on a message, so there can be 'happens-before' logic. 2023-11-02 22:36:50 +01:00
package-info.java Added package-info.java 2023-09-03 21:09:54 +02:00