Common

Choose your operating system:

Windows

macOS

Linux

Classes

Name

Description

Public class

FTcpListener

Implements a runnable that listens for incoming TCP connections.

Public class

FTcpSocketBuilder

Implements a fluent builder for TCP sockets.

Public class

FUdpSocketBuilder

Implements a fluent builder for UDP sockets.

Public class

FUdpSocketReceiver

Asynchronously receives data from an UDP socket.

Public class

FUdpSocketSender

Asynchronously sends data to an UDP socket.

Typedefs

Name

Description

FArrayReaderPtr

Temporary fix for concurrency crashes. This whole class will be redesigned.

FOnSocketDataReceived

Delegate type for received data.

FOnTcpListenerConnectionAccepted

Delegate type for accepted TCP connections.