TCP_Listener


Derived from: TCP_IO

Declared in: TCP_IO.h

Library: libHTTP.so


Overview



Constructor and Destructor


TCP_Listener()


	TCP_Listener( unsigned short port, int acceptance_count = 5 )


~TCP_Listener()


	virtual ~TCP_Listener( void )


Member Functions


GetPort()


	unsigned short GetPort( void )


GetAcceptanceCount()


	int GetAcceptanceCount( void )


Accept()


	int Accept( void )
	int Accept( struct sockaddr_in *client_interface )


libHTTP - A high-level HTTP API for the BeOS


Copyright (C) 1999 Joe Kloss


This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.