Safe Haskell | None |
---|---|
Language | Haskell98 |
Qtc.Network.QTcpServer
Description
Documentation
class QqTcpServer x1 where Source
Methods
qTcpServer :: x1 -> IO (QTcpServer ()) Source
Instances
QqTcpServer () | |
QqTcpServer (QObject t1) |
class QhasPendingConnections x0 x1 where Source
Methods
hasPendingConnections :: x0 -> x1 -> IO Bool Source
Instances
QhasPendingConnections (QTcpServerSc a) () | |
QhasPendingConnections (QTcpServer ()) () |
class QincomingConnection x0 x1 where Source
Methods
incomingConnection :: x0 -> x1 -> IO () Source
Instances
isListening :: QTcpServer a -> () -> IO Bool Source
Methods
listen :: QTcpServer a -> x1 -> IO Bool Source
Instances
Qlisten () | |
Qlisten (QHostAddress t1) | |
Qlisten (QHostAddress t1, Int) |
maxPendingConnections :: QTcpServer a -> () -> IO Int Source
class QnextPendingConnection x0 x1 where Source
Methods
nextPendingConnection :: x0 -> x1 -> IO (QTcpSocket ()) Source
Instances
QnextPendingConnection (QTcpServerSc a) () | |
QnextPendingConnection (QTcpServer ()) () |
serverAddress :: QTcpServer a -> () -> IO (QHostAddress ()) Source
serverError :: QTcpServer a -> () -> IO SocketError Source
serverPort :: QTcpServer a -> () -> IO Int Source
setMaxPendingConnections :: QTcpServer a -> Int -> IO () Source
class QwaitForNewConnection x1 where Source
Methods
waitForNewConnection :: QTcpServer a -> x1 -> IO Bool Source
Instances
qTcpServer_delete :: QTcpServer a -> IO () Source
qTcpServer_deleteLater :: QTcpServer a -> IO () Source