Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

netioevent File Reference


Detailed Description

Handlers for network streams and messages.

#include <nmstl/internal.h>
#include <nmstl/net>
#include <nmstl/ioevent>
#include <nmstl/thread>
#include <nmstl/serial>
#include <iostream>
#include <netinet/in.h>
#include <sys/socket.h>
#include <fcntl.h>
#include <cerrno>

Compounds

class  imessage
struct  length_header
 A struct containing only an integer which may be used as a header for the msg_handler class. More...

class  msg_handler
 A handler which reads and writes messages, each with a fixed-size message described by the struct Header. More...

class  net_handler
 A handler which buffers incoming and outgoing data. More...

class  omessage
class  tcp_acceptor
 A service which creates a server socket on a local port and waits for connections. More...


Variables

 NMSTL_NAMESPACE_BEGIN
 NMSTL_NAMESPACE_END


Variable Documentation

NMSTL_NAMESPACE_BEGIN
 

NMSTL_NAMESPACE_END
 


Generated on Fri Dec 20 13:35:10 2002 for NMSTL