Loading...
Searching...
No Matches
sf::TcpSocket Member List

This is the complete list of members for sf::TcpSocket, including all inherited members.

AnyPortsf::Socketstatic
close()sf::Socketprotected
connect(IpAddress remoteAddress, unsigned short remotePort, Time timeout=Time::Zero)sf::TcpSocket
create(IpAddress::Type addressType=IpAddress::Type::IpV4)sf::Socketprotected
create(SocketHandle handle)sf::Socketprotected
disconnect()sf::TcpSocket
getCurrentCiphersuiteName() constsf::TcpSocket
getLocalPort() constsf::TcpSocket
getNativeHandle() constsf::Socketprotected
getRemoteAddress() constsf::TcpSocket
getRemotePort() constsf::TcpSocket
isBlocking() constsf::Socket
operator=(const TcpSocket &)=deletesf::TcpSocket
operator=(TcpSocket &&) noexceptsf::TcpSocket
sf::Socket::operator=(const Socket &)=deletesf::Socket
sf::Socket::operator=(Socket &&socket) noexceptsf::Socket
receive(void *data, std::size_t size, std::size_t &received)sf::TcpSocket
receive(Packet &packet)sf::TcpSocket
send(const void *data, std::size_t size)sf::TcpSocket
send(const void *data, std::size_t size, std::size_t &sent)sf::TcpSocket
send(Packet &packet)sf::TcpSocket
setBlocking(bool blocking)sf::Socket
setupTlsClient(const sf::String &hostname, bool verifyPeer=true)sf::TcpSocket
setupTlsClient(const sf::String &hostname, const char *certificateChainData)sf::TcpSocket
setupTlsClient(const sf::String &hostname, const std::byte *certificateChainData, std::size_t certificateChainSize)sf::TcpSocket
setupTlsClient(const sf::String &hostname, std::string_view certificateChainData)sf::TcpSocket
setupTlsServer(const std::byte *certificateChainData, std::size_t certificateChainSize, const std::byte *privateKeyData, std::size_t privateKeySize, const std::byte *privateKeyPasswordData, std::size_t privateKeyPasswordSize)sf::TcpSocket
setupTlsServer(std::string_view certificateChainData, std::string_view privateKeyData, std::string_view privateKeyPasswordData={})sf::TcpSocket
Socket(const Socket &)=deletesf::Socket
Socket(Socket &&socket) noexceptsf::Socket
Socket(Type type)sf::Socketexplicitprotected
Status enum namesf::Socket
TcpListener classsf::TcpSocketfriend
TcpSocket()sf::TcpSocket
TcpSocket(const TcpSocket &)=deletesf::TcpSocket
TcpSocket(TcpSocket &&) noexceptsf::TcpSocket
TlsStatus enum namesf::TcpSocket
Type enum namesf::Socketprotected
~Socket()sf::Socketvirtual
~TcpSocket() overridesf::TcpSocket