![]() |
jsocketpp 1.0
A cross-platform C++20 socket library.
|
Cjsocketpp::BufferView | Represents a raw writable memory region for scatter/gather I/O |
Cjsocketpp::DatagramPacket | Represents a UDP datagram packet, encapsulating both payload and addressing information |
Cjsocketpp::DatagramSocket | Cross-platform UDP socket class with Java-style interface |
Cjsocketpp::MulticastSocket | Cross-platform multicast UDP socket class (IPv4/IPv6) |
Cstd::nested_exception | |
Cjsocketpp::SocketException | Represents socket-related errors in the jsocketpp library |
Cjsocketpp::SocketTimeoutException | Exception class for socket operations that time out |
Cstd::runtime_error | |
Cjsocketpp::SocketException | Represents socket-related errors in the jsocketpp library |
Cjsocketpp::internal::ScopedBlockingMode | RAII helper for temporarily overriding a socket's blocking mode |
Cjsocketpp::ServerSocket | TCP server socket abstraction for cross-platform C++ networking |
Cjsocketpp::Socket | TCP client connection abstraction (Java-like interface) |
Cjsocketpp::SocketInitializer | Helper class to initialize and cleanup sockets (RAII) |
Cjsocketpp::UnixSocket | Cross-platform abstraction for Unix domain sockets |