Navigation
API > API/Runtime > API/Runtime/Networking
Classes
| Type | Name | Description | |
|---|---|---|---|
| FTcpListener | Implements a runnable that listens for incoming TCP connections. | ||
| FTcpSocketBuilder | Implements a fluent builder for TCP sockets. | ||
| FUdpSocketBuilder | Implements a fluent builder for UDP sockets. | ||
| FUdpSocketReceiver | Asynchronously receives data from an UDP socket. | ||
| 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. |