+
Point of view
All features
deferred class ACCESS
Summary
Access to a server running on some host (at some address).
Direct parents
Insert list: SOCKET_HANDLER
Known children
Inherit list: IPV4_ACCESS, LOCAL_ACCESS
Overview
Features
{ANY}
{}
address: ADDRESS
writable attribute
{ANY}
The host of the server
error: STRING
writable attribute
{ANY}
If an error occurred
server: SOCKET_SERVER
deferred function
{ANY}
Start a server on the given access on localhost, listening to connections bound to the given address.
effective function
{ANY}
Open a connection to the remote address and access.
ensure
  • error = Void implies Result.is_connected
effective function
{}
socket: SOCKET
effective function
{}
Create a low-level socket connected to the remote address and host.
ensure
  • error = Void implies Result.is_connected