Uses of Class
io.qt.network.QTcpSocket
Package | Description |
---|---|
io.qt.network | |
io.qt.serialbus | |
io.qt.websockets |
-
Uses of QTcpSocket in io.qt.network
Subclasses of QTcpSocket in io.qt.network Modifier and Type Class Description class
QSslSocket
SSL encrypted socket for both clients and serversMethods in io.qt.network that return QTcpSocket Modifier and Type Method Description QTcpSocket
QTcpServer. nextPendingConnection()
Methods in io.qt.network with parameters of type QTcpSocket Modifier and Type Method Description protected void
QTcpServer. addPendingConnection(QTcpSocket socket)
-
Uses of QTcpSocket in io.qt.serialbus
Fields in io.qt.serialbus with type parameters of type QTcpSocket Modifier and Type Field Description QObject.Signal1<QTcpSocket>
QModbusTcpServer. modbusClientDisconnected
Methods in io.qt.serialbus with parameters of type QTcpSocket Modifier and Type Method Description boolean
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 QTcpSocket Modifier and Type Method Description void
QWebSocketServer. handleConnection(QTcpSocket socket)