ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
|
Classes | |
class | HttpServer |
Represents an HTTP server, inheriting from the TcpServer class. More... | |
class | HttpSession |
Represents an HTTP session, inheriting from the TcpSession class. More... | |
class | HttpsServer |
Represents an HTTPS server, inheriting from the SslServer class. More... | |
class | HttpsSession |
Represents an HTTPS session, inheriting from the SslSession class. More... | |
interface | IHttpServer |
Represents an interface for an HTTP server, inheriting from the IServer interface. More... | |
interface | IHttpSession |
Represents an interface for an HTTP session, inheriting from the ISession interface. More... | |
interface | IServer |
Represents the interface for a server, providing methods for starting, stopping, and managing connections and data broadcasts. More... | |
interface | ISession |
Represents the interface for a session, providing methods for managing the connection, sending data, and retrieving network statistics. More... | |
interface | ITcpServer |
Represents the interface for a TCP server. More... | |
interface | ITcpSession |
Represents an interface for TCP session operations. More... | |
interface | IUdpServer |
Defines the interface for a UDP server, extending the basic server functionalities. More... | |
interface | IUdpSession |
Represents the interface for a UDP session. More... | |
interface | IWsServer |
Represents the interface for a WebSocket server, providing methods for broadcasting and closing WebSocket connections. More... | |
interface | IWsSession |
Represents the interface for a WebSocket session, providing methods for sending various WebSocket frames. More... | |
class | SslServer |
Represents an SSL server that can handle multiple secure client sessions. More... | |
class | SslSession |
Represents a secure SSL session with the ability to manage connection, data transmission, and handshake processes. More... | |
class | TcpServer |
Represents a TCP server that can handle multiple client sessions. More... | |
class | TcpSession |
Provides the implementation for a TCP session, handling connection, data transmission, and disconnection. More... | |
class | UdpServer |
Represents a UDP server that provides functionalities for managing UDP connections and data transmission. More... | |
class | UdpSession |
Represents a UDP session that handles communication with a remote endpoint. More... | |
class | WsServer |
Represents a WebSocket server that inherits from HttpServer and implements WebSocket functionality. More... | |
class | WsSession |
Represents a WebSocket session that inherits from HttpSession and implements WebSocket functionality. More... | |
class | WssServer |
Represents a secure WebSocket server that inherits from HttpsServer and implements WebSocket functionality. More... | |
class | WssSession |
Represents a secure WebSocket session that inherits from HttpsSession and implements WebSocket functionality. More... | |