jsocketpp 1.0
A cross-platform C++20 socket library.
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Cjsocketpp::BufferViewRepresents a raw writable memory region for scatter/gather I/O
 Cjsocketpp::DatagramPacketRepresents a UDP datagram packet, encapsulating both payload and addressing information
 Cjsocketpp::DatagramSocketCross-platform UDP socket class with Java-style interface
 Cjsocketpp::MulticastSocketCross-platform multicast UDP socket class (IPv4/IPv6)
 Cstd::nested_exception
 Cjsocketpp::SocketExceptionRepresents socket-related errors in the jsocketpp library
 Cjsocketpp::SocketTimeoutExceptionException class for socket operations that time out
 Cstd::runtime_error
 Cjsocketpp::SocketExceptionRepresents socket-related errors in the jsocketpp library
 Cjsocketpp::internal::ScopedBlockingModeRAII helper for temporarily overriding a socket's blocking mode
 Cjsocketpp::ServerSocketTCP server socket abstraction for cross-platform C++ networking
 Cjsocketpp::SocketTCP client connection abstraction (Java-like interface)
 Cjsocketpp::SocketInitializerHelper class to initialize and cleanup sockets (RAII)
 Cjsocketpp::UnixSocketCross-platform abstraction for Unix domain sockets