+
Point of view
All features
class SOCKETS
Summary
This is the first tutorial class to look at, because it gives the most simple examples.
Direct parents
Insert list: ANY
Overview
Creation features
{ANY}
Features
{}
{}
make
effective procedure
{}
test_socket (access: TCP_ACCESS)
effective procedure
{}
First tutorial: simple network connection
test_server (access: TCP_ACCESS)
effective procedure
{}
Second tutorial: create a server.
This one is trivial, see MULTIPLEX_SERVER for a real-life example
stack: LOOP_STACK
writable attribute
{}
handle_connect (ios: SOCKET_INPUT_OUTPUT_STREAM)
effective procedure
{}
Handle a connection to the server.
Acts as an echo server.