|
|
Factory class for FinderTransport objects on a server.
BadPort (struct) | BadPort |
FinderTcpServerFactory (EventLoop& e,
int port,
const ConnectCallback& cb)
throw (BadPort) | FinderTcpServerFactory |
Constructor
Parameters:
e | EventLoop used by system. |
port | Port to listen for incoming connections on. |
Callback | object to invoke when connection arrives. |
~FinderTcpServerFactory ()
| ~FinderTcpServerFactory |
Destructor
FinderTcpServerFactory (const FinderTcpServerFactory&)
| FinderTcpServerFactory |
Not Implemented.
FinderTcpServerFactory& operator= (const FinderTcpServerFactory&)
| operator= |
Not Implemented.
EventLoop& _event_loop | _event_loop |
[protected]
int _fd | _fd |
[protected]
void connect (int fd, SelectorMask m)
| connect |
[protected]
inline EventLoop& eventloop ()
| eventloop |
[protected const]
Generated by: pavlin on possum.icir.org on Mon Mar 10 19:34:49 2003, using kdoc 2.0a54+XORP. |