Qtc.Network.QTcpServer

Contents

Documentation

class QqTcpServerTrUtf8 x1 where #

Methods

qTcpServerTrUtf8 :: x1 -> IO String #

Instances
QqTcpServerTrUtf8 String # 
Instance details

Defined in Qtc.Network.QTcpServer

Methods

qTcpServerTrUtf8 :: String -> IO String #

QqTcpServerTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Network.QTcpServer

Methods

qTcpServerTrUtf8 :: (String, String) -> IO String #

QqTcpServerTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Network.QTcpServer

Methods

qTcpServerTrUtf8 :: (String, String, Int) -> IO String #

class QqTcpServer x1 where #

Methods

qTcpServer :: x1 -> IO (QTcpServer ()) #

Instances
QqTcpServer () # 
Instance details

Defined in Qtc.Network.QTcpServer

Methods

qTcpServer :: () -> IO (QTcpServer ()) #

QqTcpServer (QObject t1) # 
Instance details

Defined in Qtc.Network.QTcpServer

Methods

qTcpServer :: QObject t1 -> IO (QTcpServer ()) #

class QaddPendingConnection x0 x1 where #

Methods

addPendingConnection :: x0 -> x1 -> IO () #

Instances
QaddPendingConnection (QTcpServer ()) (QTcpSocket t1) # 
Instance details

Defined in Qtc.Network.QTcpServer

Methods

addPendingConnection :: QTcpServer () -> QTcpSocket t1 -> IO () #

QaddPendingConnection (QTcpServerSc a) (QTcpSocket t1) # 
Instance details

Defined in Qtc.Network.QTcpServer

Methods

addPendingConnection :: QTcpServerSc a -> QTcpSocket t1 -> IO () #

Orphan instances

QsetMaxPendingConnections (QTcpServer a) Int # 
Instance details

Methods

setMaxPendingConnections :: QTcpServer a -> Int -> IO () #

QserverPort (QTcpServer a) () # 
Instance details

Methods

serverPort :: QTcpServer a -> () -> IO Int #

QsenderSignalIndex (QTcpServer ()) () # 
Instance details

Methods

senderSignalIndex :: QTcpServer () -> () -> IO Int #

QsenderSignalIndex (QTcpServerSc a) () # 
Instance details

Methods

senderSignalIndex :: QTcpServerSc a -> () -> IO Int #

Qsender (QTcpServer ()) () # 
Instance details

Methods

sender :: QTcpServer () -> () -> IO (QObject ()) #

Qsender (QTcpServerSc a) () # 
Instance details

Methods

sender :: QTcpServerSc a -> () -> IO (QObject ()) #

QresumeAccepting (QTcpServer a) () # 
Instance details

Methods

resumeAccepting :: QTcpServer a -> () -> IO () #

Qreceivers (QTcpServer ()) String # 
Instance details

Methods

receivers :: QTcpServer () -> String -> IO Int #

Qreceivers (QTcpServerSc a) String # 
Instance details

Methods

receivers :: QTcpServerSc a -> String -> IO Int #

QpauseAccepting (QTcpServer a) () # 
Instance details

Methods

pauseAccepting :: QTcpServer a -> () -> IO () #

QmaxPendingConnections (QTcpServer a) () # 
Instance details

Methods

maxPendingConnections :: QTcpServer a -> () -> IO Int #

QisListening (QTcpServer a) () # 
Instance details

Methods

isListening :: QTcpServer a -> () -> IO Bool #

QhasPendingConnections (QTcpServer ()) () # 
Instance details

Methods

hasPendingConnections :: QTcpServer () -> () -> IO Bool #

QhasPendingConnections (QTcpServerSc a) () # 
Instance details

Methods

hasPendingConnections :: QTcpServerSc a -> () -> IO Bool #

QerrorString (QTcpServer ()) () # 
Instance details

Methods

errorString :: QTcpServer () -> () -> IO String #

QerrorString (QTcpServerSc a) () # 
Instance details

Methods

errorString :: QTcpServerSc a -> () -> IO String #

QwaitForNewConnection (QTcpServer a) Int # 
Instance details

Methods

waitForNewConnection :: QTcpServer a -> Int -> IO Bool #

QwaitForNewConnection (QTcpServer a) () # 
Instance details

Methods

waitForNewConnection :: QTcpServer a -> () -> IO Bool #

QserverError (QTcpServer a) () # 
Instance details

QsocketDescriptor (QTcpServer a) () (IO (QVoid ())) # 
Instance details

Methods

socketDescriptor :: QTcpServer a -> () -> IO (QVoid ()) #

QserverAddress (QTcpServer a) () (IO (QHostAddress ())) # 
Instance details

Methods

serverAddress :: QTcpServer a -> () -> IO (QHostAddress ()) #

Qproxy (QTcpServer a) () (IO (QNetworkProxy ())) # 
Instance details

Methods

proxy :: QTcpServer a -> () -> IO (QNetworkProxy ()) #

Qproperty (QTcpServer ()) String (IO (QVariant ())) # 
Instance details

Methods

