![]() |
ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
|
Classes | |
class | Channel |
Implements the channel interface and provides methods for managing users and channel properties. More... | |
interface | IChannel |
Defines methods for channel operations, including user management and properties. More... | |
interface | IChannelMediator |
Defines methods for managing channel membership and operations. More... | |
interface | IEncryptKeySetter |
Defines a method for setting the encryption key. More... | |
interface | IProperty |
Defines methods for managing property data with a string key. More... | |
interface | ISession |
Defines methods for accessing session information. More... | |
interface | ISessionFiber |
Defines a method for retrieving the fiber associated with the session. More... | |
interface | ISessionIdSetter |
Defines a method for setting the session ID. More... | |
interface | ISessionInitRequest |
Defines the properties required for a session initialization request. More... | |
interface | ISetterUserPeer |
Defines methods for setting user peer properties. More... | |
interface | IUserPeer |
Defines methods for accessing user peer properties. More... | |
class | Property |
Implements the IProperty interface for managing properties with a thread-safe dictionary. More... | |
class | ServerNetworkStatistics |
Implements IServerNetworkStatistics to aggregate network statistics from multiple sources. More... | |
class | SessionInitRequest |
Implements the ISessionInitRequest interface for session initialization requests. More... | |
class | UserPeer |
Implements the IUserPeer and ISetterUserPeer interfaces for managing user peer data. More... | |
class | UserPeerTokenPayload |
Represents the payload of a user peer token, implementing ITokenPayload. More... | |