From 809b470ce90e53c532dfebc44c2e7c169c33402f Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Fri, 7 Dec 2007 17:46:13 +0000 Subject: removed doxygen folders from svn --- doc/html/classTCPServerSocket.html | 184 ------------------------------------- 1 file changed, 184 deletions(-) delete mode 100644 doc/html/classTCPServerSocket.html (limited to 'doc/html/classTCPServerSocket.html') diff --git a/doc/html/classTCPServerSocket.html b/doc/html/classTCPServerSocket.html deleted file mode 100644 index ae28527..0000000 --- a/doc/html/classTCPServerSocket.html +++ /dev/null @@ -1,184 +0,0 @@ - - -anytun: TCPServerSocket Class Reference - - - - -
-
-
-
-

TCPServerSocket Class Reference

#include <PracticalSocket.h> -

-

Inheritance diagram for TCPServerSocket: -

- -Socket - -List of all members. - - - - - - - - - - - -

Public Member Functions

 TCPServerSocket (unsigned short localPort, int queueLen=5) throw (SocketException)
 TCPServerSocket (const string &localAddress, unsigned short localPort, int queueLen=5) throw (SocketException)
TCPSocketaccept () throw (SocketException)

Private Member Functions

void setListen (int queueLen) throw (SocketException)
-

Detailed Description

-TCP socket class for servers -

-


Constructor & Destructor Documentation

- -
-
- - - - - - - - - - - - - - - - - - -
TCPServerSocket::TCPServerSocket (unsigned short  localPort,
int  queueLen = 5 
) throw (SocketException)
-
-
- -

-Construct a TCP socket for use with a server, accepting connections on the specified port on any interface

Parameters:
- - - -
localPort local port of server socket, a value of zero will give a system-assigned unused port
queueLen maximum queue length for outstanding connection requests (default 5)
-
-
Exceptions:
- - -
SocketException thrown if unable to create TCP server socket
-
- -
-

- -

-
- - - - - - - - - - - - - - - - - - - - - - - - -
TCPServerSocket::TCPServerSocket (const string &  localAddress,
unsigned short  localPort,
int  queueLen = 5 
) throw (SocketException)
-
-
- -

-Construct a TCP socket for use with a server, accepting connections on the specified port on the interface specified by the given address

Parameters:
- - - - -
localAddress local interface (address) of server socket
localPort local port of server socket
queueLen maximum queue length for outstanding connection requests (default 5)
-
-
Exceptions:
- - -
SocketException thrown if unable to create TCP server socket
-
- -
-

-


Member Function Documentation

- -
-
- - - - - - - - -
TCPSocket * TCPServerSocket::accept (  )  throw (SocketException)
-
-
- -

-Blocks until a new connection is established on this socket or error

Returns:
new connection socket
-
Exceptions:
- - -
SocketException thrown if attempt to accept a new connection fails
-
- -
-

- -

-
- - - - - - - - - -
void TCPServerSocket::setListen (int  queueLen  )  throw (SocketException) [private]
-
-
- -

- -

-

-


The documentation for this class was generated from the following files: -
Generated on Mon Dec 3 11:49:25 2007 for anytun by  - -doxygen 1.5.1
- - -- cgit v1.2.3