Home | History | Annotate | Download | only in library

Lines Matching full:subclass

67    A subclass of :class:`HTTPConnection` that uses SSL for communication with
118 The base class of the other exceptions in this module. It is a subclass of
124 A subclass of :exc:`HTTPException`.
129 A subclass of :exc:`HTTPException`, raised if a port is given and is either
135 A subclass of :exc:`HTTPException`.
140 A subclass of :exc:`HTTPException`.
145 A subclass of :exc:`HTTPException`.
150 A subclass of :exc:`HTTPException`.
155 A subclass of :exc:`HTTPException`.
160 A subclass of :exc:`ImproperConnectionState`.
165 A subclass of :exc:`ImproperConnectionState`.
170 A subclass of :exc:`ImproperConnectionState`.
175 A subclass of :exc:`HTTPException`. Raised if a server responds with a HTTP
181 A subclass of :exc:`HTTPException`. Raised if an excessively long line
187 A subclass of :exc:`ConnectionResetError` and :exc:`BadStatusLine`. Raised
290 If a :exc:`ConnectionError` or subclass is raised, the
442 headers. :class:`http.client.HTTPMessage` is a subclass of