eric4.Helpviewer.Network.NetworkProtocolUnknownErrorReply
Module implementing a QNetworkReply subclass reporting an unknown protocol error.
Global Attributes
Classes
Functions
NetworkProtocolUnknownErrorReply
Class implementing a QNetworkReply subclass reporting an unknown protocol error.
Derived from
QNetworkReply
Class Attributes
Class Methods
Methods
Static Methods
NetworkProtocolUnknownErrorReply (Constructor)
NetworkProtocolUnknownErrorReply(protocol, parent = None)
Constructor
- protocol
-
protocol name (string or QString)
- parent
-
reference to the parent object (QObject)
NetworkProtocolUnknownErrorReply.__fireSignals
__fireSignals()
Private method to send some signals to end the connection.
NetworkProtocolUnknownErrorReply.abort
abort()
Public slot to abort the operation.
NetworkProtocolUnknownErrorReply.bytesAvailable
bytesAvailable()
Public method to determined the bytes available for being read.
- Returns:
-
bytes available (integer)