Deskflow 1.22.0.197
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
XSocket.h File Reference
#include "base/XBase.h"
#include "common/Common.h"
#include "io/XIO.h"
Include dependency graph for XSocket.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XSocket
 XSocket generic socket exception. More...
class  XSocketAddress
 Socket bad address exception. More...
class  XSocketIOClose
 XSocketIOClose - Thrown if a stream cannot be closed. More...
class  XSocketWithWhat
 XSocketWithWhat - generic XSocket Exception with a generic what method impl. More...
class  XSocketBind
 XSocketBind - Thrown when a socket cannot be bound to an address. More...
class  XSocketAddressInUse
 XSocketAddressInUse Thrown when a socket cannot be bound to an address because the address is already in use. More...
class  XSocketConnect
 XSocketConnect - Thrown when a socket cannot connect to a remote endpoint. More...
class  XSocketCreate
 XSocketConnect - Thrown when a socket cannot be created (by the operating system). More...