Lines Matching refs:subclass
73 A subclass of :class:`HTTPConnection` that uses SSL for communication with
124 The base class of the other exceptions in this module. It is a subclass of
130 A subclass of :exc:`HTTPException`.
135 A subclass of :exc:`HTTPException`, raised if a port is given and is either
141 A subclass of :exc:`HTTPException`.
146 A subclass of :exc:`HTTPException`.
151 A subclass of :exc:`HTTPException`.
156 A subclass of :exc:`HTTPException`.
161 A subclass of :exc:`HTTPException`.
166 A subclass of :exc:`ImproperConnectionState`.
171 A subclass of :exc:`ImproperConnectionState`.
176 A subclass of :exc:`ImproperConnectionState`.
181 A subclass of :exc:`HTTPException`. Raised if a server responds with a HTTP
187 A subclass of :exc:`HTTPException`. Raised if an excessively long line
193 A subclass of :exc:`ConnectionResetError` and :exc:`BadStatusLine`. Raised
296 If a :exc:`ConnectionError` or subclass is raised, the
456 headers. :class:`http.client.HTTPMessage` is a subclass of