Package-level declarations

Types

Link copied to clipboard
class MessageNetworkHandler(httpClient: OkHttpClient, localVirtualAddr: InetAddress, val di: DI) : DIAware

Handles sending and receiving chat messages over the network.

Link copied to clipboard
class MessageService(val di: DI) : DIAware

Service layer for handling message operations including sending messages and updating conversations.