jsocketpp 1.0
A cross-platform C++20 socket library.
Loading...
Searching...
No Matches
jsocketpp Directory Reference
Directory dependency graph for jsocketpp:
include/jsocketpp

Directories

 
internal

Files

 
BufferView.hpp
 Represents a raw writable memory region for scatter/gather I/O.
 
common.hpp
 Common platform and utility includes for jsocketpp.
 
DatagramPacket.hpp
 UDP datagram packet class for jsocketpp.
 
DatagramSocket.hpp
 UDP datagram socket abstraction for jsocketpp.
 
MulticastSocket.hpp
 Multicast UDP socket abstraction for jsocketpp.
 
ServerSocket.hpp
 TCP server socket abstraction for jsocketpp.
 
Socket.hpp
 TCP client socket abstraction for jsocketpp.
 
SocketException.hpp
 Exception class for socket-related errors in jsocketpp.
 
SocketInitializer.hpp
 Helper class for socket system initialization and cleanup (RAII) in jsocketpp.
 
SocketTimeoutException.hpp
 Exception class for socket operation timeouts in jsocketpp.
 
UnixSocket.hpp
 Unix domain socket abstraction for jsocketpp.