|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Helpviewer.Network.EmptyNetworkReply</title> |
|
6 <style> |
|
7 body { |
|
8 background: #EDECE6; |
|
9 margin: 0em 1em 10em 1em; |
|
10 color: black; |
|
11 } |
|
12 |
|
13 h1 { color: white; background: #85774A; } |
|
14 h2 { color: white; background: #85774A; } |
|
15 h3 { color: white; background: #9D936E; } |
|
16 h4 { color: white; background: #9D936E; } |
|
17 |
|
18 a { color: #BA6D36; } |
|
19 |
|
20 </style> |
|
21 </head> |
|
22 <body><a NAME="top" ID="top"></a> |
|
23 <h1>eric5.Helpviewer.Network.EmptyNetworkReply</h1> |
|
24 <p> |
|
25 Module implementing a network reply class for an empty reply |
|
26 (i.e. request was handle other way). |
|
27 </p> |
|
28 <h3>Global Attributes</h3> |
|
29 <table> |
|
30 <tr><td>None</td></tr> |
|
31 </table> |
|
32 <h3>Classes</h3> |
|
33 <table> |
|
34 <tr> |
|
35 <td><a href="#EmptyNetworkReply">EmptyNetworkReply</a></td> |
|
36 <td>Class implementing an empty network reply.</td> |
|
37 </tr> |
|
38 </table> |
|
39 <h3>Functions</h3> |
|
40 <table> |
|
41 <tr><td>None</td></tr> |
|
42 </table> |
|
43 <hr /><hr /> |
|
44 <a NAME="EmptyNetworkReply" ID="EmptyNetworkReply"></a> |
|
45 <h2>EmptyNetworkReply</h2> |
|
46 <p> |
|
47 Class implementing an empty network reply. |
|
48 </p> |
|
49 <h3>Derived from</h3> |
|
50 QNetworkReply |
|
51 <h3>Class Attributes</h3> |
|
52 <table> |
|
53 <tr><td>None</td></tr> |
|
54 </table> |
|
55 <h3>Class Methods</h3> |
|
56 <table> |
|
57 <tr><td>None</td></tr> |
|
58 </table> |
|
59 <h3>Methods</h3> |
|
60 <table> |
|
61 <tr> |
|
62 <td><a href="#EmptyNetworkReply.__init__">EmptyNetworkReply</a></td> |
|
63 <td>Constructor</td> |
|
64 </tr><tr> |
|
65 <td><a href="#EmptyNetworkReply.abort">abort</a></td> |
|
66 <td>Public slot to abort the operation.</td> |
|
67 </tr><tr> |
|
68 <td><a href="#EmptyNetworkReply.readData">readData</a></td> |
|
69 <td>Protected method to retrieve data from the reply object.</td> |
|
70 </tr> |
|
71 </table> |
|
72 <h3>Static Methods</h3> |
|
73 <table> |
|
74 <tr><td>None</td></tr> |
|
75 </table> |
|
76 <a NAME="EmptyNetworkReply.__init__" ID="EmptyNetworkReply.__init__"></a> |
|
77 <h4>EmptyNetworkReply (Constructor)</h4> |
|
78 <b>EmptyNetworkReply</b>(<i>parent=None</i>) |
|
79 <p> |
|
80 Constructor |
|
81 </p><dl> |
|
82 <dt><i>parent</i></dt> |
|
83 <dd> |
|
84 reference to the parent object (QObject) |
|
85 </dd> |
|
86 </dl><a NAME="EmptyNetworkReply.abort" ID="EmptyNetworkReply.abort"></a> |
|
87 <h4>EmptyNetworkReply.abort</h4> |
|
88 <b>abort</b>(<i></i>) |
|
89 <p> |
|
90 Public slot to abort the operation. |
|
91 </p><a NAME="EmptyNetworkReply.readData" ID="EmptyNetworkReply.readData"></a> |
|
92 <h4>EmptyNetworkReply.readData</h4> |
|
93 <b>readData</b>(<i>maxlen</i>) |
|
94 <p> |
|
95 Protected method to retrieve data from the reply object. |
|
96 </p><dl> |
|
97 <dt><i>maxlen</i></dt> |
|
98 <dd> |
|
99 maximum number of bytes to read (integer) |
|
100 </dd> |
|
101 </dl><dl> |
|
102 <dt>Returns:</dt> |
|
103 <dd> |
|
104 string containing the data (bytes) |
|
105 </dd> |
|
106 </dl> |
|
107 <div align="right"><a href="#top">Up</a></div> |
|
108 <hr /> |
|
109 </body></html> |