libasync.tcp

Members

Classes

AsyncTCPConnection
class AsyncTCPConnection

Wraps a TCP stream between 2 network adapters, using a custom handler to signal related events. Many of these objects can be active concurrently in a thread if the event loop is running and the handlers do not block.

AsyncTCPListener
class AsyncTCPListener

Accepts connections on a single IP:PORT tuple by sending a new inbound AsyncTCPConnection object to the handler for every newly completed handshake.

Enums

TCPEvent
enum TCPEvent
TCPOption
enum TCPOption

Structs

TCPAcceptHandler
struct TCPAcceptHandler
Undocumented in source.
TCPEventHandler
struct TCPEventHandler
Undocumented in source.

Meta