NetLink Sockets C++  1.0.0
Networking C++ Library
 All Classes Namespaces Files Functions Enumerations Enumerator Pages
NL::Socket Member List

This is the complete list of members for NL::Socket, including all inherited members.

accept()NL::Socket
blocking() const NL::Socketinline
blocking(bool blocking)NL::Socket
disconnect()NL::Socket
hostFrom() const NL::Socketinline
hostTo() const NL::Socketinline
ipVer() const NL::Socketinline
listenQueue() const NL::Socketinline
nextReadSize() const NL::Socket
portFrom() const NL::Socketinline
portTo() const NL::Socketinline
protocol() const NL::Socketinline
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::Socketinline
type() const NL::Socketinline
~Socket()NL::Socket