kr.motd.maven.sphinx.dist.urllib3.response$py.class Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sphinx-maven-plugin Show documentation
Show all versions of sphinx-maven-plugin Show documentation
Maven plugin that creates the site with Sphinx
???? 1? f$0 R(Lorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject; org/python/core/PyFrame setline (I)V
__future__ java/lang/String absolute_import
org/python/core/imp
importFrom \(Ljava/lang/String;[Ljava/lang/String;Lorg/python/core/PyFrame;I)[Lorg/python/core/PyObject;
setlocal /(Ljava/lang/String;Lorg/python/core/PyObject;)V
contextlib contextmanager zlib importOne H(Ljava/lang/String;Lorg/python/core/PyFrame;I)Lorg/python/core/PyObject;
! io # logging % socket ' timeout )
SocketTimeout + error - SocketError / _collections 1 HTTPHeaderDict 3
exceptions 5 BodyNotHttplibCompatible 7
ProtocolError 9 DecodeError ; ReadTimeoutError = ResponseNotChunked ? IncompleteRead A
InvalidHeader C packages.six E string_types G binary_type I PY3 K
basestring M packages.six.moves O http_client Q httplib S
connection U
HTTPException W BaseSSLError Y
util.response [ is_fp_closed ] is_response_to_head _ getname .(Ljava/lang/String;)Lorg/python/core/PyObject; a b
c getLogger e org/python/core/PyObject g __getattr__ i b
h j __name__ l __call__ S(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; n o
h p log r object t DeflateDecoder v DeflateDecoder$1
__module__ y org/python/core/Py { EmptyObjects [Lorg/python/core/PyObject; } ~ | org/python/core/PyFunction ? f_globals Lorg/python/core/PyObject; ? ? ?
__init__$2 True ? getglobal ? b
? getlocal (I)Lorg/python/core/PyObject; ? ?
?
_first_try ? __setattr__ ?
h ? 9(Lorg/python/core/ThreadState;)Lorg/python/core/PyObject; n ?
h ? _data ?
decompressobj ? _obj ? f_lasti I ? ? ? None ? ? | ? urllib3/response$py ? Lorg/python/core/PyCode; ? ? ? ? j(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;Lorg/python/core/PyObject;)V ? ?
? ? __init__ ?
__getattr__$3 getattr ? m(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; n ?
h ? ? ? ? ? i decompress$4 __not__ ()Lorg/python/core/PyObject; ? ?
h ? __nonzero__ ()Z ? ?
h ?
decompress ? _iadd 6(Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
h ? (ILorg/python/core/PyObject;)V ?
? False ? ? setException M(Ljava/lang/Throwable;Lorg/python/core/PyFrame;)Lorg/python/core/PyException; ? ?
| ? org/python/core/PyException ? match (Lorg/python/core/PyObject;)Z ? ?
? ? MAX_WBITS ? __neg__ ? ?
h ? addTraceback 1(Ljava/lang/Throwable;Lorg/python/core/PyFrame;)V ? ?
| ? java/lang/Throwable ? ? ? ? ? getf_locals ? ?
? x ? ? ? makeClass a(Ljava/lang/String;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;)Lorg/python/core/PyObject; ? ?
| ? java/util/Arrays ? fill (([Ljava/lang/Object;Ljava/lang/Object;)V ? ?
? ? GzipDecoder ?
GzipDecoder$5
__init__$6
newInteger (I)Lorg/python/core/PyInteger; ? ?
| ? _add ? ?
h ? ? ? ?
__getattr__$7 ? ? decompress$8 ? ? ? ? ? _get_decoder$9 gzip org/python/core/PyString
fromInterned .(Ljava/lang/String;)Lorg/python/core/PyString;
_eq ?
h
? ? _get_decoder IOBase HTTPResponse HTTPResponse$10 __doc__
HTTP Response container.
Backwards-compatible to httplib's HTTPResponse but the response ``body`` is
loaded and decoded on-demand when the ``data`` property is accessed. This
class is also compatible with the Python standard library's :mod:`io`
module, and can hence be treated as a readable object in the context of that
framework.
Extra parameters for behaviour not present in httplib.HTTPResponse:
:param preload_content:
If True, the response's body will be preloaded during construction.
:param decode_content:
If True, attempts to decode specific content-encoding's based on headers
(like 'gzip' and 'deflate') will be skipped and raw data will be used
instead.
:param original_response:
When this HTTPResponse wrapper is generated from an httplib.HTTPResponse
object, it's convenient to include the original for debug purposes. It's
otherwise unused.
:param retries:
The retries contains the last :class:`~urllib3.util.retry.Retry` that
was used during the request.
:param enforce_content_length:
Enforce content length checking. Body returned by server must match
value of Content-Length header, if present. Otherwise, raise error.
! org/python/core/PyList# deflate% ([Lorg/python/core/PyObject;)V ?'
$( CONTENT_DECODERS* REDIRECT_STATUSES, . __init__$11
isinstance1 headers3 status5 version7 reason9 strict; decode_content= retries? enforce_content_lengthA _decoderC _bodyE _fpG _original_responseI _fp_bytes_readK org/python/core/PyTupleM
N( _poolP _connectionR hasattrT readV chunkedX
chunk_leftZ get\ transfer-encoding^ lower` f$12 __iter__c ?
hd stripf java/lang/Objecth
f_savedlocals [Ljava/lang/Object;jk l getGeneratorInput ()Ljava/lang/Object;no
p __iternext__r ?
hsb ? ?u splitw ,y _in{ ?
h| _init_length~ length_remaining? g(Lorg/python/core/ThreadState;[Lorg/python/core/PyObject;[Ljava/lang/String;)Lorg/python/core/PyObject; n?
h?0 ? ?? get_redirect_location$13
Should we redirect and where to?
:returns: Truthy redirect location string if we got a redirect status
code and valid location. ``None`` if redirect status and no
location. ``False`` if not a redirect status code.
? location?? ? ?? get_redirect_location? release_conn$14 _put_conn?? ? ?? release_conn? data$15
cache_content?? ? ?? property? data?
connection$16? ? ?? tell$17 ?
Obtain the number of bytes pulled over the wire so far. May differ from
the amount of content returned by :meth:``HTTPResponse.read`` if bytes
are encoded on the wire (e.g, compressed).
?? ? ?? tell? _init_length$18 M
Set initial length value for Response content if available.
? content-length? _isnot? ?
h? warning? ?Received response with both Content-Length and Transfer-Encoding set. This is expressly forbidden by RFC 7230 sec 3.3.2. Ignoring Content-Length and attempting to process response as Transfer-Encoding: chunked.? set? ()V ??
$? append? int? dellocal?
? len? _gt? ?
h? 8Content-Length contained multiple unmatching values (%s)? _mod? ?
h?
makeException 9(Lorg/python/core/PyObject;)Lorg/python/core/PyException;??
|? pop?
ValueError? _lt? ?
h? _le? ?
h? HEAD?? ? ?? _init_decoder$19 =
Set-up the _decoder attribute if necessary.
? content-encoding? _is? ?
h?? ? ??
_init_decoder?
_decode$20 N
Decode the data passed in and potentially flush the decoder.
? IOError? value? ? ?? EReceived response with content-encoding: %s, but failed to decode it.? _flush_decoder?? ? ?? _decode? _flush_decoder$21 k
Flushes the decoder. Should only be called if the decoder is actually
being used.
? flush?? ? ?? _error_catcher$22 ?
Catch low-level python exceptions, instead re-raising urllib3
variants, so that low-level exceptions are not leaked in the
high-level api.
On exit, release the connection back to the pool.
Read timed out. ?(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; n
h read operation timed out str _notin
?
h ()Lorg/python/core/PyException;?
| Connection broken: %r close isclosed ? ? _error_catcher read$23 f_exits ~ P
Similar to :meth:`httplib.HTTPResponse.read`, but with two additional
parameters: ``decode_content`` and ``cache_content``.
:param amt:
How much of the content to read. If specified, caching is skipped
because it doesn't make sense to cache partial content as the full
response.
:param decode_content:
If True, will attempt to decode the body based on the
'content-encoding' header.
:param cache_content:
If True, will save the returned data such that the same result is
returned despite of the state of the underlying file object. This
is useful if you want the ``.data`` property to continue working
after having ``.read()`` the file object. (Overridden if ``amt`` is
set.)
! org/python/core/ContextGuard#
getManager <(Lorg/python/core/PyObject;)Lorg/python/core/ContextManager;%&
$' org/python/core/ContextManager) __enter__+ ?*, _ne. ?
h/ __exit__ =(Lorg/python/core/ThreadState;Lorg/python/core/PyException;)Z12*3 _isub5 ?
h6 ? ?8 _pow: ?
h; stream$24_
A generator wrapper for the read() method. A call will block until
``amt`` bytes have been read from the connection or until the
connection is closed.
:param amt:
How much of the content to read. The generator will return up to
much data per iteration, but may return less. This is particularly
likely when using compressed data. However, the empty string will
never be returned.
:param decode_content:
If True, will attempt to decode the body based on the
'content-encoding' header.
> supports_chunked_reads@ read_chunkedB amtD= ? ?F streamH from_httplib$25
Given an :class:`httplib.HTTPResponse` instance ``r``, return a
corresponding :class:`urllib3.response.HTTPResponse` object.
Remaining parameters are passed to the HTTPResponse constructor, along
with ``original_response=r``.
K msgM itemsO from_httplibQ bodyS original_responseU
_callextra ~([Lorg/python/core/PyObject;[Ljava/lang/String;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;WX
hYJ ? ?[ classmethod]
getheaders$26_ ? ?`
getheadersb getheader$27d ? ?e getheaderg info$28i ? ?j infol close$29 closedon ? ?q closed$30s ? ?t fileno$31 -HTTPResponse has no file to get a fileno fromw filenoy OThe file-like object this HTTPResponse is wrapped around has no file descriptor{v ? ?} flush$32 ? ?? readable$33? ? ?? readable? readinto$34 __setslice__ k(Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)V??
h?? ? ?? readinto? supports_chunked_reads$35 ?
Checks if the underlying file-like object looks like a
httplib.HTTPResponse object. We do this by testing for the fp
attribute. If it is present we assume it returns raw chunks as
processed by read_chunked().
? fp?? ? ?? _update_chunk_length$36 readline? ;? __getitem__? ?
h?? ? ?? _update_chunk_length? _handle_chunk$37
_safe_read? _sub? ?
h?? ? ??
_handle_chunk? read_chunked$38 ?
Similar to :meth:`HTTPResponse.read`, but with an additional
parameter: ``decode_content``.
:param decode_content:
If True, will attempt to decode the body based on the
'content-encoding' header.
? HResponse is not chunked. Header 'transfer-encoding: chunked' is missing.? gBody should be httplib.HTTPResponse like. It should have have an fp attribute which returns raw chunks.?
flush_decoder?
?? ? ?? ? ?? (Ljava/lang/String;)V org/python/core/PyFunctionTable?
?? self Lurllib3/response$py;?? ?? ? newCode ?(I[Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;IZZLorg/python/core/PyFunctionTable;I[Ljava/lang/String;[Ljava/lang/String;II)Lorg/python/core/PyCode;??
|? ? ??? name? decompressed? mode? preload_content? pool? request_method? tr_enc? encodings? _(150_21)? _(x)? enc? ? length? lengths? _[226_31]? val? content_encoding? e? buf?
clean_exit? line? ResponseCls? r? response_kw? resp? default? b temp returned_chunk chunk? decoded
getMain ()Lorg/python/core/PyCode; main ([Ljava/lang/String;)V ? ??
?
? org/python/core/CodeLoader createSimpleBootstrap 9(Lorg/python/core/PyCode;)Lorg/python/core/CodeBootstrap;
runMain 5(Lorg/python/core/CodeBootstrap;[Ljava/lang/String;)V
| getCodeBootstrap !()Lorg/python/core/CodeBootstrap; #org/python/core/PyRunnableBootstrap! )getFilenameConstructorReflectionBootstrap 2(Ljava/lang/Class;)Lorg/python/core/CodeBootstrap;#$
"%
call_function S(ILorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject;
?) x
?+ ?
?- ?
?/ ?
?1 ?
?3 ?
?5
?7
?9
?;
?=0
??b
?A?
?C?
?E?
?G?
?I?
?K?
?M?
?O?
?Q?
?S
?U
?W=
?YJ
?[_
?]d
?_i
?an
?cs
?ev
?g
?i?
?k?
?m?
?o?
?q?
?s?
?u org/python/core/PyRunnablew Lorg/python/compiler/APIVersion; % Lorg/python/compiler/MTime; `9?? Lorg/python/compiler/Filename; Z/home/trustin/Workspaces/sphinx-maven-plugin/target/update-sphinx/dist/urllib3/response.py org/python/core/ThreadState?k ~ Code LineNumberTable StackMap
SourceFile RuntimeVisibleAnnotations ! ?? x ( ?? ? x ? ? ? ? ? ? ? ? ? ? ? ? ?
? ? 0 ? b ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? = ? J ? _ ? d ? i ? n ? s ? v ? ? ? ? ? ? ? ? ? ? ? ? ? ? , ? ? ?+?
? N-S-+? N-2:+? :+? ? N-S-+? N-2:+? :+? +? "N+-? N+? $+? "N+$-? N+? &+? "N+&-? N+? (? N-*S-+? N-2:+,? :+? (? N-.S-+? N-2:+0? :+ ? 2? N-4S-+? N-2:+4? :+
? 6? N-8S-:S-S-@S-BS-DS-+? N-2:+8? :-2:+:? :-2:+<? :-2:+>? :-2:+@? :-2:+B? :-2:+D? :+? F? N-HS-JS-LS-+? N-2:+N? :-2:+J? :-2:+L? :+? P? N-RS-+? N-2:+T? :+? V? N-XS-ZS-+? N-2:+X? :-2:+Z? :+? \? N-^S-`S-+? N-2:+^? :-2:+`? :+? +&? df? k,+m? d? qN+s-? N+? ? hN+u? d-__Sw-? ? ?:+w? :-? ?+7? ? hN+u? d-__S?-? ? ?:+?? :-? ?+E? ? ?N? ?Y+? ?-?? ?N+-? N+L? ? hN+$? d? k-__S-??? ?:+? :-? ?+? ?? ?? ? J
7 E L x ? ? }+z+m? d? +? ? ?N? ?Y+? ?-? ?? ?N+?-? N+? ? ?N? ?Y+? ?-? ?? ?N+?-? N+ ? ? ?N? ?Y+? ?-? ?? ?N+?-? N+? ? ? ? ? ? d+? +?? ?N+? ??-? ?N+? +J? ?,? ?N+? ??-? ?N+? +? ??? k,? ?N+? ??-? ?N+? ?? ?? ? ? ? ? '+? +?? ?,+? ??? k+? ?? ?N+? ?-? ? ? ? +!? +? ?? ?? +"? +? ?N+? ?-?+$? +? ??? k? ?? )+%? +? ??? kĶ k,+? ?? qN+? ?-?+'? +? ??::? k:+? ?_? ?:? ?+)? +? ??? kĶ k,+? ?? q:+? ?:+*? +? ?? @++? +Ͷ ?:+? ??? ?:+,? +ζ ?:+? ??? ?:? +-? +? ?N+? ?-?+? ?:+? ?.? k? ؙ ?+/? +Ͷ ?:+? ??? ?:+0? +? ??? k,+? ?ڶ k? ݶ q:+? ??? ?::+2? +? ?Ķ k,+? ??? k? qN+4? +ζ ?:+? ??? ?:+? ?-?:+? ?+4? +ζ ?:+? ??? ?:? ? ?? ? ??? ???? ? ?! ?!! ? ? > ! " $ % ' ) * + , - / 0 2 4 4? ? ' ? ? f ? ? ? ? h h ! ? ? h h ?? ? ? ? h ?? ?? ? ? ? h h ? ? ? ? }+z+m? d? +9? ? ?N? ?Y+? ?-?? ?N+?-? N+