jsocketpp 1.0
A cross-platform C++20 socket library.
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NjsocketppA C++ socket library providing Java-style networking interfaces
 NinternalImplementation-only utilities and platform abstractions for jsocketpp
 CScopedBlockingModeRAII helper for temporarily overriding a socket's blocking mode
 CBufferViewRepresents a raw writable memory region for scatter/gather I/O
 CDatagramPacketRepresents a UDP datagram packet, encapsulating both payload and addressing information
 CDatagramSocketCross-platform UDP socket class with Java-style interface
 CMulticastSocketCross-platform multicast UDP socket class (IPv4/IPv6)
 CServerSocketTCP server socket abstraction for cross-platform C++ networking
 CSocketTCP client connection abstraction (Java-like interface)
 CSocketExceptionRepresents socket-related errors in the jsocketpp library
 CSocketInitializerHelper class to initialize and cleanup sockets (RAII)
 CSocketTimeoutExceptionException class for socket operations that time out
 CUnixSocketCross-platform abstraction for Unix domain sockets