Uses of Class
io.qt.network.QTcpSocket
Packages that use QTcpSocket
-
Uses of QTcpSocket in io.qt.network
Subclasses of QTcpSocket in io.qt.networkModifier and TypeClassDescriptionclass
SSL encrypted socket for both clients and serversMethods in io.qt.network that return QTcpSocketMethods in io.qt.network with parameters of type QTcpSocketModifier and TypeMethodDescriptionprotected final void
QTcpServer.addPendingConnection
(QTcpSocket socket) -
Uses of QTcpSocket in io.qt.serialbus
Fields in io.qt.serialbus with type parameters of type QTcpSocketModifier and TypeFieldDescriptionfinal QObject.Signal1
<QTcpSocket> QModbusTcpServer.modbusClientDisconnected
Methods in io.qt.serialbus with parameters of type QTcpSocketModifier and TypeMethodDescriptionboolean
QModbusTcpConnectionObserver.acceptNewConnection
(QTcpSocket newClient) abstract boolean
QModbusTcpConnectionObserver.Impl.acceptNewConnection
(QTcpSocket newClient) -
Uses of QTcpSocket in io.qt.websockets
Methods in io.qt.websockets with parameters of type QTcpSocketModifier and TypeMethodDescriptionfinal void
QWebSocketServer.handleConnection
(QTcpSocket socket)