Open 3D Engine AzNetworking API Reference  2305.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzNetworking::DtlsSocket Member List

This is the complete list of members for AzNetworking::DtlsSocket, including all inherited members.

AcceptDtlsEndpoint(DtlsEndpoint &dtlsEndpoint, const IpAddress &address) const overrideAzNetworking::DtlsSocketvirtual
CanAcceptConnections enum name (defined in AzNetworking::UdpSocket)AzNetworking::UdpSocket
Close() overrideAzNetworking::DtlsSocketvirtual
ConnectDtlsEndpoint(DtlsEndpoint &dtlsEndpoint, const IpAddress &address, UdpPacketEncodingBuffer &outDtlsData) const overrideAzNetworking::DtlsSocketvirtual
DtlsEndpoint (defined in AzNetworking::DtlsSocket)AzNetworking::DtlsSocketfriend
DtlsSocket()=default (defined in AzNetworking::DtlsSocket)AzNetworking::DtlsSocket
GetRecvBytes() const AzNetworking::UdpSocketinline
GetRecvPackets() const AzNetworking::UdpSocketinline
GetSentBytes() const AzNetworking::UdpSocketinline
GetSentBytesEncryptionInflation() const AzNetworking::UdpSocketinline
GetSentPackets() const AzNetworking::UdpSocketinline
GetSentPacketsEncrypted() const AzNetworking::UdpSocketinline
GetSocketFd() const AzNetworking::UdpSocketinline
IsEncrypted() const overrideAzNetworking::DtlsSocketvirtual
IsOpen() const AzNetworking::UdpSocketinline
m_sentBytesEncryptionInflation (defined in AzNetworking::UdpSocket)AzNetworking::UdpSocketmutableprotected
m_sentPacketsEncrypted (defined in AzNetworking::UdpSocket)AzNetworking::UdpSocketmutableprotected
Open(uint16_t port, UdpSocket::CanAcceptConnections canAccept, TrustZone trustZone) overrideAzNetworking::DtlsSocketvirtual
Receive(IpAddress &outAddress, uint8_t *outData, uint32_t size) const AzNetworking::UdpSocket
Send(const IpAddress &address, const uint8_t *data, uint32_t size, bool encrypt, DtlsEndpoint &dtlsEndpoint, const ConnectionQuality &connectionQuality) const AzNetworking::UdpSocket
UdpSocket()=default (defined in AzNetworking::UdpSocket)AzNetworking::UdpSocket
~DtlsSocket() (defined in AzNetworking::DtlsSocket)AzNetworking::DtlsSocket
~UdpSocket() (defined in AzNetworking::UdpSocket)AzNetworking::UdpSocketvirtual