Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/net/ServerSocket.h>
Public Member Functions | |
virtual | ~Connection (void) |
virtual io::InStream & | in (void)=0 |
virtual io::OutStream & | out (void)=0 |
This object represents a connection to a server from a client socket. It provides in and out streams for this connection.
|
virtual |
Close the connection
|
pure virtual |
Provides the input stream to get bytes from the client.
Get the input stream of the connection.
|
pure virtual |
Provides the output stream to send bytes to the client.
Get the output stream of the connection.