![]() |
ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
|
Classes | |
class | ByteArrayManagerService |
Service that manages byte array pooling by renting and returning byte arrays. Implements the IByteArrayManagerService interface. More... | |
class | ChannelService |
Implements IChannelService to manage channels and user memberships. More... | |
class | EventService |
Implements IEventService to manage and handle events. More... | |
interface | IByteArrayManagerService |
Interface that defines methods for renting and returning byte arrays based on a given buffer, position, and count. More... | |
interface | IChannelService |
Provides methods for managing channels and user memberships in channels. More... | |
interface | IEventService |
Defines methods for managing and handling events. More... | |
interface | IInitRequestProviderService |
Defines a service for creating new session initialization requests. More... | |
class | InitRequestProviderService |
Implements IInitRequestProviderService to provide new session initialization requests. More... | |
interface | IRequestService |
Defines a service for handling requests. More... | |
interface | IRpcProtocolService |
Defines the service for handling RPC protocol operations. More... | |
interface | ISessionService |
Defines the service for managing sessions. More... | |
interface | IUserPeerAuthTokenService |
Defines the service for generating and verifying authentication tokens for user peers. More... | |
interface | IUserPeerService |
Defines the service for managing user peers in the system. More... | |
interface | IUserPeerSessionService |
Defines the service for managing user peers associated with session IDs. More... | |
class | RequestService |
Implements IRequestService to handle requests. More... | |
class | RpcProtocolService |
Implements IRpcProtocolService to handle RPC protocol operations. More... | |
class | SessionService |
Implements ISessionService to manage sessions. More... | |
class | UserPeerAuthTokenService |
Implements IUserPeerAuthTokenService to handle authentication token generation and verification. More... | |
class | UserPeerService |
Implements IUserPeerService to manage user peers. More... | |
class | UserPeerSessionService |
Implements IUserPeerSessionService to manage user peers associated with session IDs. More... | |