NetLink Sockets C++
1.0.0
Networking C++ Library
|
This is the complete list of members for NL::Socket, including all inherited members.
accept() | NL::Socket | |
blocking() const | NL::Socket | inline |
blocking(bool blocking) | NL::Socket | |
disconnect() | NL::Socket | |
hostFrom() const | NL::Socket | inline |
hostTo() const | NL::Socket | inline |
ipVer() const | NL::Socket | inline |
listenQueue() const | NL::Socket | inline |
nextReadSize() const | NL::Socket | |
portFrom() const | NL::Socket | inline |
portTo() const | NL::Socket | inline |
protocol() const | NL::Socket | inline |
read(void *buffer, size_t bufferSize) | NL::Socket | |
readFrom(void *buffer, size_t bufferSize, string *HostFrom, unsigned *portFrom=NULL) | NL::Socket | |
send(const void *buffer, size_t size) | NL::Socket | |
sendTo(const void *buffer, size_t size, const string &hostTo, unsigned portTo) | NL::Socket | |
Socket(const string &hostTo, unsigned portTo, Protocol protocol=TCP, IPVer ipVer=ANY) | NL::Socket | |
Socket(unsigned portFrom, Protocol protocol=TCP, IPVer ipVer=IP4, const string &hostFrom="", unsigned listenQueue=DEFAULT_LISTEN_QUEUE) | NL::Socket | |
Socket(const string &hostTo, unsigned portTo, unsigned portFrom, IPVer ipVer=ANY) | NL::Socket | |
socketHandler() const | NL::Socket | inline |
type() const | NL::Socket | inline |
~Socket() | NL::Socket |