Module dlib.network.socket
Platform-independent socket API
Functions
| Name | Description |
wouldHaveBlocked()
|
Checks if the last error is a serious error or just a special
behaviour error of non-blocking sockets (for example an error
returned because the socket would block or because the
asynchronous operation was successfully started but not finished yet).
|
Classes
| Name | Description |
Address
|
Socket address representation.
|
ConnectedSocket
|
Socket returned if a connection has been established.
|
OverlappedConnectedSocket
|
Socket returned if a connection has been established.
|
Socket
|
Class for creating a network communication endpoint using the Berkeley
sockets interfaces of different types.
|
SocketException
|
SocketException should be thrown only if one of the socket functions
returns -1 or SOCKET_ERROR and sets errno,
because SocketException relies on the errno value.
|