property :: QTcpServer () -> String -> IO (QVariant ()) #

Qproperty (QTcpServerSc a) String (IO (QVariant ())) # 
Instance details

Methods

property :: QTcpServerSc a -> String -> IO (QVariant ()) #

Qparent (QTcpServer ()) () (IO (QObject ())) # 
Instance details

Methods

parent :: QTcpServer () -> () -> IO (QObject ()) #

Qparent (QTcpServerSc a) () (IO (QObject ())) # 
Instance details

Methods

parent :: QTcpServerSc a -> () -> IO (QObject ()) #

QnextPendingConnection (QTcpServer ()) () (IO (QTcpSocket ())) # 
Instance details

Methods

nextPendingConnection :: QTcpServer () -> () -> IO (QTcpSocket ()) #

QnextPendingConnection (QTcpServerSc a) () (IO (QTcpSocket ())) # 
Instance details

Methods

nextPendingConnection :: QTcpServerSc a -> () -> IO (QTcpSocket ()) #

Qlisten (QTcpServer a) () (IO Bool) # 
Instance details

Methods

listen :: QTcpServer a -> () -> IO Bool #

Qclose (QTcpServer a) () (IO ()) # 
Instance details

Methods

close :: QTcpServer a -> () -> IO () #

QuserMethod (QTcpServer ()) () (IO ()) # 
Instance details

Methods

userMethod :: QTcpServer () -> Int -> () -> IO () #

QuserMethod (QTcpServerSc a) () (IO ()) # 
Instance details

Methods

userMethod :: QTcpServerSc a -> Int -> () -> IO () #

QtimerEvent (QTcpServer ()) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QTcpServer () -> QTimerEvent t1 -> IO () #

QtimerEvent (QTcpServerSc a) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QTcpServerSc a -> QTimerEvent t1 -> IO () #

QsetSocketDescriptor (QTcpServer a) (QVoid t1) # 
Instance details

Methods

setSocketDescriptor :: QTcpServer a -> QVoid t1 -> IO Bool #

QsetProxy (QTcpServer a) (QNetworkProxy t1) # 
Instance details

Methods

setProxy :: QTcpServer a -> QNetworkProxy t1 -> IO () #

QisSignalConnected (QTcpServer ()) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QTcpServer () -> QMetaMethod t1 -> IO Bool #

QisSignalConnected (QTcpServerSc a) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QTcpServerSc a -> QMetaMethod t1 -> IO Bool #

QdisconnectNotify (QTcpServer ()) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QTcpServer () -> QMetaMethod t1 -> IO () #

QdisconnectNotify (QTcpServerSc a) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QTcpServerSc a -> QMetaMethod t1 -> IO () #

QcustomEvent (QTcpServer ()) (QEvent t1) # 
Instance details

Methods

customEvent :: QTcpServer () -> QEvent t1 -> IO () #

QcustomEvent (QTcpServerSc a) (QEvent t1) # 
Instance details

Methods

customEvent :: QTcpServerSc a -> QEvent t1 -> IO () #

QconnectNotify (QTcpServer ()) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QTcpServer () -> QMetaMethod t1 -> IO () #

QconnectNotify (QTcpServerSc a) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QTcpServerSc a -> QMetaMethod t1 -> IO () #

QchildEvent (QTcpServer ()) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QTcpServer () -> QChildEvent t1 -> IO () #

QchildEvent (QTcpServerSc a) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QTcpServerSc a -> QChildEvent t1 -> IO () #

QincomingConnection (QTcpServer ()) (QVoid t1) # 
Instance details

Methods

incomingConnection :: QTcpServer () -> QVoid t1 -> IO () #

QincomingConnection (QTcpServerSc a) (QVoid t1) # 
Instance details

Methods

incomingConnection :: QTcpServerSc a -> QVoid t1 -> IO () #

Qlisten (QTcpServer a) (QHostAddress t1) (IO Bool) # 
Instance details

Methods

listen :: QTcpServer a -> QHostAddress t1 -> IO Bool #

Qevent (QTcpServer ()) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QTcpServer () -> QEvent t1 -> IO Bool #

Qevent (QTcpServerSc a) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QTcpServerSc a -> QEvent t1 -> IO Bool #

QuserMethod (QTcpServer ()) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QTcpServer () -> Int -> QVariant () -> IO (QVariant ()) #

QuserMethod (QTcpServerSc a) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QTcpServerSc a -> Int -> QVariant () -> IO (QVariant ()) #

QeventFilter (QTcpServer ()) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QTcpServer () -> (QObject t1, QEvent t2) -> IO Bool #

QeventFilter (QTcpServerSc a) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QTcpServerSc a -> (QObject t1, QEvent t2) -> IO Bool #

QwaitForNewConnection (QTcpServer a) (Int, QBoolPtr t2) # 
Instance details

Methods

waitForNewConnection :: QTcpServer a -> (Int, QBoolPtr t2) -> IO Bool #

Qlisten (QTcpServer a) (QHostAddress t1, Int) (IO Bool) # 
Instance details

Methods

listen :: QTcpServer a -> (QHostAddress t1, Int) -> IO Bool #