skstream
|
#include <skserver_unix.h>
Public Member Functions | |
unix_socket_server (const std::string &service) | |
SOCKET_TYPE | accept () |
int | open (const std::string &service) |
![]() | |
virtual SOCKET_TYPE | getSocket () const |
void | close () |
void | shutdown () |
bool | can_accept () |
See if accept() can be called without blocking on it. | |
![]() | |
int | getLastError () const |
void | copyLastError (const basic_socket &other) |
bool | is_open () const |
Additional Inherited Members | |
![]() | |
static bool | startup () |
![]() | |
static const int | SK_SRV_NONE = 0 |
static const int | SK_SRV_PURE = 1 << 0 |
static const int | SK_SRV_REUSE = 1 << 1 |
![]() | |
basic_socket_server (SOCKET_TYPE _sock=INVALID_SOCKET, int flags=SK_SRV_NONE) | |
![]() | |
void | setLastError () const |
![]() | |
SOCKET_TYPE | _socket |
int | _flags |
![]() | |
int | LastError |
This software package has been extensively modified by members of the Worldforge Project. See the file ChangeLog for details.
$Id$