Base class for a connection adapter. By itself, does nothing.
A POSIX file stream. Allows adding a file (e.g. stdin/stdout) to the socket manager. Does not dup the given file descriptor, so "disconnecting" this connection will close it.
Adapter for connections with a line-based protocol. Splits data stream into delimiter-separated lines.
An asynchronous TCP connection.
An asynchronous TCP connection server.
Fires an event handler or disconnects connections after a period of inactivity.
Common interface for connections and adapters.
Flags that determine socket wake-up events.
The default socket manager.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Asynchronous socket abstraction.