Compare commits
11 Commits
b887b62407
...
7fd8b2ccc2
Author | SHA1 | Date |
---|---|---|
|
7fd8b2ccc2 | 2 years ago |
|
cf33e4afc6 | 2 years ago |
|
e1ed513ecb | 2 years ago |
|
5e7a80b5e5 | 2 years ago |
|
9d6ccd7b37 | 2 years ago |
|
c33ed41976 | 2 years ago |
|
85f6ef9e59 | 2 years ago |
|
f8d8e771c3 | 2 years ago |
|
27d7fc2a0b | 2 years ago |
|
886aa7db05 | 2 years ago |
|
0a502fe709 | 2 years ago |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,558 @@
|
|||||||
|
Apache License
|
||||||
|
Version 2.0, January 2004
|
||||||
|
http://www.apache.org/licenses/
|
||||||
|
|
||||||
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||||
|
|
||||||
|
1. Definitions.
|
||||||
|
|
||||||
|
"License" shall mean the terms and conditions for use, reproduction,
|
||||||
|
and distribution as defined by Sections 1 through 9 of this document.
|
||||||
|
|
||||||
|
"Licensor" shall mean the copyright owner or entity authorized by
|
||||||
|
the copyright owner that is granting the License.
|
||||||
|
|
||||||
|
"Legal Entity" shall mean the union of the acting entity and all
|
||||||
|
other entities that control, are controlled by, or are under common
|
||||||
|
control with that entity. For the purposes of this definition,
|
||||||
|
"control" means (i) the power, direct or indirect, to cause the
|
||||||
|
direction or management of such entity, whether by contract or
|
||||||
|
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||||
|
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||||
|
|
||||||
|
"You" (or "Your") shall mean an individual or Legal Entity
|
||||||
|
exercising permissions granted by this License.
|
||||||
|
|
||||||
|
"Source" form shall mean the preferred form for making modifications,
|
||||||
|
including but not limited to software source code, documentation
|
||||||
|
source, and configuration files.
|
||||||
|
|
||||||
|
"Object" form shall mean any form resulting from mechanical
|
||||||
|
transformation or translation of a Source form, including but
|
||||||
|
not limited to compiled object code, generated documentation,
|
||||||
|
and conversions to other media types.
|
||||||
|
|
||||||
|
"Work" shall mean the work of authorship, whether in Source or
|
||||||
|
Object form, made available under the License, as indicated by a
|
||||||
|
copyright notice that is included in or attached to the work
|
||||||
|
(an example is provided in the Appendix below).
|
||||||
|
|
||||||
|
"Derivative Works" shall mean any work, whether in Source or Object
|
||||||
|
form, that is based on (or derived from) the Work and for which the
|
||||||
|
editorial revisions, annotations, elaborations, or other modifications
|
||||||
|
represent, as a whole, an original work of authorship. For the purposes
|
||||||
|
of this License, Derivative Works shall not include works that remain
|
||||||
|
separable from, or merely link (or bind by name) to the interfaces of,
|
||||||
|
the Work and Derivative Works thereof.
|
||||||
|
|
||||||
|
"Contribution" shall mean any work of authorship, including
|
||||||
|
the original version of the Work and any modifications or additions
|
||||||
|
to that Work or Derivative Works thereof, that is intentionally
|
||||||
|
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||||
|
or by an individual or Legal Entity authorized to submit on behalf of
|
||||||
|
the copyright owner. For the purposes of this definition, "submitted"
|
||||||
|
means any form of electronic, verbal, or written communication sent
|
||||||
|
to the Licensor or its representatives, including but not limited to
|
||||||
|
communication on electronic mailing lists, source code control systems,
|
||||||
|
and issue tracking systems that are managed by, or on behalf of, the
|
||||||
|
Licensor for the purpose of discussing and improving the Work, but
|
||||||
|
excluding communication that is conspicuously marked or otherwise
|
||||||
|
designated in writing by the copyright owner as "Not a Contribution."
|
||||||
|
|
||||||
|
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||||
|
on behalf of whom a Contribution has been received by Licensor and
|
||||||
|
subsequently incorporated within the Work.
|
||||||
|
|
||||||
|
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
copyright license to reproduce, prepare Derivative Works of,
|
||||||
|
publicly display, publicly perform, sublicense, and distribute the
|
||||||
|
Work and such Derivative Works in Source or Object form.
|
||||||
|
|
||||||
|
3. Grant of Patent License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
(except as stated in this section) patent license to make, have made,
|
||||||
|
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||||
|
where such license applies only to those patent claims licensable
|
||||||
|
by such Contributor that are necessarily infringed by their
|
||||||
|
Contribution(s) alone or by combination of their Contribution(s)
|
||||||
|
with the Work to which such Contribution(s) was submitted. If You
|
||||||
|
institute patent litigation against any entity (including a
|
||||||
|
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||||
|
or a Contribution incorporated within the Work constitutes direct
|
||||||
|
or contributory patent infringement, then any patent licenses
|
||||||
|
granted to You under this License for that Work shall terminate
|
||||||
|
as of the date such litigation is filed.
|
||||||
|
|
||||||
|
4. Redistribution. You may reproduce and distribute copies of the
|
||||||
|
Work or Derivative Works thereof in any medium, with or without
|
||||||
|
modifications, and in Source or Object form, provided that You
|
||||||
|
meet the following conditions:
|
||||||
|
|
||||||
|
(a) You must give any other recipients of the Work or
|
||||||
|
Derivative Works a copy of this License; and
|
||||||
|
|
||||||
|
(b) You must cause any modified files to carry prominent notices
|
||||||
|
stating that You changed the files; and
|
||||||
|
|
||||||
|
(c) You must retain, in the Source form of any Derivative Works
|
||||||
|
that You distribute, all copyright, patent, trademark, and
|
||||||
|
attribution notices from the Source form of the Work,
|
||||||
|
excluding those notices that do not pertain to any part of
|
||||||
|
the Derivative Works; and
|
||||||
|
|
||||||
|
(d) If the Work includes a "NOTICE" text file as part of its
|
||||||
|
distribution, then any Derivative Works that You distribute must
|
||||||
|
include a readable copy of the attribution notices contained
|
||||||
|
within such NOTICE file, excluding those notices that do not
|
||||||
|
pertain to any part of the Derivative Works, in at least one
|
||||||
|
of the following places: within a NOTICE text file distributed
|
||||||
|
as part of the Derivative Works; within the Source form or
|
||||||
|
documentation, if provided along with the Derivative Works; or,
|
||||||
|
within a display generated by the Derivative Works, if and
|
||||||
|
wherever such third-party notices normally appear. The contents
|
||||||
|
of the NOTICE file are for informational purposes only and
|
||||||
|
do not modify the License. You may add Your own attribution
|
||||||
|
notices within Derivative Works that You distribute, alongside
|
||||||
|
or as an addendum to the NOTICE text from the Work, provided
|
||||||
|
that such additional attribution notices cannot be construed
|
||||||
|
as modifying the License.
|
||||||
|
|
||||||
|
You may add Your own copyright statement to Your modifications and
|
||||||
|
may provide additional or different license terms and conditions
|
||||||
|
for use, reproduction, or distribution of Your modifications, or
|
||||||
|
for any such Derivative Works as a whole, provided Your use,
|
||||||
|
reproduction, and distribution of the Work otherwise complies with
|
||||||
|
the conditions stated in this License.
|
||||||
|
|
||||||
|
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||||
|
any Contribution intentionally submitted for inclusion in the Work
|
||||||
|
by You to the Licensor shall be under the terms and conditions of
|
||||||
|
this License, without any additional terms or conditions.
|
||||||
|
Notwithstanding the above, nothing herein shall supersede or modify
|
||||||
|
the terms of any separate license agreement you may have executed
|
||||||
|
with Licensor regarding such Contributions.
|
||||||
|
|
||||||
|
6. Trademarks. This License does not grant permission to use the trade
|
||||||
|
names, trademarks, service marks, or product names of the Licensor,
|
||||||
|
except as required for reasonable and customary use in describing the
|
||||||
|
origin of the Work and reproducing the content of the NOTICE file.
|
||||||
|
|
||||||
|
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||||
|
agreed to in writing, Licensor provides the Work (and each
|
||||||
|
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||||
|
implied, including, without limitation, any warranties or conditions
|
||||||
|
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||||
|
appropriateness of using or redistributing the Work and assume any
|
||||||
|
risks associated with Your exercise of permissions under this License.
|
||||||
|
|
||||||
|
8. Limitation of Liability. In no event and under no legal theory,
|
||||||
|
whether in tort (including negligence), contract, or otherwise,
|
||||||
|
unless required by applicable law (such as deliberate and grossly
|
||||||
|
negligent acts) or agreed to in writing, shall any Contributor be
|
||||||
|
liable to You for damages, including any direct, indirect, special,
|
||||||
|
incidental, or consequential damages of any character arising as a
|
||||||
|
result of this License or out of the use or inability to use the
|
||||||
|
Work (including but not limited to damages for loss of goodwill,
|
||||||
|
work stoppage, computer failure or malfunction, or any and all
|
||||||
|
other commercial damages or losses), even if such Contributor
|
||||||
|
has been advised of the possibility of such damages.
|
||||||
|
|
||||||
|
9. Accepting Warranty or Additional Liability. While redistributing
|
||||||
|
the Work or Derivative Works thereof, You may choose to offer,
|
||||||
|
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||||
|
or other liability obligations and/or rights consistent with this
|
||||||
|
License. However, in accepting such obligations, You may act only
|
||||||
|
on Your own behalf and on Your sole responsibility, not on behalf
|
||||||
|
of any other Contributor, and only if You agree to indemnify,
|
||||||
|
defend, and hold each Contributor harmless for any liability
|
||||||
|
incurred by, or claims asserted against, such Contributor by reason
|
||||||
|
of your accepting any such warranty or additional liability.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
=========================================================================
|
||||||
|
|
||||||
|
This project includes Public Suffix List copied from
|
||||||
|
<https://publicsuffix.org/list/effective_tld_names.dat>
|
||||||
|
licensed under the terms of the Mozilla Public License, v. 2.0
|
||||||
|
|
||||||
|
Full license text: <http://mozilla.org/MPL/2.0/>
|
||||||
|
|
||||||
|
Mozilla Public License Version 2.0
|
||||||
|
==================================
|
||||||
|
|
||||||
|
1. Definitions
|
||||||
|
--------------
|
||||||
|
|
||||||
|
1.1. "Contributor"
|
||||||
|
means each individual or legal entity that creates, contributes to
|
||||||
|
the creation of, or owns Covered Software.
|
||||||
|
|
||||||
|
1.2. "Contributor Version"
|
||||||
|
means the combination of the Contributions of others (if any) used
|
||||||
|
by a Contributor and that particular Contributor's Contribution.
|
||||||
|
|
||||||
|
1.3. "Contribution"
|
||||||
|
means Covered Software of a particular Contributor.
|
||||||
|
|
||||||
|
1.4. "Covered Software"
|
||||||
|
means Source Code Form to which the initial Contributor has attached
|
||||||
|
the notice in Exhibit A, the Executable Form of such Source Code
|
||||||
|
Form, and Modifications of such Source Code Form, in each case
|
||||||
|
including portions thereof.
|
||||||
|
|
||||||
|
1.5. "Incompatible With Secondary Licenses"
|
||||||
|
means
|
||||||
|
|
||||||
|
(a) that the initial Contributor has attached the notice described
|
||||||
|
in Exhibit B to the Covered Software; or
|
||||||
|
|
||||||
|
(b) that the Covered Software was made available under the terms of
|
||||||
|
version 1.1 or earlier of the License, but not also under the
|
||||||
|
terms of a Secondary License.
|
||||||
|
|
||||||
|
1.6. "Executable Form"
|
||||||
|
means any form of the work other than Source Code Form.
|
||||||
|
|
||||||
|
1.7. "Larger Work"
|
||||||
|
means a work that combines Covered Software with other material, in
|
||||||
|
a separate file or files, that is not Covered Software.
|
||||||
|
|
||||||
|
1.8. "License"
|
||||||
|
means this document.
|
||||||
|
|
||||||
|
1.9. "Licensable"
|
||||||
|
means having the right to grant, to the maximum extent possible,
|
||||||
|
whether at the time of the initial grant or subsequently, any and
|
||||||
|
all of the rights conveyed by this License.
|
||||||
|
|
||||||
|
1.10. "Modifications"
|
||||||
|
means any of the following:
|
||||||
|
|
||||||
|
(a) any file in Source Code Form that results from an addition to,
|
||||||
|
deletion from, or modification of the contents of Covered
|
||||||
|
Software; or
|
||||||
|
|
||||||
|
(b) any new file in Source Code Form that contains any Covered
|
||||||
|
Software.
|
||||||
|
|
||||||
|
1.11. "Patent Claims" of a Contributor
|
||||||
|
means any patent claim(s), including without limitation, method,
|
||||||
|
process, and apparatus claims, in any patent Licensable by such
|
||||||
|
Contributor that would be infringed, but for the grant of the
|
||||||
|
License, by the making, using, selling, offering for sale, having
|
||||||
|
made, import, or transfer of either its Contributions or its
|
||||||
|
Contributor Version.
|
||||||
|
|
||||||
|
1.12. "Secondary License"
|
||||||
|
means either the GNU General Public License, Version 2.0, the GNU
|
||||||
|
Lesser General Public License, Version 2.1, the GNU Affero General
|
||||||
|
Public License, Version 3.0, or any later versions of those
|
||||||
|
licenses.
|
||||||
|
|
||||||
|
1.13. "Source Code Form"
|
||||||
|
means the form of the work preferred for making modifications.
|
||||||
|
|
||||||
|
1.14. "You" (or "Your")
|
||||||
|
means an individual or a legal entity exercising rights under this
|
||||||
|
License. For legal entities, "You" includes any entity that
|
||||||
|
controls, is controlled by, or is under common control with You. For
|
||||||
|
purposes of this definition, "control" means (a) the power, direct
|
||||||
|
or indirect, to cause the direction or management of such entity,
|
||||||
|
whether by contract or otherwise, or (b) ownership of more than
|
||||||
|
fifty percent (50%) of the outstanding shares or beneficial
|
||||||
|
ownership of such entity.
|
||||||
|
|
||||||
|
2. License Grants and Conditions
|
||||||
|
--------------------------------
|
||||||
|
|
||||||
|
2.1. Grants
|
||||||
|
|
||||||
|
Each Contributor hereby grants You a world-wide, royalty-free,
|
||||||
|
non-exclusive license:
|
||||||
|
|
||||||
|
(a) under intellectual property rights (other than patent or trademark)
|
||||||
|
Licensable by such Contributor to use, reproduce, make available,
|
||||||
|
modify, display, perform, distribute, and otherwise exploit its
|
||||||
|
Contributions, either on an unmodified basis, with Modifications, or
|
||||||
|
as part of a Larger Work; and
|
||||||
|
|
||||||
|
(b) under Patent Claims of such Contributor to make, use, sell, offer
|
||||||
|
for sale, have made, import, and otherwise transfer either its
|
||||||
|
Contributions or its Contributor Version.
|
||||||
|
|
||||||
|
2.2. Effective Date
|
||||||
|
|
||||||
|
The licenses granted in Section 2.1 with respect to any Contribution
|
||||||
|
become effective for each Contribution on the date the Contributor first
|
||||||
|
distributes such Contribution.
|
||||||
|
|
||||||
|
2.3. Limitations on Grant Scope
|
||||||
|
|
||||||
|
The licenses granted in this Section 2 are the only rights granted under
|
||||||
|
this License. No additional rights or licenses will be implied from the
|
||||||
|
distribution or licensing of Covered Software under this License.
|
||||||
|
Notwithstanding Section 2.1(b) above, no patent license is granted by a
|
||||||
|
Contributor:
|
||||||
|
|
||||||
|
(a) for any code that a Contributor has removed from Covered Software;
|
||||||
|
or
|
||||||
|
|
||||||
|
(b) for infringements caused by: (i) Your and any other third party's
|
||||||
|
modifications of Covered Software, or (ii) the combination of its
|
||||||
|
Contributions with other software (except as part of its Contributor
|
||||||
|
Version); or
|
||||||
|
|
||||||
|
(c) under Patent Claims infringed by Covered Software in the absence of
|
||||||
|
its Contributions.
|
||||||
|
|
||||||
|
This License does not grant any rights in the trademarks, service marks,
|
||||||
|
or logos of any Contributor (except as may be necessary to comply with
|
||||||
|
the notice requirements in Section 3.4).
|
||||||
|
|
||||||
|
2.4. Subsequent Licenses
|
||||||
|
|
||||||
|
No Contributor makes additional grants as a result of Your choice to
|
||||||
|
distribute the Covered Software under a subsequent version of this
|
||||||
|
License (see Section 10.2) or under the terms of a Secondary License (if
|
||||||
|
permitted under the terms of Section 3.3).
|
||||||
|
|
||||||
|
2.5. Representation
|
||||||
|
|
||||||
|
Each Contributor represents that the Contributor believes its
|
||||||
|
Contributions are its original creation(s) or it has sufficient rights
|
||||||
|
to grant the rights to its Contributions conveyed by this License.
|
||||||
|
|
||||||
|
2.6. Fair Use
|
||||||
|
|
||||||
|
This License is not intended to limit any rights You have under
|
||||||
|
applicable copyright doctrines of fair use, fair dealing, or other
|
||||||
|
equivalents.
|
||||||
|
|
||||||
|
2.7. Conditions
|
||||||
|
|
||||||
|
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
|
||||||
|
in Section 2.1.
|
||||||
|
|
||||||
|
3. Responsibilities
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
3.1. Distribution of Source Form
|
||||||
|
|
||||||
|
All distribution of Covered Software in Source Code Form, including any
|
||||||
|
Modifications that You create or to which You contribute, must be under
|
||||||
|
the terms of this License. You must inform recipients that the Source
|
||||||
|
Code Form of the Covered Software is governed by the terms of this
|
||||||
|
License, and how they can obtain a copy of this License. You may not
|
||||||
|
attempt to alter or restrict the recipients' rights in the Source Code
|
||||||
|
Form.
|
||||||
|
|
||||||
|
3.2. Distribution of Executable Form
|
||||||
|
|
||||||
|
If You distribute Covered Software in Executable Form then:
|
||||||
|
|
||||||
|
(a) such Covered Software must also be made available in Source Code
|
||||||
|
Form, as described in Section 3.1, and You must inform recipients of
|
||||||
|
the Executable Form how they can obtain a copy of such Source Code
|
||||||
|
Form by reasonable means in a timely manner, at a charge no more
|
||||||
|
than the cost of distribution to the recipient; and
|
||||||
|
|
||||||
|
(b) You may distribute such Executable Form under the terms of this
|
||||||
|
License, or sublicense it under different terms, provided that the
|
||||||
|
license for the Executable Form does not attempt to limit or alter
|
||||||
|
the recipients' rights in the Source Code Form under this License.
|
||||||
|
|
||||||
|
3.3. Distribution of a Larger Work
|
||||||
|
|
||||||
|
You may create and distribute a Larger Work under terms of Your choice,
|
||||||
|
provided that You also comply with the requirements of this License for
|
||||||
|
the Covered Software. If the Larger Work is a combination of Covered
|
||||||
|
Software with a work governed by one or more Secondary Licenses, and the
|
||||||
|
Covered Software is not Incompatible With Secondary Licenses, this
|
||||||
|
License permits You to additionally distribute such Covered Software
|
||||||
|
under the terms of such Secondary License(s), so that the recipient of
|
||||||
|
the Larger Work may, at their option, further distribute the Covered
|
||||||
|
Software under the terms of either this License or such Secondary
|
||||||
|
License(s).
|
||||||
|
|
||||||
|
3.4. Notices
|
||||||
|
|
||||||
|
You may not remove or alter the substance of any license notices
|
||||||
|
(including copyright notices, patent notices, disclaimers of warranty,
|
||||||
|
or limitations of liability) contained within the Source Code Form of
|
||||||
|
the Covered Software, except that You may alter any license notices to
|
||||||
|
the extent required to remedy known factual inaccuracies.
|
||||||
|
|
||||||
|
3.5. Application of Additional Terms
|
||||||
|
|
||||||
|
You may choose to offer, and to charge a fee for, warranty, support,
|
||||||
|
indemnity or liability obligations to one or more recipients of Covered
|
||||||
|
Software. However, You may do so only on Your own behalf, and not on
|
||||||
|
behalf of any Contributor. You must make it absolutely clear that any
|
||||||
|
such warranty, support, indemnity, or liability obligation is offered by
|
||||||
|
You alone, and You hereby agree to indemnify every Contributor for any
|
||||||
|
liability incurred by such Contributor as a result of warranty, support,
|
||||||
|
indemnity or liability terms You offer. You may include additional
|
||||||
|
disclaimers of warranty and limitations of liability specific to any
|
||||||
|
jurisdiction.
|
||||||
|
|
||||||
|
4. Inability to Comply Due to Statute or Regulation
|
||||||
|
---------------------------------------------------
|
||||||
|
|
||||||
|
If it is impossible for You to comply with any of the terms of this
|
||||||
|
License with respect to some or all of the Covered Software due to
|
||||||
|
statute, judicial order, or regulation then You must: (a) comply with
|
||||||
|
the terms of this License to the maximum extent possible; and (b)
|
||||||
|
describe the limitations and the code they affect. Such description must
|
||||||
|
be placed in a text file included with all distributions of the Covered
|
||||||
|
Software under this License. Except to the extent prohibited by statute
|
||||||
|
or regulation, such description must be sufficiently detailed for a
|
||||||
|
recipient of ordinary skill to be able to understand it.
|
||||||
|
|
||||||
|
5. Termination
|
||||||
|
--------------
|
||||||
|
|
||||||
|
5.1. The rights granted under this License will terminate automatically
|
||||||
|
if You fail to comply with any of its terms. However, if You become
|
||||||
|
compliant, then the rights granted under this License from a particular
|
||||||
|
Contributor are reinstated (a) provisionally, unless and until such
|
||||||
|
Contributor explicitly and finally terminates Your grants, and (b) on an
|
||||||
|
ongoing basis, if such Contributor fails to notify You of the
|
||||||
|
non-compliance by some reasonable means prior to 60 days after You have
|
||||||
|
come back into compliance. Moreover, Your grants from a particular
|
||||||
|
Contributor are reinstated on an ongoing basis if such Contributor
|
||||||
|
notifies You of the non-compliance by some reasonable means, this is the
|
||||||
|
first time You have received notice of non-compliance with this License
|
||||||
|
from such Contributor, and You become compliant prior to 30 days after
|
||||||
|
Your receipt of the notice.
|
||||||
|
|
||||||
|
5.2. If You initiate litigation against any entity by asserting a patent
|
||||||
|
infringement claim (excluding declaratory judgment actions,
|
||||||
|
counter-claims, and cross-claims) alleging that a Contributor Version
|
||||||
|
directly or indirectly infringes any patent, then the rights granted to
|
||||||
|
You by any and all Contributors for the Covered Software under Section
|
||||||
|
2.1 of this License shall terminate.
|
||||||
|
|
||||||
|
5.3. In the event of termination under Sections 5.1 or 5.2 above, all
|
||||||
|
end user license agreements (excluding distributors and resellers) which
|
||||||
|
have been validly granted by You or Your distributors under this License
|
||||||
|
prior to termination shall survive termination.
|
||||||
|
|
||||||
|
************************************************************************
|
||||||
|
* *
|
||||||
|
* 6. Disclaimer of Warranty *
|
||||||
|
* ------------------------- *
|
||||||
|
* *
|
||||||
|
* Covered Software is provided under this License on an "as is" *
|
||||||
|
* basis, without warranty of any kind, either expressed, implied, or *
|
||||||
|
* statutory, including, without limitation, warranties that the *
|
||||||
|
* Covered Software is free of defects, merchantable, fit for a *
|
||||||
|
* particular purpose or non-infringing. The entire risk as to the *
|
||||||
|
* quality and performance of the Covered Software is with You. *
|
||||||
|
* Should any Covered Software prove defective in any respect, You *
|
||||||
|
* (not any Contributor) assume the cost of any necessary servicing, *
|
||||||
|
* repair, or correction. This disclaimer of warranty constitutes an *
|
||||||
|
* essential part of this License. No use of any Covered Software is *
|
||||||
|
* authorized under this License except under this disclaimer. *
|
||||||
|
* *
|
||||||
|
************************************************************************
|
||||||
|
|
||||||
|
************************************************************************
|
||||||
|
* *
|
||||||
|
* 7. Limitation of Liability *
|
||||||
|
* -------------------------- *
|
||||||
|
* *
|
||||||
|
* Under no circumstances and under no legal theory, whether tort *
|
||||||
|
* (including negligence), contract, or otherwise, shall any *
|
||||||
|
* Contributor, or anyone who distributes Covered Software as *
|
||||||
|
* permitted above, be liable to You for any direct, indirect, *
|
||||||
|
* special, incidental, or consequential damages of any character *
|
||||||
|
* including, without limitation, damages for lost profits, loss of *
|
||||||
|
* goodwill, work stoppage, computer failure or malfunction, or any *
|
||||||
|
* and all other commercial damages or losses, even if such party *
|
||||||
|
* shall have been informed of the possibility of such damages. This *
|
||||||
|
* limitation of liability shall not apply to liability for death or *
|
||||||
|
* personal injury resulting from such party's negligence to the *
|
||||||
|
* extent applicable law prohibits such limitation. Some *
|
||||||
|
* jurisdictions do not allow the exclusion or limitation of *
|
||||||
|
* incidental or consequential damages, so this exclusion and *
|
||||||
|
* limitation may not apply to You. *
|
||||||
|
* *
|
||||||
|
************************************************************************
|
||||||
|
|
||||||
|
8. Litigation
|
||||||
|
-------------
|
||||||
|
|
||||||
|
Any litigation relating to this License may be brought only in the
|
||||||
|
courts of a jurisdiction where the defendant maintains its principal
|
||||||
|
place of business and such litigation shall be governed by laws of that
|
||||||
|
jurisdiction, without reference to its conflict-of-law provisions.
|
||||||
|
Nothing in this Section shall prevent a party's ability to bring
|
||||||
|
cross-claims or counter-claims.
|
||||||
|
|
||||||
|
9. Miscellaneous
|
||||||
|
----------------
|
||||||
|
|
||||||
|
This License represents the complete agreement concerning the subject
|
||||||
|
matter hereof. If any provision of this License is held to be
|
||||||
|
unenforceable, such provision shall be reformed only to the extent
|
||||||
|
necessary to make it enforceable. Any law or regulation which provides
|
||||||
|
that the language of a contract shall be construed against the drafter
|
||||||
|
shall not be used to construe this License against a Contributor.
|
||||||
|
|
||||||
|
10. Versions of the License
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
10.1. New Versions
|
||||||
|
|
||||||
|
Mozilla Foundation is the license steward. Except as provided in Section
|
||||||
|
10.3, no one other than the license steward has the right to modify or
|
||||||
|
publish new versions of this License. Each version will be given a
|
||||||
|
distinguishing version number.
|
||||||
|
|
||||||
|
10.2. Effect of New Versions
|
||||||
|
|
||||||
|
You may distribute the Covered Software under the terms of the version
|
||||||
|
of the License under which You originally received the Covered Software,
|
||||||
|
or under the terms of any subsequent version published by the license
|
||||||
|
steward.
|
||||||
|
|
||||||
|
10.3. Modified Versions
|
||||||
|
|
||||||
|
If you create software not governed by this License, and you want to
|
||||||
|
create a new license for such software, you may create and use a
|
||||||
|
modified version of this License if you rename the license and remove
|
||||||
|
any references to the name of the license steward (except to note that
|
||||||
|
such modified license differs from this License).
|
||||||
|
|
||||||
|
10.4. Distributing Source Code Form that is Incompatible With Secondary
|
||||||
|
Licenses
|
||||||
|
|
||||||
|
If You choose to distribute Source Code Form that is Incompatible With
|
||||||
|
Secondary Licenses under the terms of this version of the License, the
|
||||||
|
notice described in Exhibit B of this License must be attached.
|
||||||
|
|
||||||
|
Exhibit A - Source Code Form License Notice
|
||||||
|
-------------------------------------------
|
||||||
|
|
||||||
|
This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
If it is not possible or desirable to put the notice in a particular
|
||||||
|
file, then You may include the notice in a location (such as a LICENSE
|
||||||
|
file in a relevant directory) where a recipient would be likely to look
|
||||||
|
for such a notice.
|
||||||
|
|
||||||
|
You may add additional accurate notices of copyright ownership.
|
||||||
|
|
||||||
|
Exhibit B - "Incompatible With Secondary Licenses" Notice
|
||||||
|
---------------------------------------------------------
|
||||||
|
|
||||||
|
This Source Code Form is "Incompatible With Secondary Licenses", as
|
||||||
|
defined by the Mozilla Public License, v. 2.0.
|
@ -0,0 +1,6 @@
|
|||||||
|
Apache HttpComponents Client
|
||||||
|
Copyright 1999-2021 The Apache Software Foundation
|
||||||
|
|
||||||
|
This product includes software developed at
|
||||||
|
The Apache Software Foundation (http://www.apache.org/).
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,98 +1,98 @@
|
|||||||
#Tue Jun 06 23:55:50 ULAT 2023
|
#Sun Jun 18 21:24:54 ULAT 2023
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/call_record.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_call_record.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/call_record.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_call_record.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_green.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_green.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_green.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_green.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_yellow.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_yellow.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_yellow.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_yellow.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/font_small.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_small.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/font_small.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_small.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_white.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_white.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_white.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_white.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_white.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_white.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_white.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_white.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_down.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_down.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_down.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_down.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/color/secondary_text_dark.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\color_secondary_text_dark.xml.flat
|
net.micode.notes.app-main-7\:/color/secondary_text_dark.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\color_secondary_text_dark.xml.flat
|
||||||
net.micode.notes.app-main-7\:/layout/widget_4x.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_4x.xml.flat
|
net.micode.notes.app-main-7\:/layout/widget_4x.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_4x.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/menu_delete.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_delete.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/menu_delete.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_delete.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/clock.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_clock.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/clock.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_clock.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/dropdown_icon.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_dropdown_icon.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/dropdown_icon.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_dropdown_icon.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_green.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_green.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_green.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_green.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_single.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_single.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_single.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_single.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_green.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_green.png.flat
|
net.micode.notes.app-main-7\:/raw-zh-rCN/introduction=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\raw-zh-rCN_introduction.flat
|
||||||
net.micode.notes.app-main-7\:/raw-zh-rCN/introduction=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\raw-zh-rCN_introduction.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_green.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_green.png.flat
|
||||||
net.micode.notes.app-main-7\:/xml/preferences.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\xml_preferences.xml.flat
|
net.micode.notes.app-main-7\:/xml/preferences.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\xml_preferences.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/delete.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_delete.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/delete.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_delete.png.flat
|
||||||
net.micode.notes.app-main-7\:/menu/call_record_folder.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_call_record_folder.xml.flat
|
net.micode.notes.app-main-7\:/menu/call_record_folder.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_call_record_folder.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_red.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_red.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_red.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_red.png.flat
|
||||||
net.micode.notes.app-main-7\:/layout/widget_2x.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_2x.xml.flat
|
net.micode.notes.app-main-7\:/layout/widget_2x.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_2x.xml.flat
|
||||||
net.micode.notes.app-main-7\:/layout/add_account_text.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_add_account_text.xml.flat
|
net.micode.notes.app-main-7\:/layout/add_account_text.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_add_account_text.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/selected.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_selected.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/selected.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_selected.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_middle.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_middle.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_middle.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_middle.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_single.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_single.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_single.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_single.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/font_large.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_large.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/font_large.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_large.png.flat
|
||||||
net.micode.notes.app-main-7\:/layout/settings_header.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_settings_header.xml.flat
|
net.micode.notes.app-main-7\:/layout/settings_header.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_settings_header.xml.flat
|
||||||
net.micode.notes.app-main-7\:/menu/call_note_edit.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_call_note_edit.xml.flat
|
net.micode.notes.app-main-7\:/menu/call_note_edit.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_call_note_edit.xml.flat
|
||||||
net.micode.notes.app-main-7\:/raw/introduction=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\raw_introduction.flat
|
net.micode.notes.app-main-7\:/raw/introduction=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\raw_introduction.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_yellow.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_yellow.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_yellow.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_yellow.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_red.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_red.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_red.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_red.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/title_alert.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_title_alert.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/title_alert.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_title_alert.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_yellow.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_yellow.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_yellow.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_yellow.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_red.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_red.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_red.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_red.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/title_bar_bg.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_title_bar_bg.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/title_bar_bg.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_title_bar_bg.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_up.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_up.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_up.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_up.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/layout/note_list_dropdown_menu.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_dropdown_menu.xml.flat
|
net.micode.notes.app-main-7\:/layout/note_list_dropdown_menu.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_dropdown_menu.xml.flat
|
||||||
net.micode.notes.app-main-7\:/layout/note_list_footer.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_footer.xml.flat
|
net.micode.notes.app-main-7\:/layout/note_list_footer.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_footer.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_up.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_up.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_up.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_up.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_blue.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_blue.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_blue.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_blue.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/bg_color_btn_mask.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_bg_color_btn_mask.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/bg_color_btn_mask.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_bg_color_btn_mask.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_blue.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_blue.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_blue.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_blue.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/bg_btn_set_color.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_bg_btn_set_color.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/bg_btn_set_color.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_bg_btn_set_color.png.flat
|
||||||
net.micode.notes.app-main-7\:/xml/searchable.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\xml_searchable.xml.flat
|
net.micode.notes.app-main-7\:/xml/searchable.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\xml_searchable.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/notification.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_notification.png.flat
|
net.micode.notes.app-main-7\:/layout/login.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_login.xml.flat
|
||||||
net.micode.notes.app-main-7\:/layout/login.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_login.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/notification.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_notification.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_up.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_up.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_up.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_up.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/note_edit_color_selector_panel.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_note_edit_color_selector_panel.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/note_edit_color_selector_panel.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_note_edit_color_selector_panel.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_middle.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_middle.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_middle.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_middle.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_folder.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_folder.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_folder.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_folder.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/menu/note_edit.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_edit.xml.flat
|
net.micode.notes.app-main-7\:/menu/note_edit.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_edit.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/font_super.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_super.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/font_super.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_super.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/new_note_normal.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_new_note_normal.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/new_note_normal.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_new_note_normal.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_yellow.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_yellow.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_yellow.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_yellow.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/menu/sub_folder.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_sub_folder.xml.flat
|
net.micode.notes.app-main-7\:/menu/sub_folder.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_sub_folder.xml.flat
|
||||||
net.micode.notes.app-main-7\:/layout/account_dialog_title.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_account_dialog_title.xml.flat
|
net.micode.notes.app-main-7\:/layout/account_dialog_title.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_account_dialog_title.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_green.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_green.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_green.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_green.png.flat
|
||||||
net.micode.notes.app-main-7\:/layout/dialog_edit_text.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_dialog_edit_text.xml.flat
|
net.micode.notes.app-main-7\:/layout/dialog_edit_text.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_dialog_edit_text.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_middle.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_middle.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_middle.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_middle.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/font_normal.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_normal.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/font_normal.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_normal.png.flat
|
||||||
net.micode.notes.app-main-7\:/layout/note_edit.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit.xml.flat
|
net.micode.notes.app-main-7\:/layout/note_edit.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_single.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_single.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_single.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_single.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_single.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_single.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_single.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_single.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/menu_move.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_move.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/menu_move.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_move.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_down.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_down.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_down.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_down.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/layout/note_edit_list_item.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit_list_item.xml.flat
|
net.micode.notes.app-main-7\:/layout/note_edit_list_item.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit_list_item.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_blue.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_blue.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_blue.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_blue.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/font_size_selector_bg.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_size_selector_bg.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/font_size_selector_bg.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_size_selector_bg.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/xml/widget_4x_info.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_4x_info.xml.flat
|
net.micode.notes.app-main-7\:/xml/widget_4x_info.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_4x_info.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/search_result.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_search_result.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/search_result.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_search_result.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_white.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_white.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_white.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_white.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_middle.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_middle.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_middle.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_middle.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_down.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_down.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_down.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_down.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_up.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_up.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_up.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_up.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_middle.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_middle.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_middle.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_middle.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/menu/note_list.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list.xml.flat
|
net.micode.notes.app-main-7\:/menu/note_list.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable/new_note.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable_new_note.xml.flat
|
net.micode.notes.app-main-7\:/drawable/new_note.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable_new_note.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_red.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_red.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_red.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_red.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/layout/note_list.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list.xml.flat
|
net.micode.notes.app-main-7\:/layout/note_list.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list.xml.flat
|
||||||
net.micode.notes.app-main-7\:/color/primary_text_dark.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\color_primary_text_dark.xml.flat
|
net.micode.notes.app-main-7\:/color/primary_text_dark.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\color_primary_text_dark.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/imageeee.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_imageeee.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/imageeee.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_imageeee.png.flat
|
||||||
net.micode.notes.app-main-7\:/layout/datetime_picker.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_datetime_picker.xml.flat
|
net.micode.notes.app-main-7\:/layout/datetime_picker.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_datetime_picker.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_single.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_single.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_single.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_single.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_down.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_down.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_down.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_down.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/menu/note_list_options.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list_options.xml.flat
|
net.micode.notes.app-main-7\:/menu/note_list_options.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list_options.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/icon_app.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_icon_app.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/icon_app.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_icon_app.png.flat
|
||||||
net.micode.notes.app-main-7\:/layout/note_item.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_item.xml.flat
|
net.micode.notes.app-main-7\:/layout/note_item.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_note_item.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_background.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_background.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_background.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_background.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_footer_bg.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_footer_bg.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_footer_bg.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_footer_bg.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/new_note_pressed.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_new_note_pressed.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/new_note_pressed.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_new_note_pressed.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_up.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_up.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_up.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_up.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/menu/note_list_dropdown.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list_dropdown.xml.flat
|
net.micode.notes.app-main-7\:/menu/note_list_dropdown.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list_dropdown.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_white.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_white.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_white.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_white.9.png.flat
|
||||||
net.micode.notes.app-main-7\:/xml/widget_2x_info.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_2x_info.xml.flat
|
net.micode.notes.app-main-7\:/xml/widget_2x_info.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_2x_info.xml.flat
|
||||||
net.micode.notes.app-main-7\:/layout/folder_list_item.xml=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_folder_list_item.xml.flat
|
net.micode.notes.app-main-7\:/layout/folder_list_item.xml=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\layout_folder_list_item.xml.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_blue.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_blue.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_blue.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_blue.png.flat
|
||||||
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_down.9.png=D\:\\ssssssssssssssssssss\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_down.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_down.9.png=E\:\\gitProject1\\src\\Notes-master1\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_down.9.png.flat
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\ssssssssssssssssssss\Notes-master1\app\src\main\assets"/><source path="D:\ssssssssssssssssssss\Notes-master1\app\build\intermediates\shader_assets\debug\out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\ssssssssssssssssssss\Notes-master1\app\src\debug\assets"/></dataSet></merger>
|
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\gitProject1\src\Notes-master1\app\src\main\assets"/><source path="E:\gitProject1\src\Notes-master1\app\build\intermediates\shader_assets\debug\out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\gitProject1\src\Notes-master1\app\src\debug\assets"/></dataSet></merger>
|
@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\ssssssssssssssssssss\Notes-master1\app\src\main\jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\ssssssssssssssssssss\Notes-master1\app\src\debug\jniLibs"/></dataSet></merger>
|
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\gitProject1\src\Notes-master1\app\src\main\jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\gitProject1\src\Notes-master1\app\src\debug\jniLibs"/></dataSet></merger>
|
@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\ssssssssssssssssssss\Notes-master1\app\src\main\shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\ssssssssssssssssssss\Notes-master1\app\src\debug\shaders"/></dataSet></merger>
|
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\gitProject1\src\Notes-master1\app\src\main\shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\gitProject1\src\Notes-master1\app\src\debug\shaders"/></dataSet></merger>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,394 +1,390 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\layout_add_account_text.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_list_red_middle.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\layout\\add_account_text.xml"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/list_red_middle.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\xml_widget_2x_info.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_title_bar_bg.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\xml\\widget_2x_info.xml"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/title_bar_bg.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_list_red_up.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/layout_note_list_dropdown_menu.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\list_red_up.9.png"
|
"source": "net.micode.notes.app-main-7:/layout/note_list_dropdown_menu.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_new_note_normal.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/layout_folder_list_item.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\new_note_normal.png"
|
"source": "net.micode.notes.app-main-7:/layout/folder_list_item.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\layout_folder_list_item.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_selected.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\layout\\folder_list_item.xml"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/selected.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\menu_note_list.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_edit_title_yellow.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\menu\\note_list.xml"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/edit_title_yellow.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_edit_green.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/menu_sub_folder.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\edit_green.9.png"
|
"source": "net.micode.notes.app-main-7:/menu/sub_folder.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_list_white_up.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_list_footer_bg.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\list_white_up.9.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/list_footer_bg.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_list_folder.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_clock.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\list_folder.9.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/clock.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\menu_call_record_folder.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/raw_introduction.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\menu\\call_record_folder.xml"
|
"source": "net.micode.notes.app-main-7:/raw/introduction"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\layout_settings_header.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_widget_4x_yellow.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\layout\\settings_header.xml"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/widget_4x_yellow.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\color_secondary_text_dark.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_list_white_up.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\color\\secondary_text_dark.xml"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/list_white_up.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_widget_2x_yellow.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_widget_4x_blue.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\widget_2x_yellow.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/widget_4x_blue.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_list_blue_up.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_widget_2x_green.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\list_blue_up.9.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/widget_2x_green.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\layout_widget_2x.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable_new_note.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\layout\\widget_2x.xml"
|
"source": "net.micode.notes.app-main-7:/drawable/new_note.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_delete.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/layout_widget_2x.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\delete.png"
|
"source": "net.micode.notes.app-main-7:/layout/widget_2x.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_edit_yellow.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/xml_widget_2x_info.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\edit_yellow.9.png"
|
"source": "net.micode.notes.app-main-7:/xml/widget_2x_info.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_edit_title_red.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/menu_call_record_folder.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\edit_title_red.9.png"
|
"source": "net.micode.notes.app-main-7:/menu/call_record_folder.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_call_record.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/xml_preferences.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\call_record.png"
|
"source": "net.micode.notes.app-main-7:/xml/preferences.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_list_blue_single.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/layout_dialog_edit_text.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\list_blue_single.9.png"
|
"source": "net.micode.notes.app-main-7:/layout/dialog_edit_text.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_bg_btn_set_color.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_imageeee.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\bg_btn_set_color.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/imageeee.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_font_normal.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_edit_title_blue.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\font_normal.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/edit_title_blue.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\menu_note_edit.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_list_yellow_single.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\menu\\note_edit.xml"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/list_yellow_single.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_list_yellow_single.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/color_secondary_text_dark.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\list_yellow_single.9.png"
|
"source": "net.micode.notes.app-main-7:/color/secondary_text_dark.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_menu_delete.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/xml_widget_4x_info.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\menu_delete.png"
|
"source": "net.micode.notes.app-main-7:/xml/widget_4x_info.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_widget_4x_red.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_list_blue_up.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\widget_4x_red.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/list_blue_up.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_new_note_pressed.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_list_white_middle.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\new_note_pressed.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/list_white_middle.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\color_primary_text_dark.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_list_white_single.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\color\\primary_text_dark.xml"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/list_white_single.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\layout_widget_4x.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_edit_yellow.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\layout\\widget_4x.xml"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/edit_yellow.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_list_white_single.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/layout_note_edit.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\list_white_single.9.png"
|
"source": "net.micode.notes.app-main-7:/layout/note_edit.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_list_white_middle.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/layout_widget_4x.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\list_white_middle.9.png"
|
"source": "net.micode.notes.app-main-7:/layout/widget_4x.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\layout_note_list.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_edit_title_green.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\layout\\note_list.xml"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/edit_title_green.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\xml_preferences.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_menu_delete.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\xml\\preferences.xml"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/menu_delete.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_widget_4x_white.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/layout_note_list.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\widget_4x_white.png"
|
"source": "net.micode.notes.app-main-7:/layout/note_list.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\raw-zh-rCN_introduction.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_list_green_down.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\raw-zh-rCN\\introduction"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/list_green_down.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\layout_account_dialog_title.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_icon_app.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\layout\\account_dialog_title.xml"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/icon_app.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_clock.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_dropdown_icon.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\clock.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/dropdown_icon.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "net.micode.notes.app-merged_res-5:/menu_note_list.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_bg_btn_set_color.png.flat",
|
||||||
"source": "net.micode.notes.app-main-7:/menu/note_list.xml"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/bg_btn_set_color.png"
|
||||||
},
|
|
||||||
{
|
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_list_yellow_up.9.png.flat",
|
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\list_yellow_up.9.png"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\raw_introduction.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/menu_note_list.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\raw\\introduction"
|
"source": "net.micode.notes.app-main-7:/menu/note_list.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_list_white_down.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/layout_note_list_footer.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\list_white_down.9.png"
|
"source": "net.micode.notes.app-main-7:/layout/note_list_footer.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_edit_title_white.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/layout_login.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\edit_title_white.9.png"
|
"source": "net.micode.notes.app-main-7:/layout/login.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_widget_2x_blue.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_menu_move.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\widget_2x_blue.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/menu_move.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_edit_title_green.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_bg_color_btn_mask.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\edit_title_green.9.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/bg_color_btn_mask.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\layout_note_edit.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/layout_add_account_text.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\layout\\note_edit.xml"
|
"source": "net.micode.notes.app-main-7:/layout/add_account_text.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_font_super.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/layout_datetime_picker.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\font_super.png"
|
"source": "net.micode.notes.app-main-7:/layout/datetime_picker.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_title_bar_bg.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_font_super.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\title_bar_bg.9.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/font_super.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_edit_white.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_list_blue_single.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\edit_white.9.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/list_blue_single.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\xml_searchable.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_widget_2x_yellow.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\xml\\searchable.xml"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/widget_2x_yellow.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\menu_note_list_options.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_delete.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\menu\\note_list_options.xml"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/delete.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_widget_2x_red.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_edit_green.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\widget_2x_red.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/edit_green.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_edit_title_yellow.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/menu_note_edit.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\edit_title_yellow.9.png"
|
"source": "net.micode.notes.app-main-7:/menu/note_edit.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_widget_4x_green.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/layout_account_dialog_title.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\widget_4x_green.png"
|
"source": "net.micode.notes.app-main-7:/layout/account_dialog_title.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_dropdown_icon.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_call_record.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\dropdown_icon.9.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/call_record.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_widget_4x_blue.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_list_green_up.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\widget_4x_blue.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/list_green_up.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_edit_blue.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_list_folder.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\edit_blue.9.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/list_folder.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_menu_move.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_list_red_single.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\menu_move.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/list_red_single.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_list_red_single.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_notification.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\list_red_single.9.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/notification.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\layout_note_list_footer.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_list_red_down.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\layout\\note_list_footer.xml"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/list_red_down.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_list_blue_middle.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_new_note_pressed.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\list_blue_middle.9.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/new_note_pressed.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_imageeee.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_edit_white.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\imageeee.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/edit_white.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_list_blue_down.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/layout_note_item.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\list_blue_down.9.png"
|
"source": "net.micode.notes.app-main-7:/layout/note_item.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\layout_note_item.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/layout_settings_header.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\layout\\note_item.xml"
|
"source": "net.micode.notes.app-main-7:/layout/settings_header.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_list_background.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_note_edit_color_selector_panel.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\list_background.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/note_edit_color_selector_panel.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_selected.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_title_alert.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\selected.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/title_alert.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_font_size_selector_bg.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_widget_4x_red.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\font_size_selector_bg.9.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/widget_4x_red.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_notification.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_font_large.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\notification.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/font_large.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\layout_login.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_list_blue_middle.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\layout\\login.xml"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/list_blue_middle.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\xml_widget_4x_info.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_widget_2x_blue.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\xml\\widget_4x_info.xml"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/widget_2x_blue.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_widget_4x_yellow.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_list_red_up.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\widget_4x_yellow.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/list_red_up.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_list_footer_bg.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_widget_4x_white.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\list_footer_bg.9.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/widget_4x_white.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_list_green_up.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_list_yellow_up.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\list_green_up.9.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/list_yellow_up.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\menu_note_list_dropdown.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_widget_2x_white.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\menu\\note_list_dropdown.xml"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/widget_2x_white.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_font_large.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_edit_title_white.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\font_large.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/edit_title_white.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\layout_datetime_picker.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_list_yellow_down.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\layout\\datetime_picker.xml"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/list_yellow_down.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\layout_note_edit_list_item.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/raw-zh-rCN_introduction.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\layout\\note_edit_list_item.xml"
|
"source": "net.micode.notes.app-main-7:/raw-zh-rCN/introduction"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_list_green_down.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_list_background.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\list_green_down.9.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/list_background.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable_new_note.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_search_result.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable\\new_note.xml"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/search_result.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_list_red_down.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_widget_4x_green.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\list_red_down.9.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/widget_4x_green.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_title_alert.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_edit_red.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\title_alert.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/edit_red.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\layout_note_list_dropdown_menu.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/xml_searchable.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\layout\\note_list_dropdown_menu.xml"
|
"source": "net.micode.notes.app-main-7:/xml/searchable.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_search_result.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_list_green_middle.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\search_result.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/list_green_middle.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_list_yellow_middle.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_font_normal.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\list_yellow_middle.9.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/font_normal.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_edit_title_blue.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_list_yellow_middle.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\edit_title_blue.9.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/list_yellow_middle.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\layout_dialog_edit_text.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/menu_note_list_dropdown.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\layout\\dialog_edit_text.xml"
|
"source": "net.micode.notes.app-main-7:/menu/note_list_dropdown.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_edit_red.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_new_note_normal.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\edit_red.9.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/new_note_normal.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_bg_color_btn_mask.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/layout_note_edit_list_item.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\bg_color_btn_mask.png"
|
"source": "net.micode.notes.app-main-7:/layout/note_edit_list_item.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_list_yellow_down.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_list_blue_down.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\list_yellow_down.9.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/list_blue_down.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_list_green_middle.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_font_size_selector_bg.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\list_green_middle.9.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/font_size_selector_bg.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_list_green_single.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_edit_title_red.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\list_green_single.9.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/edit_title_red.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_widget_2x_green.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_edit_blue.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\widget_2x_green.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/edit_blue.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\menu_call_note_edit.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/menu_note_list_options.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\menu\\call_note_edit.xml"
|
"source": "net.micode.notes.app-main-7:/menu/note_list_options.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\menu_sub_folder.xml.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/menu_call_note_edit.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\menu\\sub_folder.xml"
|
"source": "net.micode.notes.app-main-7:/menu/call_note_edit.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_list_red_middle.9.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_list_green_single.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\list_red_middle.9.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/list_green_single.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_note_edit_color_selector_panel.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_widget_2x_red.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\note_edit_color_selector_panel.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/widget_2x_red.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_widget_2x_white.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/color_primary_text_dark.xml.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\widget_2x_white.png"
|
"source": "net.micode.notes.app-main-7:/color/primary_text_dark.xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_icon_app.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_list_white_down.9.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\icon_app.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/list_white_down.9.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"merged": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-merged_res-5:\\drawable-hdpi_font_small.png.flat",
|
"merged": "net.micode.notes.app-merged_res-5:/drawable-hdpi_font_small.png.flat",
|
||||||
"source": "D:\\ssssssssssssssssssss\\Notes-master1\\daemon\\7.5\\net.micode.notes.app-main-7:\\drawable-hdpi\\font_small.png"
|
"source": "net.micode.notes.app-main-7:/drawable-hdpi/font_small.png"
|
||||||
}
|
}
|
||||||
]
|
]
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,8 +1,8 @@
|
|||||||
net.micode.notes.app-pngs-0 D:\ssssssssssssssssssss\Notes-master1\app\build\generated\res\pngs\debug
|
net.micode.notes.app-pngs-0 E:\gitProject1\src\Notes-master1\app\build\generated\res\pngs\debug
|
||||||
net.micode.notes.app-resValues-1 D:\ssssssssssssssssssss\Notes-master1\app\build\generated\res\resValues\debug
|
net.micode.notes.app-resValues-1 E:\gitProject1\src\Notes-master1\app\build\generated\res\resValues\debug
|
||||||
net.micode.notes.app-rs-2 D:\ssssssssssssssssssss\Notes-master1\app\build\generated\res\rs\debug
|
net.micode.notes.app-rs-2 E:\gitProject1\src\Notes-master1\app\build\generated\res\rs\debug
|
||||||
net.micode.notes.app-mergeDebugResources-3 D:\ssssssssssssssssssss\Notes-master1\app\build\intermediates\incremental\debug\mergeDebugResources\merged.dir
|
net.micode.notes.app-mergeDebugResources-3 E:\gitProject1\src\Notes-master1\app\build\intermediates\incremental\debug\mergeDebugResources\merged.dir
|
||||||
net.micode.notes.app-mergeDebugResources-4 D:\ssssssssssssssssssss\Notes-master1\app\build\intermediates\incremental\debug\mergeDebugResources\stripped.dir
|
net.micode.notes.app-mergeDebugResources-4 E:\gitProject1\src\Notes-master1\app\build\intermediates\incremental\debug\mergeDebugResources\stripped.dir
|
||||||
net.micode.notes.app-merged_res-5 D:\ssssssssssssssssssss\Notes-master1\app\build\intermediates\merged_res\debug
|
net.micode.notes.app-merged_res-5 E:\gitProject1\src\Notes-master1\app\build\intermediates\merged_res\debug
|
||||||
net.micode.notes.app-debug-6 D:\ssssssssssssssssssss\Notes-master1\app\src\debug\res
|
net.micode.notes.app-debug-6 E:\gitProject1\src\Notes-master1\app\src\debug\res
|
||||||
net.micode.notes.app-main-7 D:\ssssssssssssssssssss\Notes-master1\app\src\main\res
|
net.micode.notes.app-main-7 E:\gitProject1\src\Notes-master1\app\src\main\res
|
||||||
|
@ -1,243 +1,243 @@
|
|||||||
-- Merging decision tree log ---
|
-- Merging decision tree log ---
|
||||||
manifest
|
manifest
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:29:1-352:12
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:29:1-352:12
|
||||||
INJECTED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:29:1-352:12
|
INJECTED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:29:1-352:12
|
||||||
INJECTED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:29:1-352:12
|
INJECTED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:29:1-352:12
|
||||||
INJECTED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:29:1-352:12
|
INJECTED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:29:1-352:12
|
||||||
INJECTED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:29:1-352:12
|
INJECTED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:29:1-352:12
|
||||||
INJECTED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:29:1-352:12
|
INJECTED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:29:1-352:12
|
||||||
INJECTED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:29:1-352:12
|
INJECTED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:29:1-352:12
|
||||||
package
|
package
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:31:5-31
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:31:5-31
|
||||||
INJECTED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml
|
INJECTED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml
|
||||||
INJECTED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml
|
INJECTED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml
|
||||||
android:versionName
|
android:versionName
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:33:5-30
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:33:5-30
|
||||||
INJECTED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml
|
INJECTED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml
|
||||||
INJECTED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml
|
INJECTED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml
|
||||||
xmlns:android
|
xmlns:android
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:29:11-69
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:29:11-69
|
||||||
android:versionCode
|
android:versionCode
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:32:5-28
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:32:5-28
|
||||||
INJECTED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml
|
INJECTED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml
|
||||||
INJECTED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml
|
INJECTED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml
|
||||||
uses-sdk
|
uses-sdk
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:41:5-44
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:41:5-44
|
||||||
INJECTED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:41:5-44
|
INJECTED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:41:5-44
|
||||||
INJECTED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:41:5-44
|
INJECTED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:41:5-44
|
||||||
INJECTED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:41:5-44
|
INJECTED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:41:5-44
|
||||||
INJECTED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:41:5-44
|
INJECTED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:41:5-44
|
||||||
android:targetSdkVersion
|
android:targetSdkVersion
|
||||||
INJECTED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml
|
INJECTED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:41:5-44
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:41:5-44
|
||||||
INJECTED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml
|
INJECTED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml
|
||||||
android:minSdkVersion
|
android:minSdkVersion
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:41:15-41
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:41:15-41
|
||||||
INJECTED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml
|
INJECTED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml
|
||||||
INJECTED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml
|
INJECTED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml
|
||||||
uses-permission#android.permission.WRITE_EXTERNAL_STORAGE
|
uses-permission#android.permission.WRITE_EXTERNAL_STORAGE
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:49:5-81
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:49:5-81
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:49:22-78
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:49:22-78
|
||||||
uses-permission#com.android.launcher.permission.INSTALL_SHORTCUT
|
uses-permission#com.android.launcher.permission.INSTALL_SHORTCUT
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:54:5-88
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:54:5-88
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:54:22-85
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:54:22-85
|
||||||
uses-permission#android.permission.INTERNET
|
uses-permission#android.permission.INTERNET
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:58:5-67
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:58:5-67
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:58:22-64
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:58:22-64
|
||||||
uses-permission#android.permission.READ_CONTACTS
|
uses-permission#android.permission.READ_CONTACTS
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:62:5-72
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:62:5-72
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:62:22-69
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:62:22-69
|
||||||
uses-permission#android.permission.MANAGE_ACCOUNTS
|
uses-permission#android.permission.MANAGE_ACCOUNTS
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:66:5-74
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:66:5-74
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:66:22-71
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:66:22-71
|
||||||
uses-permission#android.permission.AUTHENTICATE_ACCOUNTS
|
uses-permission#android.permission.AUTHENTICATE_ACCOUNTS
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:70:5-80
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:70:5-80
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:70:22-77
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:70:22-77
|
||||||
uses-permission#android.permission.GET_ACCOUNTS
|
uses-permission#android.permission.GET_ACCOUNTS
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:74:5-71
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:74:5-71
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:74:22-68
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:74:22-68
|
||||||
uses-permission#android.permission.USE_CREDENTIALS
|
uses-permission#android.permission.USE_CREDENTIALS
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:78:5-74
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:78:5-74
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:78:22-71
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:78:22-71
|
||||||
uses-permission#android.permission.RECEIVE_BOOT_COMPLETED
|
uses-permission#android.permission.RECEIVE_BOOT_COMPLETED
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:82:5-81
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:82:5-81
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:82:22-78
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:82:22-78
|
||||||
application
|
application
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:87:5-351:19
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:87:5-351:19
|
||||||
android:label
|
android:label
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:89:9-41
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:89:9-41
|
||||||
android:icon
|
android:icon
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:88:9-42
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:88:9-42
|
||||||
activity#net.micode.notes.ui.LoginActivity
|
activity#net.micode.notes.ui.LoginActivity
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:96:9-105:20
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:96:9-105:20
|
||||||
android:launchMode
|
android:launchMode
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:98:13-42
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:98:13-42
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:97:13-45
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:97:13-45
|
||||||
intent-filter#action:name:android.intent.action.MAIN+category:name:android.intent.category.LAUNCHER
|
intent-filter#action:name:android.intent.action.MAIN+category:name:android.intent.category.LAUNCHER
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:100:13-104:29
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:100:13-104:29
|
||||||
action#android.intent.action.MAIN
|
action#android.intent.action.MAIN
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:101:17-68
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:101:17-68
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:101:25-66
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:101:25-66
|
||||||
category#android.intent.category.LAUNCHER
|
category#android.intent.category.LAUNCHER
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:102:17-76
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:102:17-76
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:102:27-74
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:102:27-74
|
||||||
activity#net.micode.notes.ui.NotesListActivity
|
activity#net.micode.notes.ui.NotesListActivity
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:107:9-153:20
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:107:9-153:20
|
||||||
android:label
|
android:label
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:110:13-45
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:110:13-45
|
||||||
android:launchMode
|
android:launchMode
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:111:13-43
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:111:13-43
|
||||||
android:windowSoftInputMode
|
android:windowSoftInputMode
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:114:13-52
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:114:13-52
|
||||||
android:uiOptions
|
android:uiOptions
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:113:13-57
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:113:13-57
|
||||||
android:configChanges
|
android:configChanges
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:109:13-74
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:109:13-74
|
||||||
android:theme
|
android:theme
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:112:13-45
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:112:13-45
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:108:13-49
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:108:13-49
|
||||||
intent-filter#action:name:android.intent.action.VIEW
|
intent-filter#action:name:android.intent.action.VIEW
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:132:13-152:29
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:132:13-152:29
|
||||||
action#android.intent.action.VIEW
|
action#android.intent.action.VIEW
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:138:17-68
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:138:17-68
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:138:25-66
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:138:25-66
|
||||||
activity#net.micode.notes.ui.NoteEditActivity
|
activity#net.micode.notes.ui.NoteEditActivity
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:155:9-229:20
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:155:9-229:20
|
||||||
android:launchMode
|
android:launchMode
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:158:13-43
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:158:13-43
|
||||||
android:configChanges
|
android:configChanges
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:157:13-74
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:157:13-74
|
||||||
android:theme
|
android:theme
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:159:13-45
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:159:13-45
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:156:13-48
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:156:13-48
|
||||||
intent-filter#action:name:android.intent.action.VIEW+category:name:android.intent.category.DEFAULT+data:mimeType:vnd.android.cursor.item/call_note+data:mimeType:vnd.android.cursor.item/text_note
|
intent-filter#action:name:android.intent.action.VIEW+category:name:android.intent.category.DEFAULT+data:mimeType:vnd.android.cursor.item/call_note+data:mimeType:vnd.android.cursor.item/text_note
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:167:13-188:29
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:167:13-188:29
|
||||||
category#android.intent.category.DEFAULT
|
category#android.intent.category.DEFAULT
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:173:17-76
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:173:17-76
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:173:27-73
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:173:27-73
|
||||||
data
|
data
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:177:17-78
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:177:17-78
|
||||||
android:mimeType
|
android:mimeType
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:177:23-75
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:177:23-75
|
||||||
intent-filter#action:name:android.intent.action.INSERT_OR_EDIT+category:name:android.intent.category.DEFAULT+data:mimeType:vnd.android.cursor.item/call_note+data:mimeType:vnd.android.cursor.item/text_note
|
intent-filter#action:name:android.intent.action.INSERT_OR_EDIT+category:name:android.intent.category.DEFAULT+data:mimeType:vnd.android.cursor.item/call_note+data:mimeType:vnd.android.cursor.item/text_note
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:190:13-207:29
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:190:13-207:29
|
||||||
action#android.intent.action.INSERT_OR_EDIT
|
action#android.intent.action.INSERT_OR_EDIT
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:191:17-79
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:191:17-79
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:191:25-76
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:191:25-76
|
||||||
intent-filter#action:name:android.intent.action.SEARCH+category:name:android.intent.category.DEFAULT
|
intent-filter#action:name:android.intent.action.SEARCH+category:name:android.intent.category.DEFAULT
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:209:13-218:29
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:209:13-218:29
|
||||||
action#android.intent.action.SEARCH
|
action#android.intent.action.SEARCH
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:210:17-71
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:210:17-71
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:210:25-68
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:210:25-68
|
||||||
meta-data#android.app.searchable
|
meta-data#android.app.searchable
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:220:13-222:54
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:220:13-222:54
|
||||||
android:resource
|
android:resource
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:222:17-51
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:222:17-51
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:221:17-54
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:221:17-54
|
||||||
provider#net.micode.notes.data.NotesProvider
|
provider#net.micode.notes.data.NotesProvider
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:231:9-234:43
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:231:9-234:43
|
||||||
android:authorities
|
android:authorities
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:233:13-47
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:233:13-47
|
||||||
android:multiprocess
|
android:multiprocess
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:234:13-40
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:234:13-40
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:232:13-63
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:232:13-63
|
||||||
receiver#net.micode.notes.widget.NoteWidgetProvider_2x
|
receiver#net.micode.notes.widget.NoteWidgetProvider_2x
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:242:9-272:20
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:242:9-272:20
|
||||||
android:label
|
android:label
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:244:13-50
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:244:13-50
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:243:13-57
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:243:13-57
|
||||||
intent-filter#action:name:android.appwidget.action.APPWIDGET_DELETED+action:name:android.appwidget.action.APPWIDGET_UPDATE+action:name:android.intent.action.PRIVACY_MODE_CHANGED
|
intent-filter#action:name:android.appwidget.action.APPWIDGET_DELETED+action:name:android.appwidget.action.APPWIDGET_UPDATE+action:name:android.intent.action.PRIVACY_MODE_CHANGED
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:251:13-264:29
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:251:13-264:29
|
||||||
action#android.appwidget.action.APPWIDGET_UPDATE
|
action#android.appwidget.action.APPWIDGET_UPDATE
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:252:17-84
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:252:17-84
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:252:25-81
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:252:25-81
|
||||||
action#android.appwidget.action.APPWIDGET_DELETED
|
action#android.appwidget.action.APPWIDGET_DELETED
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:256:17-85
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:256:17-85
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:256:25-82
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:256:25-82
|
||||||
action#android.intent.action.PRIVACY_MODE_CHANGED
|
action#android.intent.action.PRIVACY_MODE_CHANGED
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:260:17-85
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:260:17-85
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:260:25-82
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:260:25-82
|
||||||
meta-data#android.appwidget.provider
|
meta-data#android.appwidget.provider
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:266:13-268:58
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:266:13-268:58
|
||||||
android:resource
|
android:resource
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:268:17-55
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:268:17-55
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:267:17-58
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:267:17-58
|
||||||
receiver#net.micode.notes.widget.NoteWidgetProvider_4x
|
receiver#net.micode.notes.widget.NoteWidgetProvider_4x
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:273:9-295:20
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:273:9-295:20
|
||||||
android:label
|
android:label
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:275:13-50
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:275:13-50
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:274:13-57
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:274:13-57
|
||||||
receiver#net.micode.notes.ui.AlarmInitReceiver
|
receiver#net.micode.notes.ui.AlarmInitReceiver
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:297:9-304:20
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:297:9-304:20
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:297:19-55
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:297:19-55
|
||||||
intent-filter#action:name:android.intent.action.BOOT_COMPLETED
|
intent-filter#action:name:android.intent.action.BOOT_COMPLETED
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:298:13-300:29
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:298:13-300:29
|
||||||
action#android.intent.action.BOOT_COMPLETED
|
action#android.intent.action.BOOT_COMPLETED
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:299:17-79
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:299:17-79
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:299:25-76
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:299:25-76
|
||||||
receiver#net.micode.notes.ui.AlarmReceiver
|
receiver#net.micode.notes.ui.AlarmReceiver
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:306:9-312:20
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:306:9-312:20
|
||||||
android:process
|
android:process
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:308:13-38
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:308:13-38
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:307:13-61
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:307:13-61
|
||||||
activity#net.micode.notes.ui.AlarmAlertActivity
|
activity#net.micode.notes.ui.AlarmAlertActivity
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:314:9-323:20
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:314:9-323:20
|
||||||
android:label
|
android:label
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:316:13-45
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:316:13-45
|
||||||
android:launchMode
|
android:launchMode
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:317:13-48
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:317:13-48
|
||||||
android:theme
|
android:theme
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:318:13-75
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:318:13-75
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:315:13-50
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:315:13-50
|
||||||
activity#net.micode.notes.ui.NotesPreferenceActivity
|
activity#net.micode.notes.ui.NotesPreferenceActivity
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:325:9-333:20
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:325:9-333:20
|
||||||
android:label
|
android:label
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:327:13-54
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:327:13-54
|
||||||
android:launchMode
|
android:launchMode
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:328:13-43
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:328:13-43
|
||||||
android:theme
|
android:theme
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:329:13-60
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:329:13-60
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:326:13-71
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:326:13-71
|
||||||
service#net.micode.notes.gtask.remote.GTaskSyncService
|
service#net.micode.notes.gtask.remote.GTaskSyncService
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:335:9-342:19
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:335:9-342:19
|
||||||
android:exported
|
android:exported
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:337:13-37
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:337:13-37
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:336:13-74
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:336:13-74
|
||||||
meta-data#android.app.default_searchable
|
meta-data#android.app.default_searchable
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:344:9-346:52
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:344:9-346:52
|
||||||
android:value
|
android:value
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:346:13-49
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:346:13-49
|
||||||
android:name
|
android:name
|
||||||
ADDED from D:\ssssssssssssssssssss\Notes-master1\app\src\main\AndroidManifest.xml:345:13-58
|
ADDED from E:\gitProject1\src\Notes-master1\app\src\main\AndroidManifest.xml:345:13-58
|
||||||
|
Binary file not shown.
@ -0,0 +1,473 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Wed Nov 30 19:45:06 CET 2022 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>All Classes (Apache HttpComponents Client 4.5.14 API)</title>
|
||||||
|
<meta name="date" content="2022-11-30">
|
||||||
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1 class="bar">All Classes</h1>
|
||||||
|
<div class="indexContainer">
|
||||||
|
<ul>
|
||||||
|
<li><a href="org/apache/http/client/methods/AbortableHttpRequest.html" title="interface in org.apache.http.client.methods" target="classFrame"><i>AbortableHttpRequest</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/AbstractAuthenticationHandler.html" title="class in org.apache.http.impl.client" target="classFrame">AbstractAuthenticationHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/AbstractClientConnAdapter.html" title="class in org.apache.http.impl.conn" target="classFrame">AbstractClientConnAdapter</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/tsccm/AbstractConnPool.html" title="class in org.apache.http.impl.conn.tsccm" target="classFrame">AbstractConnPool</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/content/AbstractContentBody.html" title="class in org.apache.http.entity.mime.content" target="classFrame">AbstractContentBody</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/AbstractCookieAttributeHandler.html" title="class in org.apache.http.impl.cookie" target="classFrame">AbstractCookieAttributeHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/AbstractCookieSpec.html" title="class in org.apache.http.impl.cookie" target="classFrame">AbstractCookieSpec</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/AbstractExecutionAwareRequest.html" title="class in org.apache.http.client.methods" target="classFrame">AbstractExecutionAwareRequest</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/AbstractHttpClient.html" title="class in org.apache.http.impl.client" target="classFrame">AbstractHttpClient</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/AbstractPooledConnAdapter.html" title="class in org.apache.http.impl.conn" target="classFrame">AbstractPooledConnAdapter</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/AbstractPoolEntry.html" title="class in org.apache.http.impl.conn" target="classFrame">AbstractPoolEntry</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/AbstractResponseHandler.html" title="class in org.apache.http.impl.client" target="classFrame">AbstractResponseHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/AbstractVerifier.html" title="class in org.apache.http.conn.ssl" target="classFrame">AbstractVerifier</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/AIMDBackoffManager.html" title="class in org.apache.http.impl.client" target="classFrame">AIMDBackoffManager</a></li>
|
||||||
|
<li><a href="org/apache/http/client/params/AllClientPNames.html" title="interface in org.apache.http.client.params" target="classFrame"><i>AllClientPNames</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/AllowAllHostnameVerifier.html" title="class in org.apache.http.conn.ssl" target="classFrame">AllowAllHostnameVerifier</a></li>
|
||||||
|
<li><a href="org/apache/http/client/fluent/Async.html" title="class in org.apache.http.client.fluent" target="classFrame">Async</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/AsynchronousValidationRequest.html" title="class in org.apache.http.impl.client.cache" target="classFrame">AsynchronousValidationRequest</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/AUTH.html" title="class in org.apache.http.auth" target="classFrame">AUTH</a></li>
|
||||||
|
<li><a href="org/apache/http/client/AuthCache.html" title="interface in org.apache.http.client" target="classFrame"><i>AuthCache</i></a></li>
|
||||||
|
<li><a href="org/apache/http/auth/AuthenticationException.html" title="class in org.apache.http.auth" target="classFrame">AuthenticationException</a></li>
|
||||||
|
<li><a href="org/apache/http/client/AuthenticationHandler.html" title="interface in org.apache.http.client" target="classFrame"><i>AuthenticationHandler</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/AuthenticationStrategy.html" title="interface in org.apache.http.client" target="classFrame"><i>AuthenticationStrategy</i></a></li>
|
||||||
|
<li><a href="org/apache/http/auth/AuthOption.html" title="class in org.apache.http.auth" target="classFrame">AuthOption</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/params/AuthParamBean.html" title="class in org.apache.http.auth.params" target="classFrame">AuthParamBean</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/params/AuthParams.html" title="class in org.apache.http.auth.params" target="classFrame">AuthParams</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/params/AuthPNames.html" title="interface in org.apache.http.auth.params" target="classFrame"><i>AuthPNames</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/params/AuthPolicy.html" title="class in org.apache.http.client.params" target="classFrame">AuthPolicy</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/AuthProtocolState.html" title="enum in org.apache.http.auth" target="classFrame">AuthProtocolState</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/AuthScheme.html" title="interface in org.apache.http.auth" target="classFrame"><i>AuthScheme</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/AuthSchemeBase.html" title="class in org.apache.http.impl.auth" target="classFrame">AuthSchemeBase</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/AuthSchemeFactory.html" title="interface in org.apache.http.auth" target="classFrame"><i>AuthSchemeFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/auth/AuthSchemeProvider.html" title="interface in org.apache.http.auth" target="classFrame"><i>AuthSchemeProvider</i></a></li>
|
||||||
|
<li><a href="org/apache/http/auth/AuthSchemeRegistry.html" title="class in org.apache.http.auth" target="classFrame">AuthSchemeRegistry</a></li>
|
||||||
|
<li><a href="org/apache/http/client/config/AuthSchemes.html" title="class in org.apache.http.client.config" target="classFrame">AuthSchemes</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/AuthScope.html" title="class in org.apache.http.auth" target="classFrame">AuthScope</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/AuthState.html" title="class in org.apache.http.auth" target="classFrame">AuthState</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/AutoRetryHttpClient.html" title="class in org.apache.http.impl.client" target="classFrame">AutoRetryHttpClient</a></li>
|
||||||
|
<li><a href="org/apache/http/client/BackoffManager.html" title="interface in org.apache.http.client" target="classFrame"><i>BackoffManager</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/execchain/BackoffStrategyExec.html" title="class in org.apache.http.impl.execchain" target="classFrame">BackoffStrategyExec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/BasicAuthCache.html" title="class in org.apache.http.impl.client" target="classFrame">BasicAuthCache</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/BasicClientConnectionManager.html" title="class in org.apache.http.impl.conn" target="classFrame">BasicClientConnectionManager</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BasicClientCookie.html" title="class in org.apache.http.impl.cookie" target="classFrame">BasicClientCookie</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BasicClientCookie2.html" title="class in org.apache.http.impl.cookie" target="classFrame">BasicClientCookie2</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BasicCommentHandler.html" title="class in org.apache.http.impl.cookie" target="classFrame">BasicCommentHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/BasicCookieStore.html" title="class in org.apache.http.impl.client" target="classFrame">BasicCookieStore</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/BasicCredentialsProvider.html" title="class in org.apache.http.impl.client" target="classFrame">BasicCredentialsProvider</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BasicDomainHandler.html" title="class in org.apache.http.impl.cookie" target="classFrame">BasicDomainHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/BasicEofSensorWatcher.html" title="class in org.apache.http.conn" target="classFrame">BasicEofSensorWatcher</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BasicExpiresHandler.html" title="class in org.apache.http.impl.cookie" target="classFrame">BasicExpiresHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/BasicHttpCacheStorage.html" title="class in org.apache.http.impl.client.cache" target="classFrame">BasicHttpCacheStorage</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/BasicHttpClientConnectionManager.html" title="class in org.apache.http.impl.conn" target="classFrame">BasicHttpClientConnectionManager</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/BasicManagedEntity.html" title="class in org.apache.http.conn" target="classFrame">BasicManagedEntity</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BasicMaxAgeHandler.html" title="class in org.apache.http.impl.cookie" target="classFrame">BasicMaxAgeHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BasicPathHandler.html" title="class in org.apache.http.impl.cookie" target="classFrame">BasicPathHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/tsccm/BasicPooledConnAdapter.html" title="class in org.apache.http.impl.conn.tsccm" target="classFrame">BasicPooledConnAdapter</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/tsccm/BasicPoolEntry.html" title="class in org.apache.http.impl.conn.tsccm" target="classFrame">BasicPoolEntry</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/tsccm/BasicPoolEntryRef.html" title="class in org.apache.http.impl.conn.tsccm" target="classFrame">BasicPoolEntryRef</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/BasicResponseHandler.html" title="class in org.apache.http.impl.client" target="classFrame">BasicResponseHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/routing/BasicRouteDirector.html" title="class in org.apache.http.conn.routing" target="classFrame">BasicRouteDirector</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/BasicScheme.html" title="class in org.apache.http.impl.auth" target="classFrame">BasicScheme</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/BasicSchemeFactory.html" title="class in org.apache.http.impl.auth" target="classFrame">BasicSchemeFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BasicSecureHandler.html" title="class in org.apache.http.impl.cookie" target="classFrame">BasicSecureHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/BasicUserPrincipal.html" title="class in org.apache.http.auth" target="classFrame">BasicUserPrincipal</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BestMatchSpec.html" title="class in org.apache.http.impl.cookie" target="classFrame">BestMatchSpec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BestMatchSpecFactory.html" title="class in org.apache.http.impl.cookie" target="classFrame">BestMatchSpecFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/BrowserCompatHostnameVerifier.html" title="class in org.apache.http.conn.ssl" target="classFrame">BrowserCompatHostnameVerifier</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BrowserCompatSpec.html" title="class in org.apache.http.impl.cookie" target="classFrame">BrowserCompatSpec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BrowserCompatSpecFactory.html" title="class in org.apache.http.impl.cookie" target="classFrame">BrowserCompatSpecFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BrowserCompatSpecFactory.SecurityLevel.html" title="enum in org.apache.http.impl.cookie" target="classFrame">BrowserCompatSpecFactory.SecurityLevel</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BrowserCompatVersionAttributeHandler.html" title="class in org.apache.http.impl.cookie" target="classFrame">BrowserCompatVersionAttributeHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/content/ByteArrayBody.html" title="class in org.apache.http.entity.mime.content" target="classFrame">ByteArrayBody</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/CacheConfig.html" title="class in org.apache.http.impl.client.cache" target="classFrame">CacheConfig</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/CacheConfig.Builder.html" title="class in org.apache.http.impl.client.cache" target="classFrame">CacheConfig.Builder</a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/CacheResponseStatus.html" title="enum in org.apache.http.client.cache" target="classFrame">CacheResponseStatus</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/CachingExec.html" title="class in org.apache.http.impl.client.cache" target="classFrame">CachingExec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/CachingHttpClient.html" title="class in org.apache.http.impl.client.cache" target="classFrame">CachingHttpClient</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/CachingHttpClientBuilder.html" title="class in org.apache.http.impl.client.cache" target="classFrame">CachingHttpClientBuilder</a></li>
|
||||||
|
<li><a href="org/apache/http/osgi/services/CachingHttpClientBuilderFactory.html" title="interface in org.apache.http.osgi.services" target="classFrame"><i>CachingHttpClientBuilderFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/CachingHttpClients.html" title="class in org.apache.http.impl.client.cache" target="classFrame">CachingHttpClients</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/ChallengeState.html" title="enum in org.apache.http.auth" target="classFrame">ChallengeState</a></li>
|
||||||
|
<li><a href="org/apache/http/client/CircularRedirectException.html" title="class in org.apache.http.client" target="classFrame">CircularRedirectException</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ClientConnectionManager.html" title="interface in org.apache.http.conn" target="classFrame"><i>ClientConnectionManager</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ClientConnectionManagerFactory.html" title="interface in org.apache.http.conn" target="classFrame"><i>ClientConnectionManagerFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ClientConnectionOperator.html" title="interface in org.apache.http.conn" target="classFrame"><i>ClientConnectionOperator</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ClientConnectionRequest.html" title="interface in org.apache.http.conn" target="classFrame"><i>ClientConnectionRequest</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/ClientContext.html" title="interface in org.apache.http.client.protocol" target="classFrame"><i>ClientContext</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/ClientContextConfigurer.html" title="class in org.apache.http.client.protocol" target="classFrame">ClientContextConfigurer</a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/ClientCookie.html" title="interface in org.apache.http.cookie" target="classFrame"><i>ClientCookie</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/execchain/ClientExecChain.html" title="interface in org.apache.http.impl.execchain" target="classFrame"><i>ClientExecChain</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/params/ClientParamBean.html" title="class in org.apache.http.client.params" target="classFrame">ClientParamBean</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/ClientParamsStack.html" title="class in org.apache.http.impl.client" target="classFrame">ClientParamsStack</a></li>
|
||||||
|
<li><a href="org/apache/http/client/params/ClientPNames.html" title="interface in org.apache.http.client.params" target="classFrame"><i>ClientPNames</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/ClientProtocolException.html" title="class in org.apache.http.client" target="classFrame">ClientProtocolException</a></li>
|
||||||
|
<li><a href="org/apache/http/client/utils/CloneUtils.html" title="class in org.apache.http.client.utils" target="classFrame">CloneUtils</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/CloseableHttpClient.html" title="class in org.apache.http.impl.client" target="classFrame">CloseableHttpClient</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/CloseableHttpResponse.html" title="interface in org.apache.http.client.methods" target="classFrame"><i>CloseableHttpResponse</i></a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/CommonCookieAttributeHandler.html" title="interface in org.apache.http.cookie" target="classFrame"><i>CommonCookieAttributeHandler</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/Configurable.html" title="interface in org.apache.http.client.methods" target="classFrame"><i>Configurable</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/params/ConnConnectionParamBean.html" title="class in org.apache.http.conn.params" target="classFrame">ConnConnectionParamBean</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/params/ConnConnectionPNames.html" title="interface in org.apache.http.conn.params" target="classFrame"><i>ConnConnectionPNames</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/ConnectionBackoffStrategy.html" title="interface in org.apache.http.client" target="classFrame"><i>ConnectionBackoffStrategy</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ConnectionKeepAliveStrategy.html" title="interface in org.apache.http.conn" target="classFrame"><i>ConnectionKeepAliveStrategy</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ConnectionPoolTimeoutException.html" title="class in org.apache.http.conn" target="classFrame">ConnectionPoolTimeoutException</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ConnectionReleaseTrigger.html" title="interface in org.apache.http.conn" target="classFrame"><i>ConnectionReleaseTrigger</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ConnectionRequest.html" title="interface in org.apache.http.conn" target="classFrame"><i>ConnectionRequest</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/ConnectionShutdownException.html" title="class in org.apache.http.impl.conn" target="classFrame">ConnectionShutdownException</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/socket/ConnectionSocketFactory.html" title="interface in org.apache.http.conn.socket" target="classFrame"><i>ConnectionSocketFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ConnectTimeoutException.html" title="class in org.apache.http.conn" target="classFrame">ConnectTimeoutException</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/params/ConnManagerParamBean.html" title="class in org.apache.http.conn.params" target="classFrame">ConnManagerParamBean</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/params/ConnManagerParams.html" title="class in org.apache.http.conn.params" target="classFrame">ConnManagerParams</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/params/ConnManagerPNames.html" title="interface in org.apache.http.conn.params" target="classFrame"><i>ConnManagerPNames</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/params/ConnPerRoute.html" title="interface in org.apache.http.conn.params" target="classFrame"><i>ConnPerRoute</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/params/ConnPerRouteBean.html" title="class in org.apache.http.conn.params" target="classFrame">ConnPerRouteBean</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/tsccm/ConnPoolByRoute.html" title="class in org.apache.http.impl.conn.tsccm" target="classFrame">ConnPoolByRoute</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/params/ConnRouteParamBean.html" title="class in org.apache.http.conn.params" target="classFrame">ConnRouteParamBean</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/params/ConnRouteParams.html" title="class in org.apache.http.conn.params" target="classFrame">ConnRouteParams</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/params/ConnRoutePNames.html" title="interface in org.apache.http.conn.params" target="classFrame"><i>ConnRoutePNames</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/fluent/Content.html" title="class in org.apache.http.client.fluent" target="classFrame">Content</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/content/ContentBody.html" title="interface in org.apache.http.entity.mime.content" target="classFrame"><i>ContentBody</i></a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/content/ContentDescriptor.html" title="interface in org.apache.http.entity.mime.content" target="classFrame"><i>ContentDescriptor</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/ContentEncodingHttpClient.html" title="class in org.apache.http.impl.client" target="classFrame">ContentEncodingHttpClient</a></li>
|
||||||
|
<li><a href="org/apache/http/client/fluent/ContentResponseHandler.html" title="class in org.apache.http.client.fluent" target="classFrame">ContentResponseHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/ContextAwareAuthScheme.html" title="interface in org.apache.http.auth" target="classFrame"><i>ContextAwareAuthScheme</i></a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/Cookie.html" title="interface in org.apache.http.cookie" target="classFrame"><i>Cookie</i></a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/CookieAttributeHandler.html" title="interface in org.apache.http.cookie" target="classFrame"><i>CookieAttributeHandler</i></a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/CookieIdentityComparator.html" title="class in org.apache.http.cookie" target="classFrame">CookieIdentityComparator</a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/CookieOrigin.html" title="class in org.apache.http.cookie" target="classFrame">CookieOrigin</a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/CookiePathComparator.html" title="class in org.apache.http.cookie" target="classFrame">CookiePathComparator</a></li>
|
||||||
|
<li><a href="org/apache/http/client/params/CookiePolicy.html" title="class in org.apache.http.client.params" target="classFrame">CookiePolicy</a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/CookiePriorityComparator.html" title="class in org.apache.http.cookie" target="classFrame">CookiePriorityComparator</a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/CookieRestrictionViolationException.html" title="class in org.apache.http.cookie" target="classFrame">CookieRestrictionViolationException</a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/CookieSpec.html" title="interface in org.apache.http.cookie" target="classFrame"><i>CookieSpec</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/CookieSpecBase.html" title="class in org.apache.http.impl.cookie" target="classFrame">CookieSpecBase</a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/CookieSpecFactory.html" title="interface in org.apache.http.cookie" target="classFrame"><i>CookieSpecFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/params/CookieSpecParamBean.html" title="class in org.apache.http.cookie.params" target="classFrame">CookieSpecParamBean</a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/params/CookieSpecPNames.html" title="interface in org.apache.http.cookie.params" target="classFrame"><i>CookieSpecPNames</i></a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/CookieSpecProvider.html" title="interface in org.apache.http.cookie" target="classFrame"><i>CookieSpecProvider</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/CookieSpecRegistries.html" title="class in org.apache.http.impl.client" target="classFrame">CookieSpecRegistries</a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/CookieSpecRegistry.html" title="class in org.apache.http.cookie" target="classFrame">CookieSpecRegistry</a></li>
|
||||||
|
<li><a href="org/apache/http/client/config/CookieSpecs.html" title="class in org.apache.http.client.config" target="classFrame">CookieSpecs</a></li>
|
||||||
|
<li><a href="org/apache/http/client/CookieStore.html" title="interface in org.apache.http.client" target="classFrame"><i>CookieStore</i></a></li>
|
||||||
|
<li><a href="org/apache/http/auth/Credentials.html" title="interface in org.apache.http.auth" target="classFrame"><i>Credentials</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/CredentialsProvider.html" title="interface in org.apache.http.client" target="classFrame"><i>CredentialsProvider</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/win/CurrentWindowsCredentials.html" title="class in org.apache.http.impl.auth.win" target="classFrame">CurrentWindowsCredentials</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/DateParseException.html" title="class in org.apache.http.impl.cookie" target="classFrame">DateParseException</a></li>
|
||||||
|
<li><a href="org/apache/http/client/utils/DateUtils.html" title="class in org.apache.http.client.utils" target="classFrame">DateUtils</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/DateUtils.html" title="class in org.apache.http.impl.cookie" target="classFrame">DateUtils</a></li>
|
||||||
|
<li><a href="org/apache/http/client/entity/DecompressingEntity.html" title="class in org.apache.http.client.entity" target="classFrame">DecompressingEntity</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DecompressingHttpClient.html" title="class in org.apache.http.impl.client" target="classFrame">DecompressingHttpClient</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultBackoffStrategy.html" title="class in org.apache.http.impl.client" target="classFrame">DefaultBackoffStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/DefaultClientConnection.html" title="class in org.apache.http.impl.conn" target="classFrame">DefaultClientConnection</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/DefaultClientConnectionOperator.html" title="class in org.apache.http.impl.conn" target="classFrame">DefaultClientConnectionOperator</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultClientConnectionReuseStrategy.html" title="class in org.apache.http.impl.client" target="classFrame">DefaultClientConnectionReuseStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultConnectionKeepAliveStrategy.html" title="class in org.apache.http.impl.client" target="classFrame">DefaultConnectionKeepAliveStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/DefaultCookieSpec.html" title="class in org.apache.http.impl.cookie" target="classFrame">DefaultCookieSpec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/DefaultCookieSpecProvider.html" title="class in org.apache.http.impl.cookie" target="classFrame">DefaultCookieSpecProvider</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/DefaultCookieSpecProvider.CompatibilityLevel.html" title="enum in org.apache.http.impl.cookie" target="classFrame">DefaultCookieSpecProvider.CompatibilityLevel</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/DefaultFailureCache.html" title="class in org.apache.http.impl.client.cache" target="classFrame">DefaultFailureCache</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/DefaultHostnameVerifier.html" title="class in org.apache.http.conn.ssl" target="classFrame">DefaultHostnameVerifier</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/DefaultHttpCacheEntrySerializer.html" title="class in org.apache.http.impl.client.cache" target="classFrame">DefaultHttpCacheEntrySerializer</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultHttpClient.html" title="class in org.apache.http.impl.client" target="classFrame">DefaultHttpClient</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/DefaultHttpClientConnectionOperator.html" title="class in org.apache.http.impl.conn" target="classFrame">DefaultHttpClientConnectionOperator</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultHttpRequestRetryHandler.html" title="class in org.apache.http.impl.client" target="classFrame">DefaultHttpRequestRetryHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/DefaultHttpResponseParser.html" title="class in org.apache.http.impl.conn" target="classFrame">DefaultHttpResponseParser</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/DefaultHttpResponseParserFactory.html" title="class in org.apache.http.impl.conn" target="classFrame">DefaultHttpResponseParserFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/DefaultHttpRoutePlanner.html" title="class in org.apache.http.impl.conn" target="classFrame">DefaultHttpRoutePlanner</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/DefaultManagedHttpClientConnection.html" title="class in org.apache.http.impl.conn" target="classFrame">DefaultManagedHttpClientConnection</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultProxyAuthenticationHandler.html" title="class in org.apache.http.impl.client" target="classFrame">DefaultProxyAuthenticationHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/DefaultProxyRoutePlanner.html" title="class in org.apache.http.impl.conn" target="classFrame">DefaultProxyRoutePlanner</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultRedirectHandler.html" title="class in org.apache.http.impl.client" target="classFrame">DefaultRedirectHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultRedirectStrategy.html" title="class in org.apache.http.impl.client" target="classFrame">DefaultRedirectStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultRequestDirector.html" title="class in org.apache.http.impl.client" target="classFrame">DefaultRequestDirector</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/DefaultResponseParser.html" title="class in org.apache.http.impl.conn" target="classFrame">DefaultResponseParser</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/DefaultRoutePlanner.html" title="class in org.apache.http.impl.conn" target="classFrame">DefaultRoutePlanner</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/DefaultSchemePortResolver.html" title="class in org.apache.http.impl.conn" target="classFrame">DefaultSchemePortResolver</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultServiceUnavailableRetryStrategy.html" title="class in org.apache.http.impl.client" target="classFrame">DefaultServiceUnavailableRetryStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultTargetAuthenticationHandler.html" title="class in org.apache.http.impl.client" target="classFrame">DefaultTargetAuthenticationHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultUserTokenHandler.html" title="class in org.apache.http.impl.client" target="classFrame">DefaultUserTokenHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/client/entity/DeflateDecompressingEntity.html" title="class in org.apache.http.client.entity" target="classFrame">DeflateDecompressingEntity</a></li>
|
||||||
|
<li><a href="org/apache/http/client/entity/DeflateInputStream.html" title="class in org.apache.http.client.entity" target="classFrame">DeflateInputStream</a></li>
|
||||||
|
<li><a href="org/apache/http/client/entity/DeflateInputStreamFactory.html" title="class in org.apache.http.client.entity" target="classFrame">DeflateInputStreamFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/DigestScheme.html" title="class in org.apache.http.impl.auth" target="classFrame">DigestScheme</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/DigestSchemeFactory.html" title="class in org.apache.http.impl.auth" target="classFrame">DigestSchemeFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/DnsResolver.html" title="interface in org.apache.http.conn" target="classFrame"><i>DnsResolver</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/util/DnsUtils.html" title="class in org.apache.http.conn.util" target="classFrame">DnsUtils</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/util/DomainType.html" title="enum in org.apache.http.conn.util" target="classFrame">DomainType</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/ehcache/EhcacheHttpCacheStorage.html" title="class in org.apache.http.impl.client.cache.ehcache" target="classFrame">EhcacheHttpCacheStorage</a></li>
|
||||||
|
<li><a href="org/apache/http/client/entity/EntityBuilder.html" title="class in org.apache.http.client.entity" target="classFrame">EntityBuilder</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/EntityEnclosingRequestWrapper.html" title="class in org.apache.http.impl.client" target="classFrame">EntityEnclosingRequestWrapper</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/EofSensorInputStream.html" title="class in org.apache.http.conn" target="classFrame">EofSensorInputStream</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/EofSensorWatcher.html" title="interface in org.apache.http.conn" target="classFrame"><i>EofSensorWatcher</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/fluent/Executor.html" title="class in org.apache.http.client.fluent" target="classFrame">Executor</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/ExponentialBackOffSchedulingStrategy.html" title="class in org.apache.http.impl.client.cache" target="classFrame">ExponentialBackOffSchedulingStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/FailureCache.html" title="interface in org.apache.http.impl.client.cache" target="classFrame"><i>FailureCache</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/FailureCacheValue.html" title="class in org.apache.http.impl.client.cache" target="classFrame">FailureCacheValue</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/content/FileBody.html" title="class in org.apache.http.entity.mime.content" target="classFrame">FileBody</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/FileResource.html" title="class in org.apache.http.impl.client.cache" target="classFrame">FileResource</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/FileResourceFactory.html" title="class in org.apache.http.impl.client.cache" target="classFrame">FileResourceFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/client/fluent/Form.html" title="class in org.apache.http.client.fluent" target="classFrame">Form</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/FormBodyPart.html" title="class in org.apache.http.entity.mime" target="classFrame">FormBodyPart</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/FormBodyPartBuilder.html" title="class in org.apache.http.entity.mime" target="classFrame">FormBodyPartBuilder</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/FutureRequestExecutionMetrics.html" title="class in org.apache.http.impl.client" target="classFrame">FutureRequestExecutionMetrics</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/FutureRequestExecutionService.html" title="class in org.apache.http.impl.client" target="classFrame">FutureRequestExecutionService</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/GGSSchemeBase.html" title="class in org.apache.http.impl.auth" target="classFrame">GGSSchemeBase</a></li>
|
||||||
|
<li><a href="org/apache/http/client/entity/GzipCompressingEntity.html" title="class in org.apache.http.client.entity" target="classFrame">GzipCompressingEntity</a></li>
|
||||||
|
<li><a href="org/apache/http/client/entity/GzipDecompressingEntity.html" title="class in org.apache.http.client.entity" target="classFrame">GzipDecompressingEntity</a></li>
|
||||||
|
<li><a href="org/apache/http/client/entity/GZIPInputStreamFactory.html" title="class in org.apache.http.client.entity" target="classFrame">GZIPInputStreamFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/Header.html" title="class in org.apache.http.entity.mime" target="classFrame">Header</a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/HeaderConstants.html" title="class in org.apache.http.client.cache" target="classFrame">HeaderConstants</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/HeapResource.html" title="class in org.apache.http.impl.client.cache" target="classFrame">HeapResource</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/HeapResourceFactory.html" title="class in org.apache.http.impl.client.cache" target="classFrame">HeapResourceFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/scheme/HostNameResolver.html" title="interface in org.apache.http.conn.scheme" target="classFrame"><i>HostNameResolver</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/HttpAuthenticator.html" title="class in org.apache.http.impl.auth" target="classFrame">HttpAuthenticator</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/HttpAuthenticator.html" title="class in org.apache.http.impl.client" target="classFrame">HttpAuthenticator</a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/HttpCacheContext.html" title="class in org.apache.http.client.cache" target="classFrame">HttpCacheContext</a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/HttpCacheEntry.html" title="class in org.apache.http.client.cache" target="classFrame">HttpCacheEntry</a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/HttpCacheEntrySerializationException.html" title="class in org.apache.http.client.cache" target="classFrame">HttpCacheEntrySerializationException</a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/HttpCacheEntrySerializer.html" title="interface in org.apache.http.client.cache" target="classFrame"><i>HttpCacheEntrySerializer</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/HttpCacheInvalidator.html" title="interface in org.apache.http.client.cache" target="classFrame"><i>HttpCacheInvalidator</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/HttpCacheStorage.html" title="interface in org.apache.http.client.cache" target="classFrame"><i>HttpCacheStorage</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/HttpCacheUpdateCallback.html" title="interface in org.apache.http.client.cache" target="classFrame"><i>HttpCacheUpdateCallback</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/HttpCacheUpdateException.html" title="class in org.apache.http.client.cache" target="classFrame">HttpCacheUpdateException</a></li>
|
||||||
|
<li><a href="org/apache/http/client/HttpClient.html" title="interface in org.apache.http.client" target="classFrame"><i>HttpClient</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/HttpClientBuilder.html" title="class in org.apache.http.impl.client" target="classFrame">HttpClientBuilder</a></li>
|
||||||
|
<li><a href="org/apache/http/osgi/services/HttpClientBuilderFactory.html" title="interface in org.apache.http.osgi.services" target="classFrame"><i>HttpClientBuilderFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/HttpClientConnectionManager.html" title="interface in org.apache.http.conn" target="classFrame"><i>HttpClientConnectionManager</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/HttpClientConnectionOperator.html" title="interface in org.apache.http.conn" target="classFrame"><i>HttpClientConnectionOperator</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/HttpClientContext.html" title="class in org.apache.http.client.protocol" target="classFrame">HttpClientContext</a></li>
|
||||||
|
<li><a href="org/apache/http/client/params/HttpClientParamConfig.html" title="class in org.apache.http.client.params" target="classFrame">HttpClientParamConfig</a></li>
|
||||||
|
<li><a href="org/apache/http/client/params/HttpClientParams.html" title="class in org.apache.http.client.params" target="classFrame">HttpClientParams</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/HttpClients.html" title="class in org.apache.http.impl.client" target="classFrame">HttpClients</a></li>
|
||||||
|
<li><a href="org/apache/http/client/utils/HttpClientUtils.html" title="class in org.apache.http.client.utils" target="classFrame">HttpClientUtils</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/HttpConnectionFactory.html" title="interface in org.apache.http.conn" target="classFrame"><i>HttpConnectionFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpDelete.html" title="class in org.apache.http.client.methods" target="classFrame">HttpDelete</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpEntityEnclosingRequestBase.html" title="class in org.apache.http.client.methods" target="classFrame">HttpEntityEnclosingRequestBase</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpExecutionAware.html" title="interface in org.apache.http.client.methods" target="classFrame"><i>HttpExecutionAware</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpGet.html" title="class in org.apache.http.client.methods" target="classFrame">HttpGet</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpHead.html" title="class in org.apache.http.client.methods" target="classFrame">HttpHead</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/HttpHostConnectException.html" title="class in org.apache.http.conn" target="classFrame">HttpHostConnectException</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/HttpInetSocketAddress.html" title="class in org.apache.http.conn" target="classFrame">HttpInetSocketAddress</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/HttpMultipart.html" title="class in org.apache.http.entity.mime" target="classFrame">HttpMultipart</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/HttpMultipartMode.html" title="enum in org.apache.http.entity.mime" target="classFrame">HttpMultipartMode</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpOptions.html" title="class in org.apache.http.client.methods" target="classFrame">HttpOptions</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpPatch.html" title="class in org.apache.http.client.methods" target="classFrame">HttpPatch</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpPost.html" title="class in org.apache.http.client.methods" target="classFrame">HttpPost</a></li>
|
||||||
|
<li><a href="org/apache/http/osgi/impl/HttpProxyConfigurationActivator.html" title="class in org.apache.http.osgi.impl" target="classFrame">HttpProxyConfigurationActivator</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpPut.html" title="class in org.apache.http.client.methods" target="classFrame">HttpPut</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpRequestBase.html" title="class in org.apache.http.client.methods" target="classFrame">HttpRequestBase</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/HttpRequestFutureTask.html" title="class in org.apache.http.impl.client" target="classFrame">HttpRequestFutureTask</a></li>
|
||||||
|
<li><a href="org/apache/http/client/HttpRequestRetryHandler.html" title="interface in org.apache.http.client" target="classFrame"><i>HttpRequestRetryHandler</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpRequestWrapper.html" title="class in org.apache.http.client.methods" target="classFrame">HttpRequestWrapper</a></li>
|
||||||
|
<li><a href="org/apache/http/client/HttpResponseException.html" title="class in org.apache.http.client" target="classFrame">HttpResponseException</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/routing/HttpRoute.html" title="class in org.apache.http.conn.routing" target="classFrame">HttpRoute</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/HttpRoutedConnection.html" title="interface in org.apache.http.conn" target="classFrame"><i>HttpRoutedConnection</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/routing/HttpRouteDirector.html" title="interface in org.apache.http.conn.routing" target="classFrame"><i>HttpRouteDirector</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/routing/HttpRoutePlanner.html" title="interface in org.apache.http.conn.routing" target="classFrame"><i>HttpRoutePlanner</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpTrace.html" title="class in org.apache.http.client.methods" target="classFrame">HttpTrace</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpUriRequest.html" title="interface in org.apache.http.client.methods" target="classFrame"><i>HttpUriRequest</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/IdleConnectionEvictor.html" title="class in org.apache.http.impl.client" target="classFrame">IdleConnectionEvictor</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/IdleConnectionHandler.html" title="class in org.apache.http.impl.conn" target="classFrame">IdleConnectionHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/client/utils/Idn.html" title="interface in org.apache.http.client.utils" target="classFrame"><i>Idn</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/IgnoreSpec.html" title="class in org.apache.http.impl.cookie" target="classFrame">IgnoreSpec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/IgnoreSpecFactory.html" title="class in org.apache.http.impl.cookie" target="classFrame">IgnoreSpecFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/IgnoreSpecProvider.html" title="class in org.apache.http.impl.cookie" target="classFrame">IgnoreSpecProvider</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/ImmediateSchedulingStrategy.html" title="class in org.apache.http.impl.client.cache" target="classFrame">ImmediateSchedulingStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/util/InetAddressUtils.html" title="class in org.apache.http.conn.util" target="classFrame">InetAddressUtils</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/InMemoryDnsResolver.html" title="class in org.apache.http.impl.conn" target="classFrame">InMemoryDnsResolver</a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/InputLimit.html" title="class in org.apache.http.client.cache" target="classFrame">InputLimit</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/content/InputStreamBody.html" title="class in org.apache.http.entity.mime.content" target="classFrame">InputStreamBody</a></li>
|
||||||
|
<li><a href="org/apache/http/client/entity/InputStreamFactory.html" title="interface in org.apache.http.client.entity" target="classFrame"><i>InputStreamFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/auth/InvalidCredentialsException.html" title="class in org.apache.http.auth" target="classFrame">InvalidCredentialsException</a></li>
|
||||||
|
<li><a href="org/apache/http/client/utils/JdkIdn.html" title="class in org.apache.http.client.utils" target="classFrame">JdkIdn</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/KerberosCredentials.html" title="class in org.apache.http.auth" target="classFrame">KerberosCredentials</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/KerberosScheme.html" title="class in org.apache.http.impl.auth" target="classFrame">KerberosScheme</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/KerberosSchemeFactory.html" title="class in org.apache.http.impl.auth" target="classFrame">KerberosSchemeFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/memcached/KeyHashingScheme.html" title="interface in org.apache.http.impl.client.cache.memcached" target="classFrame"><i>KeyHashingScheme</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/LaxExpiresHandler.html" title="class in org.apache.http.impl.cookie" target="classFrame">LaxExpiresHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/LaxMaxAgeHandler.html" title="class in org.apache.http.impl.cookie" target="classFrame">LaxMaxAgeHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/LaxRedirectStrategy.html" title="class in org.apache.http.impl.client" target="classFrame">LaxRedirectStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/socket/LayeredConnectionSocketFactory.html" title="interface in org.apache.http.conn.socket" target="classFrame"><i>LayeredConnectionSocketFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/scheme/LayeredSchemeSocketFactory.html" title="interface in org.apache.http.conn.scheme" target="classFrame"><i>LayeredSchemeSocketFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/scheme/LayeredSocketFactory.html" title="interface in org.apache.http.conn.scheme" target="classFrame"><i>LayeredSocketFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/LoggingSessionInputBuffer.html" title="class in org.apache.http.impl.conn" target="classFrame">LoggingSessionInputBuffer</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/LoggingSessionOutputBuffer.html" title="class in org.apache.http.impl.conn" target="classFrame">LoggingSessionOutputBuffer</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/execchain/MainClientExec.html" title="class in org.apache.http.impl.execchain" target="classFrame">MainClientExec</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/MalformedChallengeException.html" title="class in org.apache.http.auth" target="classFrame">MalformedChallengeException</a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/MalformedCookieException.html" title="class in org.apache.http.cookie" target="classFrame">MalformedCookieException</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ManagedClientConnection.html" title="interface in org.apache.http.conn" target="classFrame"><i>ManagedClientConnection</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/ManagedHttpCacheStorage.html" title="class in org.apache.http.impl.client.cache" target="classFrame">ManagedHttpCacheStorage</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ManagedHttpClientConnection.html" title="interface in org.apache.http.conn" target="classFrame"><i>ManagedHttpClientConnection</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/ManagedHttpClientConnectionFactory.html" title="class in org.apache.http.impl.conn" target="classFrame">ManagedHttpClientConnectionFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/memcached/MemcachedCacheEntry.html" title="interface in org.apache.http.impl.client.cache.memcached" target="classFrame"><i>MemcachedCacheEntry</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/memcached/MemcachedCacheEntryFactory.html" title="interface in org.apache.http.impl.client.cache.memcached" target="classFrame"><i>MemcachedCacheEntryFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/memcached/MemcachedCacheEntryFactoryImpl.html" title="class in org.apache.http.impl.client.cache.memcached" target="classFrame">MemcachedCacheEntryFactoryImpl</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/memcached/MemcachedCacheEntryImpl.html" title="class in org.apache.http.impl.client.cache.memcached" target="classFrame">MemcachedCacheEntryImpl</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/memcached/MemcachedHttpCacheStorage.html" title="class in org.apache.http.impl.client.cache.memcached" target="classFrame">MemcachedHttpCacheStorage</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/memcached/MemcachedKeyHashingException.html" title="class in org.apache.http.impl.client.cache.memcached" target="classFrame">MemcachedKeyHashingException</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/memcached/MemcachedSerializationException.html" title="class in org.apache.http.impl.client.cache.memcached" target="classFrame">MemcachedSerializationException</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/MIME.html" title="class in org.apache.http.entity.mime" target="classFrame">MIME</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/execchain/MinimalClientExec.html" title="class in org.apache.http.impl.execchain" target="classFrame">MinimalClientExec</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/MinimalField.html" title="class in org.apache.http.entity.mime" target="classFrame">MinimalField</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/MultihomePlainSocketFactory.html" title="class in org.apache.http.conn" target="classFrame">MultihomePlainSocketFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/MultipartEntity.html" title="class in org.apache.http.entity.mime" target="classFrame">MultipartEntity</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/MultipartEntityBuilder.html" title="class in org.apache.http.entity.mime" target="classFrame">MultipartEntityBuilder</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/NegotiateScheme.html" title="class in org.apache.http.impl.auth" target="classFrame">NegotiateScheme</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/NegotiateSchemeFactory.html" title="class in org.apache.http.impl.auth" target="classFrame">NegotiateSchemeFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/NetscapeDomainHandler.html" title="class in org.apache.http.impl.cookie" target="classFrame">NetscapeDomainHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/NetscapeDraftHeaderParser.html" title="class in org.apache.http.impl.cookie" target="classFrame">NetscapeDraftHeaderParser</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/NetscapeDraftSpec.html" title="class in org.apache.http.impl.cookie" target="classFrame">NetscapeDraftSpec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/NetscapeDraftSpecFactory.html" title="class in org.apache.http.impl.cookie" target="classFrame">NetscapeDraftSpecFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/NetscapeDraftSpecProvider.html" title="class in org.apache.http.impl.cookie" target="classFrame">NetscapeDraftSpecProvider</a></li>
|
||||||
|
<li><a href="org/apache/http/client/NonRepeatableRequestException.html" title="class in org.apache.http.client" target="classFrame">NonRepeatableRequestException</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/NoopHostnameVerifier.html" title="class in org.apache.http.conn.ssl" target="classFrame">NoopHostnameVerifier</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/NoopUserTokenHandler.html" title="class in org.apache.http.impl.client" target="classFrame">NoopUserTokenHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/NTCredentials.html" title="class in org.apache.http.auth" target="classFrame">NTCredentials</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/NTLMEngine.html" title="interface in org.apache.http.impl.auth" target="classFrame"><i>NTLMEngine</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/NTLMEngineException.html" title="class in org.apache.http.impl.auth" target="classFrame">NTLMEngineException</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/NTLMScheme.html" title="class in org.apache.http.impl.auth" target="classFrame">NTLMScheme</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/NTLMSchemeFactory.html" title="class in org.apache.http.impl.auth" target="classFrame">NTLMSchemeFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/NTUserPrincipal.html" title="class in org.apache.http.auth" target="classFrame">NTUserPrincipal</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/NullBackoffStrategy.html" title="class in org.apache.http.impl.client" target="classFrame">NullBackoffStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/OperatedClientConnection.html" title="interface in org.apache.http.conn" target="classFrame"><i>OperatedClientConnection</i></a></li>
|
||||||
|
<li><a href="org/apache/http/osgi/impl/OSGiClientBuilderFactory.html" title="class in org.apache.http.osgi.impl" target="classFrame">OSGiClientBuilderFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/osgi/impl/OSGiProxyConfiguration.html" title="class in org.apache.http.osgi.impl" target="classFrame">OSGiProxyConfiguration</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/socket/PlainConnectionSocketFactory.html" title="class in org.apache.http.conn.socket" target="classFrame">PlainConnectionSocketFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/scheme/PlainSocketFactory.html" title="class in org.apache.http.conn.scheme" target="classFrame">PlainSocketFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/tsccm/PoolEntryRequest.html" title="interface in org.apache.http.impl.conn.tsccm" target="classFrame"><i>PoolEntryRequest</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/PoolingClientConnectionManager.html" title="class in org.apache.http.impl.conn" target="classFrame">PoolingClientConnectionManager</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/PoolingHttpClientConnectionManager.html" title="class in org.apache.http.impl.conn" target="classFrame">PoolingHttpClientConnectionManager</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/memcached/PrefixKeyHashingScheme.html" title="class in org.apache.http.impl.client.cache.memcached" target="classFrame">PrefixKeyHashingScheme</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/PrivateKeyDetails.html" title="class in org.apache.http.conn.ssl" target="classFrame">PrivateKeyDetails</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/PrivateKeyStrategy.html" title="interface in org.apache.http.conn.ssl" target="classFrame"><i>PrivateKeyStrategy</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/execchain/ProtocolExec.html" title="class in org.apache.http.impl.execchain" target="classFrame">ProtocolExec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/ProxyAuthenticationStrategy.html" title="class in org.apache.http.impl.client" target="classFrame">ProxyAuthenticationStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/ProxyClient.html" title="class in org.apache.http.impl.client" target="classFrame">ProxyClient</a></li>
|
||||||
|
<li><a href="org/apache/http/osgi/services/ProxyConfiguration.html" title="interface in org.apache.http.osgi.services" target="classFrame"><i>ProxyConfiguration</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/ProxySelectorRoutePlanner.html" title="class in org.apache.http.impl.conn" target="classFrame">ProxySelectorRoutePlanner</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/PublicSuffixDomainFilter.html" title="class in org.apache.http.impl.cookie" target="classFrame">PublicSuffixDomainFilter</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/PublicSuffixFilter.html" title="class in org.apache.http.impl.cookie" target="classFrame">PublicSuffixFilter</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/util/PublicSuffixList.html" title="class in org.apache.http.conn.util" target="classFrame">PublicSuffixList</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/util/PublicSuffixListParser.html" title="class in org.apache.http.conn.util" target="classFrame">PublicSuffixListParser</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/PublicSuffixListParser.html" title="class in org.apache.http.impl.cookie" target="classFrame">PublicSuffixListParser</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/util/PublicSuffixMatcher.html" title="class in org.apache.http.conn.util" target="classFrame">PublicSuffixMatcher</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/util/PublicSuffixMatcherLoader.html" title="class in org.apache.http.conn.util" target="classFrame">PublicSuffixMatcherLoader</a></li>
|
||||||
|
<li><a href="org/apache/http/client/utils/Punycode.html" title="class in org.apache.http.client.utils" target="classFrame">Punycode</a></li>
|
||||||
|
<li><a href="org/apache/http/client/RedirectException.html" title="class in org.apache.http.client" target="classFrame">RedirectException</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/execchain/RedirectExec.html" title="class in org.apache.http.impl.execchain" target="classFrame">RedirectExec</a></li>
|
||||||
|
<li><a href="org/apache/http/client/RedirectHandler.html" title="interface in org.apache.http.client" target="classFrame"><i>RedirectHandler</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/RedirectLocations.html" title="class in org.apache.http.impl.client" target="classFrame">RedirectLocations</a></li>
|
||||||
|
<li><a href="org/apache/http/client/RedirectStrategy.html" title="interface in org.apache.http.client" target="classFrame"><i>RedirectStrategy</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/fluent/Request.html" title="class in org.apache.http.client.fluent" target="classFrame">Request</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/execchain/RequestAbortedException.html" title="class in org.apache.http.impl.execchain" target="classFrame">RequestAbortedException</a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/RequestAcceptEncoding.html" title="class in org.apache.http.client.protocol" target="classFrame">RequestAcceptEncoding</a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/RequestAddCookies.html" title="class in org.apache.http.client.protocol" target="classFrame">RequestAddCookies</a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/RequestAuthCache.html" title="class in org.apache.http.client.protocol" target="classFrame">RequestAuthCache</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/RequestBuilder.html" title="class in org.apache.http.client.methods" target="classFrame">RequestBuilder</a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/RequestClientConnControl.html" title="class in org.apache.http.client.protocol" target="classFrame">RequestClientConnControl</a></li>
|
||||||
|
<li><a href="org/apache/http/client/config/RequestConfig.html" title="class in org.apache.http.client.config" target="classFrame">RequestConfig</a></li>
|
||||||
|
<li><a href="org/apache/http/client/config/RequestConfig.Builder.html" title="class in org.apache.http.client.config" target="classFrame">RequestConfig.Builder</a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/RequestDefaultHeaders.html" title="class in org.apache.http.client.protocol" target="classFrame">RequestDefaultHeaders</a></li>
|
||||||
|
<li><a href="org/apache/http/client/RequestDirector.html" title="interface in org.apache.http.client" target="classFrame"><i>RequestDirector</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/RequestExpectContinue.html" title="class in org.apache.http.client.protocol" target="classFrame">RequestExpectContinue</a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/RequestProxyAuthentication.html" title="class in org.apache.http.client.protocol" target="classFrame">RequestProxyAuthentication</a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/RequestTargetAuthentication.html" title="class in org.apache.http.client.protocol" target="classFrame">RequestTargetAuthentication</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/RequestWrapper.html" title="class in org.apache.http.impl.client" target="classFrame">RequestWrapper</a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/Resource.html" title="interface in org.apache.http.client.cache" target="classFrame"><i>Resource</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/ResourceFactory.html" title="interface in org.apache.http.client.cache" target="classFrame"><i>ResourceFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/fluent/Response.html" title="class in org.apache.http.client.fluent" target="classFrame">Response</a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/ResponseAuthCache.html" title="class in org.apache.http.client.protocol" target="classFrame">ResponseAuthCache</a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/ResponseContentEncoding.html" title="class in org.apache.http.client.protocol" target="classFrame">ResponseContentEncoding</a></li>
|
||||||
|
<li><a href="org/apache/http/client/ResponseHandler.html" title="interface in org.apache.http.client" target="classFrame"><i>ResponseHandler</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/ResponseProcessCookies.html" title="class in org.apache.http.client.protocol" target="classFrame">ResponseProcessCookies</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/execchain/RetryExec.html" title="class in org.apache.http.impl.execchain" target="classFrame">RetryExec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2109DomainHandler.html" title="class in org.apache.http.impl.cookie" target="classFrame">RFC2109DomainHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2109Spec.html" title="class in org.apache.http.impl.cookie" target="classFrame">RFC2109Spec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2109SpecFactory.html" title="class in org.apache.http.impl.cookie" target="classFrame">RFC2109SpecFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2109SpecProvider.html" title="class in org.apache.http.impl.cookie" target="classFrame">RFC2109SpecProvider</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2109VersionHandler.html" title="class in org.apache.http.impl.cookie" target="classFrame">RFC2109VersionHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/RFC2617Scheme.html" title="class in org.apache.http.impl.auth" target="classFrame">RFC2617Scheme</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2965CommentUrlAttributeHandler.html" title="class in org.apache.http.impl.cookie" target="classFrame">RFC2965CommentUrlAttributeHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2965DiscardAttributeHandler.html" title="class in org.apache.http.impl.cookie" target="classFrame">RFC2965DiscardAttributeHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2965DomainAttributeHandler.html" title="class in org.apache.http.impl.cookie" target="classFrame">RFC2965DomainAttributeHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2965PortAttributeHandler.html" title="class in org.apache.http.impl.cookie" target="classFrame">RFC2965PortAttributeHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2965Spec.html" title="class in org.apache.http.impl.cookie" target="classFrame">RFC2965Spec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2965SpecFactory.html" title="class in org.apache.http.impl.cookie" target="classFrame">RFC2965SpecFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2965SpecProvider.html" title="class in org.apache.http.impl.cookie" target="classFrame">RFC2965SpecProvider</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2965VersionAttributeHandler.html" title="class in org.apache.http.impl.cookie" target="classFrame">RFC2965VersionAttributeHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/client/utils/Rfc3492Idn.html" title="class in org.apache.http.client.utils" target="classFrame">Rfc3492Idn</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC6265CookieSpec.html" title="class in org.apache.http.impl.cookie" target="classFrame">RFC6265CookieSpec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC6265CookieSpecProvider.html" title="class in org.apache.http.impl.cookie" target="classFrame">RFC6265CookieSpecProvider</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC6265CookieSpecProvider.CompatibilityLevel.html" title="enum in org.apache.http.impl.cookie" target="classFrame">RFC6265CookieSpecProvider.CompatibilityLevel</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC6265LaxSpec.html" title="class in org.apache.http.impl.cookie" target="classFrame">RFC6265LaxSpec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC6265StrictSpec.html" title="class in org.apache.http.impl.cookie" target="classFrame">RFC6265StrictSpec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/RoutedRequest.html" title="class in org.apache.http.impl.client" target="classFrame">RoutedRequest</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/routing/RouteInfo.html" title="interface in org.apache.http.conn.routing" target="classFrame"><i>RouteInfo</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/routing/RouteInfo.LayerType.html" title="enum in org.apache.http.conn.routing" target="classFrame">RouteInfo.LayerType</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/routing/RouteInfo.TunnelType.html" title="enum in org.apache.http.conn.routing" target="classFrame">RouteInfo.TunnelType</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/tsccm/RouteSpecificPool.html" title="class in org.apache.http.impl.conn.tsccm" target="classFrame">RouteSpecificPool</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/routing/RouteTracker.html" title="class in org.apache.http.conn.routing" target="classFrame">RouteTracker</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/SchedulingStrategy.html" title="interface in org.apache.http.impl.client.cache" target="classFrame"><i>SchedulingStrategy</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/scheme/Scheme.html" title="class in org.apache.http.conn.scheme" target="classFrame">Scheme</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/scheme/SchemeLayeredSocketFactory.html" title="interface in org.apache.http.conn.scheme" target="classFrame"><i>SchemeLayeredSocketFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/SchemePortResolver.html" title="interface in org.apache.http.conn" target="classFrame"><i>SchemePortResolver</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/scheme/SchemeRegistry.html" title="class in org.apache.http.conn.scheme" target="classFrame">SchemeRegistry</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/SchemeRegistryFactory.html" title="class in org.apache.http.impl.conn" target="classFrame">SchemeRegistryFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/scheme/SchemeSocketFactory.html" title="interface in org.apache.http.conn.scheme" target="classFrame"><i>SchemeSocketFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/execchain/ServiceUnavailableRetryExec.html" title="class in org.apache.http.impl.execchain" target="classFrame">ServiceUnavailableRetryExec</a></li>
|
||||||
|
<li><a href="org/apache/http/client/ServiceUnavailableRetryStrategy.html" title="interface in org.apache.http.client" target="classFrame"><i>ServiceUnavailableRetryStrategy</i></a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/SetCookie.html" title="interface in org.apache.http.cookie" target="classFrame"><i>SetCookie</i></a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/SetCookie2.html" title="interface in org.apache.http.cookie" target="classFrame"><i>SetCookie2</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/memcached/SHA256KeyHashingScheme.html" title="class in org.apache.http.impl.client.cache.memcached" target="classFrame">SHA256KeyHashingScheme</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/SingleClientConnManager.html" title="class in org.apache.http.impl.conn" target="classFrame">SingleClientConnManager</a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/SM.html" title="interface in org.apache.http.cookie" target="classFrame"><i>SM</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/scheme/SocketFactory.html" title="interface in org.apache.http.conn.scheme" target="classFrame"><i>SocketFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/SPNegoScheme.html" title="class in org.apache.http.impl.auth" target="classFrame">SPNegoScheme</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/SPNegoSchemeFactory.html" title="class in org.apache.http.impl.auth" target="classFrame">SPNegoSchemeFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/SpnegoTokenGenerator.html" title="interface in org.apache.http.impl.auth" target="classFrame"><i>SpnegoTokenGenerator</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/SSLConnectionSocketFactory.html" title="class in org.apache.http.conn.ssl" target="classFrame">SSLConnectionSocketFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/SSLContextBuilder.html" title="class in org.apache.http.conn.ssl" target="classFrame">SSLContextBuilder</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/SSLContexts.html" title="class in org.apache.http.conn.ssl" target="classFrame">SSLContexts</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/SSLInitializationException.html" title="class in org.apache.http.conn.ssl" target="classFrame">SSLInitializationException</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/SSLSocketFactory.html" title="class in org.apache.http.conn.ssl" target="classFrame">SSLSocketFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/StandardHttpRequestRetryHandler.html" title="class in org.apache.http.impl.client" target="classFrame">StandardHttpRequestRetryHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/StrictHostnameVerifier.html" title="class in org.apache.http.conn.ssl" target="classFrame">StrictHostnameVerifier</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/content/StringBody.html" title="class in org.apache.http.entity.mime.content" target="classFrame">StringBody</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/SystemDefaultCredentialsProvider.html" title="class in org.apache.http.impl.client" target="classFrame">SystemDefaultCredentialsProvider</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/SystemDefaultDnsResolver.html" title="class in org.apache.http.impl.conn" target="classFrame">SystemDefaultDnsResolver</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/SystemDefaultHttpClient.html" title="class in org.apache.http.impl.client" target="classFrame">SystemDefaultHttpClient</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/SystemDefaultRoutePlanner.html" title="class in org.apache.http.impl.conn" target="classFrame">SystemDefaultRoutePlanner</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/TargetAuthenticationStrategy.html" title="class in org.apache.http.impl.client" target="classFrame">TargetAuthenticationStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/tsccm/ThreadSafeClientConnManager.html" title="class in org.apache.http.impl.conn.tsccm" target="classFrame">ThreadSafeClientConnManager</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/TrustAllStrategy.html" title="class in org.apache.http.conn.ssl" target="classFrame">TrustAllStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/TrustSelfSignedStrategy.html" title="class in org.apache.http.conn.ssl" target="classFrame">TrustSelfSignedStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/TrustStrategy.html" title="interface in org.apache.http.conn.ssl" target="classFrame"><i>TrustStrategy</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/TunnelRefusedException.html" title="class in org.apache.http.impl.client" target="classFrame">TunnelRefusedException</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/execchain/TunnelRefusedException.html" title="class in org.apache.http.impl.execchain" target="classFrame">TunnelRefusedException</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/UnsupportedDigestAlgorithmException.html" title="class in org.apache.http.impl.auth" target="classFrame">UnsupportedDigestAlgorithmException</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/UnsupportedSchemeException.html" title="class in org.apache.http.conn" target="classFrame">UnsupportedSchemeException</a></li>
|
||||||
|
<li><a href="org/apache/http/client/utils/URIBuilder.html" title="class in org.apache.http.client.utils" target="classFrame">URIBuilder</a></li>
|
||||||
|
<li><a href="org/apache/http/client/utils/URIUtils.html" title="class in org.apache.http.client.utils" target="classFrame">URIUtils</a></li>
|
||||||
|
<li><a href="org/apache/http/client/utils/URIUtils.UriFlag.html" title="enum in org.apache.http.client.utils" target="classFrame">URIUtils.UriFlag</a></li>
|
||||||
|
<li><a href="org/apache/http/client/entity/UrlEncodedFormEntity.html" title="class in org.apache.http.client.entity" target="classFrame">UrlEncodedFormEntity</a></li>
|
||||||
|
<li><a href="org/apache/http/client/utils/URLEncodedUtils.html" title="class in org.apache.http.client.utils" target="classFrame">URLEncodedUtils</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/UsernamePasswordCredentials.html" title="class in org.apache.http.auth" target="classFrame">UsernamePasswordCredentials</a></li>
|
||||||
|
<li><a href="org/apache/http/client/UserTokenHandler.html" title="interface in org.apache.http.client" target="classFrame"><i>UserTokenHandler</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/tsccm/WaitingThread.html" title="class in org.apache.http.impl.conn.tsccm" target="classFrame">WaitingThread</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/tsccm/WaitingThreadAborter.html" title="class in org.apache.http.impl.conn.tsccm" target="classFrame">WaitingThreadAborter</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/win/WindowsCredentialsProvider.html" title="class in org.apache.http.impl.auth.win" target="classFrame">WindowsCredentialsProvider</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/win/WindowsNegotiateScheme.html" title="class in org.apache.http.impl.auth.win" target="classFrame">WindowsNegotiateScheme</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/win/WindowsNegotiateSchemeFactory.html" title="class in org.apache.http.impl.auth.win" target="classFrame">WindowsNegotiateSchemeFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/win/WindowsNTLMSchemeFactory.html" title="class in org.apache.http.impl.auth.win" target="classFrame">WindowsNTLMSchemeFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/WinHttpClients.html" title="class in org.apache.http.impl.client" target="classFrame">WinHttpClients</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/Wire.html" title="class in org.apache.http.impl.conn" target="classFrame">Wire</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/X509HostnameVerifier.html" title="interface in org.apache.http.conn.ssl" target="classFrame"><i>X509HostnameVerifier</i></a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,473 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Wed Nov 30 19:45:06 CET 2022 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>All Classes (Apache HttpComponents Client 4.5.14 API)</title>
|
||||||
|
<meta name="date" content="2022-11-30">
|
||||||
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1 class="bar">All Classes</h1>
|
||||||
|
<div class="indexContainer">
|
||||||
|
<ul>
|
||||||
|
<li><a href="org/apache/http/client/methods/AbortableHttpRequest.html" title="interface in org.apache.http.client.methods"><i>AbortableHttpRequest</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/AbstractAuthenticationHandler.html" title="class in org.apache.http.impl.client">AbstractAuthenticationHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/AbstractClientConnAdapter.html" title="class in org.apache.http.impl.conn">AbstractClientConnAdapter</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/tsccm/AbstractConnPool.html" title="class in org.apache.http.impl.conn.tsccm">AbstractConnPool</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/content/AbstractContentBody.html" title="class in org.apache.http.entity.mime.content">AbstractContentBody</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/AbstractCookieAttributeHandler.html" title="class in org.apache.http.impl.cookie">AbstractCookieAttributeHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/AbstractCookieSpec.html" title="class in org.apache.http.impl.cookie">AbstractCookieSpec</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/AbstractExecutionAwareRequest.html" title="class in org.apache.http.client.methods">AbstractExecutionAwareRequest</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/AbstractHttpClient.html" title="class in org.apache.http.impl.client">AbstractHttpClient</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/AbstractPooledConnAdapter.html" title="class in org.apache.http.impl.conn">AbstractPooledConnAdapter</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/AbstractPoolEntry.html" title="class in org.apache.http.impl.conn">AbstractPoolEntry</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/AbstractResponseHandler.html" title="class in org.apache.http.impl.client">AbstractResponseHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/AbstractVerifier.html" title="class in org.apache.http.conn.ssl">AbstractVerifier</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/AIMDBackoffManager.html" title="class in org.apache.http.impl.client">AIMDBackoffManager</a></li>
|
||||||
|
<li><a href="org/apache/http/client/params/AllClientPNames.html" title="interface in org.apache.http.client.params"><i>AllClientPNames</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/AllowAllHostnameVerifier.html" title="class in org.apache.http.conn.ssl">AllowAllHostnameVerifier</a></li>
|
||||||
|
<li><a href="org/apache/http/client/fluent/Async.html" title="class in org.apache.http.client.fluent">Async</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/AsynchronousValidationRequest.html" title="class in org.apache.http.impl.client.cache">AsynchronousValidationRequest</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/AUTH.html" title="class in org.apache.http.auth">AUTH</a></li>
|
||||||
|
<li><a href="org/apache/http/client/AuthCache.html" title="interface in org.apache.http.client"><i>AuthCache</i></a></li>
|
||||||
|
<li><a href="org/apache/http/auth/AuthenticationException.html" title="class in org.apache.http.auth">AuthenticationException</a></li>
|
||||||
|
<li><a href="org/apache/http/client/AuthenticationHandler.html" title="interface in org.apache.http.client"><i>AuthenticationHandler</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/AuthenticationStrategy.html" title="interface in org.apache.http.client"><i>AuthenticationStrategy</i></a></li>
|
||||||
|
<li><a href="org/apache/http/auth/AuthOption.html" title="class in org.apache.http.auth">AuthOption</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/params/AuthParamBean.html" title="class in org.apache.http.auth.params">AuthParamBean</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/params/AuthParams.html" title="class in org.apache.http.auth.params">AuthParams</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/params/AuthPNames.html" title="interface in org.apache.http.auth.params"><i>AuthPNames</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/params/AuthPolicy.html" title="class in org.apache.http.client.params">AuthPolicy</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/AuthProtocolState.html" title="enum in org.apache.http.auth">AuthProtocolState</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/AuthScheme.html" title="interface in org.apache.http.auth"><i>AuthScheme</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/AuthSchemeBase.html" title="class in org.apache.http.impl.auth">AuthSchemeBase</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/AuthSchemeFactory.html" title="interface in org.apache.http.auth"><i>AuthSchemeFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/auth/AuthSchemeProvider.html" title="interface in org.apache.http.auth"><i>AuthSchemeProvider</i></a></li>
|
||||||
|
<li><a href="org/apache/http/auth/AuthSchemeRegistry.html" title="class in org.apache.http.auth">AuthSchemeRegistry</a></li>
|
||||||
|
<li><a href="org/apache/http/client/config/AuthSchemes.html" title="class in org.apache.http.client.config">AuthSchemes</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/AuthScope.html" title="class in org.apache.http.auth">AuthScope</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/AuthState.html" title="class in org.apache.http.auth">AuthState</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/AutoRetryHttpClient.html" title="class in org.apache.http.impl.client">AutoRetryHttpClient</a></li>
|
||||||
|
<li><a href="org/apache/http/client/BackoffManager.html" title="interface in org.apache.http.client"><i>BackoffManager</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/execchain/BackoffStrategyExec.html" title="class in org.apache.http.impl.execchain">BackoffStrategyExec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/BasicAuthCache.html" title="class in org.apache.http.impl.client">BasicAuthCache</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/BasicClientConnectionManager.html" title="class in org.apache.http.impl.conn">BasicClientConnectionManager</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BasicClientCookie.html" title="class in org.apache.http.impl.cookie">BasicClientCookie</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BasicClientCookie2.html" title="class in org.apache.http.impl.cookie">BasicClientCookie2</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BasicCommentHandler.html" title="class in org.apache.http.impl.cookie">BasicCommentHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/BasicCookieStore.html" title="class in org.apache.http.impl.client">BasicCookieStore</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/BasicCredentialsProvider.html" title="class in org.apache.http.impl.client">BasicCredentialsProvider</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BasicDomainHandler.html" title="class in org.apache.http.impl.cookie">BasicDomainHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/BasicEofSensorWatcher.html" title="class in org.apache.http.conn">BasicEofSensorWatcher</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BasicExpiresHandler.html" title="class in org.apache.http.impl.cookie">BasicExpiresHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/BasicHttpCacheStorage.html" title="class in org.apache.http.impl.client.cache">BasicHttpCacheStorage</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/BasicHttpClientConnectionManager.html" title="class in org.apache.http.impl.conn">BasicHttpClientConnectionManager</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/BasicManagedEntity.html" title="class in org.apache.http.conn">BasicManagedEntity</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BasicMaxAgeHandler.html" title="class in org.apache.http.impl.cookie">BasicMaxAgeHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BasicPathHandler.html" title="class in org.apache.http.impl.cookie">BasicPathHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/tsccm/BasicPooledConnAdapter.html" title="class in org.apache.http.impl.conn.tsccm">BasicPooledConnAdapter</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/tsccm/BasicPoolEntry.html" title="class in org.apache.http.impl.conn.tsccm">BasicPoolEntry</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/tsccm/BasicPoolEntryRef.html" title="class in org.apache.http.impl.conn.tsccm">BasicPoolEntryRef</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/BasicResponseHandler.html" title="class in org.apache.http.impl.client">BasicResponseHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/routing/BasicRouteDirector.html" title="class in org.apache.http.conn.routing">BasicRouteDirector</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/BasicScheme.html" title="class in org.apache.http.impl.auth">BasicScheme</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/BasicSchemeFactory.html" title="class in org.apache.http.impl.auth">BasicSchemeFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BasicSecureHandler.html" title="class in org.apache.http.impl.cookie">BasicSecureHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/BasicUserPrincipal.html" title="class in org.apache.http.auth">BasicUserPrincipal</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BestMatchSpec.html" title="class in org.apache.http.impl.cookie">BestMatchSpec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BestMatchSpecFactory.html" title="class in org.apache.http.impl.cookie">BestMatchSpecFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/BrowserCompatHostnameVerifier.html" title="class in org.apache.http.conn.ssl">BrowserCompatHostnameVerifier</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BrowserCompatSpec.html" title="class in org.apache.http.impl.cookie">BrowserCompatSpec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BrowserCompatSpecFactory.html" title="class in org.apache.http.impl.cookie">BrowserCompatSpecFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BrowserCompatSpecFactory.SecurityLevel.html" title="enum in org.apache.http.impl.cookie">BrowserCompatSpecFactory.SecurityLevel</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/BrowserCompatVersionAttributeHandler.html" title="class in org.apache.http.impl.cookie">BrowserCompatVersionAttributeHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/content/ByteArrayBody.html" title="class in org.apache.http.entity.mime.content">ByteArrayBody</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/CacheConfig.html" title="class in org.apache.http.impl.client.cache">CacheConfig</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/CacheConfig.Builder.html" title="class in org.apache.http.impl.client.cache">CacheConfig.Builder</a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/CacheResponseStatus.html" title="enum in org.apache.http.client.cache">CacheResponseStatus</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/CachingExec.html" title="class in org.apache.http.impl.client.cache">CachingExec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/CachingHttpClient.html" title="class in org.apache.http.impl.client.cache">CachingHttpClient</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/CachingHttpClientBuilder.html" title="class in org.apache.http.impl.client.cache">CachingHttpClientBuilder</a></li>
|
||||||
|
<li><a href="org/apache/http/osgi/services/CachingHttpClientBuilderFactory.html" title="interface in org.apache.http.osgi.services"><i>CachingHttpClientBuilderFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/CachingHttpClients.html" title="class in org.apache.http.impl.client.cache">CachingHttpClients</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/ChallengeState.html" title="enum in org.apache.http.auth">ChallengeState</a></li>
|
||||||
|
<li><a href="org/apache/http/client/CircularRedirectException.html" title="class in org.apache.http.client">CircularRedirectException</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ClientConnectionManager.html" title="interface in org.apache.http.conn"><i>ClientConnectionManager</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ClientConnectionManagerFactory.html" title="interface in org.apache.http.conn"><i>ClientConnectionManagerFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ClientConnectionOperator.html" title="interface in org.apache.http.conn"><i>ClientConnectionOperator</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ClientConnectionRequest.html" title="interface in org.apache.http.conn"><i>ClientConnectionRequest</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/ClientContext.html" title="interface in org.apache.http.client.protocol"><i>ClientContext</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/ClientContextConfigurer.html" title="class in org.apache.http.client.protocol">ClientContextConfigurer</a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/ClientCookie.html" title="interface in org.apache.http.cookie"><i>ClientCookie</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/execchain/ClientExecChain.html" title="interface in org.apache.http.impl.execchain"><i>ClientExecChain</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/params/ClientParamBean.html" title="class in org.apache.http.client.params">ClientParamBean</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/ClientParamsStack.html" title="class in org.apache.http.impl.client">ClientParamsStack</a></li>
|
||||||
|
<li><a href="org/apache/http/client/params/ClientPNames.html" title="interface in org.apache.http.client.params"><i>ClientPNames</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/ClientProtocolException.html" title="class in org.apache.http.client">ClientProtocolException</a></li>
|
||||||
|
<li><a href="org/apache/http/client/utils/CloneUtils.html" title="class in org.apache.http.client.utils">CloneUtils</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/CloseableHttpClient.html" title="class in org.apache.http.impl.client">CloseableHttpClient</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/CloseableHttpResponse.html" title="interface in org.apache.http.client.methods"><i>CloseableHttpResponse</i></a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/CommonCookieAttributeHandler.html" title="interface in org.apache.http.cookie"><i>CommonCookieAttributeHandler</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/Configurable.html" title="interface in org.apache.http.client.methods"><i>Configurable</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/params/ConnConnectionParamBean.html" title="class in org.apache.http.conn.params">ConnConnectionParamBean</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/params/ConnConnectionPNames.html" title="interface in org.apache.http.conn.params"><i>ConnConnectionPNames</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/ConnectionBackoffStrategy.html" title="interface in org.apache.http.client"><i>ConnectionBackoffStrategy</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ConnectionKeepAliveStrategy.html" title="interface in org.apache.http.conn"><i>ConnectionKeepAliveStrategy</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ConnectionPoolTimeoutException.html" title="class in org.apache.http.conn">ConnectionPoolTimeoutException</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ConnectionReleaseTrigger.html" title="interface in org.apache.http.conn"><i>ConnectionReleaseTrigger</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ConnectionRequest.html" title="interface in org.apache.http.conn"><i>ConnectionRequest</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/ConnectionShutdownException.html" title="class in org.apache.http.impl.conn">ConnectionShutdownException</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/socket/ConnectionSocketFactory.html" title="interface in org.apache.http.conn.socket"><i>ConnectionSocketFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ConnectTimeoutException.html" title="class in org.apache.http.conn">ConnectTimeoutException</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/params/ConnManagerParamBean.html" title="class in org.apache.http.conn.params">ConnManagerParamBean</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/params/ConnManagerParams.html" title="class in org.apache.http.conn.params">ConnManagerParams</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/params/ConnManagerPNames.html" title="interface in org.apache.http.conn.params"><i>ConnManagerPNames</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/params/ConnPerRoute.html" title="interface in org.apache.http.conn.params"><i>ConnPerRoute</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/params/ConnPerRouteBean.html" title="class in org.apache.http.conn.params">ConnPerRouteBean</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/tsccm/ConnPoolByRoute.html" title="class in org.apache.http.impl.conn.tsccm">ConnPoolByRoute</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/params/ConnRouteParamBean.html" title="class in org.apache.http.conn.params">ConnRouteParamBean</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/params/ConnRouteParams.html" title="class in org.apache.http.conn.params">ConnRouteParams</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/params/ConnRoutePNames.html" title="interface in org.apache.http.conn.params"><i>ConnRoutePNames</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/fluent/Content.html" title="class in org.apache.http.client.fluent">Content</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/content/ContentBody.html" title="interface in org.apache.http.entity.mime.content"><i>ContentBody</i></a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/content/ContentDescriptor.html" title="interface in org.apache.http.entity.mime.content"><i>ContentDescriptor</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/ContentEncodingHttpClient.html" title="class in org.apache.http.impl.client">ContentEncodingHttpClient</a></li>
|
||||||
|
<li><a href="org/apache/http/client/fluent/ContentResponseHandler.html" title="class in org.apache.http.client.fluent">ContentResponseHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/ContextAwareAuthScheme.html" title="interface in org.apache.http.auth"><i>ContextAwareAuthScheme</i></a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/Cookie.html" title="interface in org.apache.http.cookie"><i>Cookie</i></a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/CookieAttributeHandler.html" title="interface in org.apache.http.cookie"><i>CookieAttributeHandler</i></a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/CookieIdentityComparator.html" title="class in org.apache.http.cookie">CookieIdentityComparator</a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/CookieOrigin.html" title="class in org.apache.http.cookie">CookieOrigin</a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/CookiePathComparator.html" title="class in org.apache.http.cookie">CookiePathComparator</a></li>
|
||||||
|
<li><a href="org/apache/http/client/params/CookiePolicy.html" title="class in org.apache.http.client.params">CookiePolicy</a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/CookiePriorityComparator.html" title="class in org.apache.http.cookie">CookiePriorityComparator</a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/CookieRestrictionViolationException.html" title="class in org.apache.http.cookie">CookieRestrictionViolationException</a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/CookieSpec.html" title="interface in org.apache.http.cookie"><i>CookieSpec</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/CookieSpecBase.html" title="class in org.apache.http.impl.cookie">CookieSpecBase</a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/CookieSpecFactory.html" title="interface in org.apache.http.cookie"><i>CookieSpecFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/params/CookieSpecParamBean.html" title="class in org.apache.http.cookie.params">CookieSpecParamBean</a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/params/CookieSpecPNames.html" title="interface in org.apache.http.cookie.params"><i>CookieSpecPNames</i></a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/CookieSpecProvider.html" title="interface in org.apache.http.cookie"><i>CookieSpecProvider</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/CookieSpecRegistries.html" title="class in org.apache.http.impl.client">CookieSpecRegistries</a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/CookieSpecRegistry.html" title="class in org.apache.http.cookie">CookieSpecRegistry</a></li>
|
||||||
|
<li><a href="org/apache/http/client/config/CookieSpecs.html" title="class in org.apache.http.client.config">CookieSpecs</a></li>
|
||||||
|
<li><a href="org/apache/http/client/CookieStore.html" title="interface in org.apache.http.client"><i>CookieStore</i></a></li>
|
||||||
|
<li><a href="org/apache/http/auth/Credentials.html" title="interface in org.apache.http.auth"><i>Credentials</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/CredentialsProvider.html" title="interface in org.apache.http.client"><i>CredentialsProvider</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/win/CurrentWindowsCredentials.html" title="class in org.apache.http.impl.auth.win">CurrentWindowsCredentials</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/DateParseException.html" title="class in org.apache.http.impl.cookie">DateParseException</a></li>
|
||||||
|
<li><a href="org/apache/http/client/utils/DateUtils.html" title="class in org.apache.http.client.utils">DateUtils</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/DateUtils.html" title="class in org.apache.http.impl.cookie">DateUtils</a></li>
|
||||||
|
<li><a href="org/apache/http/client/entity/DecompressingEntity.html" title="class in org.apache.http.client.entity">DecompressingEntity</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DecompressingHttpClient.html" title="class in org.apache.http.impl.client">DecompressingHttpClient</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultBackoffStrategy.html" title="class in org.apache.http.impl.client">DefaultBackoffStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/DefaultClientConnection.html" title="class in org.apache.http.impl.conn">DefaultClientConnection</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/DefaultClientConnectionOperator.html" title="class in org.apache.http.impl.conn">DefaultClientConnectionOperator</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultClientConnectionReuseStrategy.html" title="class in org.apache.http.impl.client">DefaultClientConnectionReuseStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultConnectionKeepAliveStrategy.html" title="class in org.apache.http.impl.client">DefaultConnectionKeepAliveStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/DefaultCookieSpec.html" title="class in org.apache.http.impl.cookie">DefaultCookieSpec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/DefaultCookieSpecProvider.html" title="class in org.apache.http.impl.cookie">DefaultCookieSpecProvider</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/DefaultCookieSpecProvider.CompatibilityLevel.html" title="enum in org.apache.http.impl.cookie">DefaultCookieSpecProvider.CompatibilityLevel</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/DefaultFailureCache.html" title="class in org.apache.http.impl.client.cache">DefaultFailureCache</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/DefaultHostnameVerifier.html" title="class in org.apache.http.conn.ssl">DefaultHostnameVerifier</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/DefaultHttpCacheEntrySerializer.html" title="class in org.apache.http.impl.client.cache">DefaultHttpCacheEntrySerializer</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultHttpClient.html" title="class in org.apache.http.impl.client">DefaultHttpClient</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/DefaultHttpClientConnectionOperator.html" title="class in org.apache.http.impl.conn">DefaultHttpClientConnectionOperator</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultHttpRequestRetryHandler.html" title="class in org.apache.http.impl.client">DefaultHttpRequestRetryHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/DefaultHttpResponseParser.html" title="class in org.apache.http.impl.conn">DefaultHttpResponseParser</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/DefaultHttpResponseParserFactory.html" title="class in org.apache.http.impl.conn">DefaultHttpResponseParserFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/DefaultHttpRoutePlanner.html" title="class in org.apache.http.impl.conn">DefaultHttpRoutePlanner</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/DefaultManagedHttpClientConnection.html" title="class in org.apache.http.impl.conn">DefaultManagedHttpClientConnection</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultProxyAuthenticationHandler.html" title="class in org.apache.http.impl.client">DefaultProxyAuthenticationHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/DefaultProxyRoutePlanner.html" title="class in org.apache.http.impl.conn">DefaultProxyRoutePlanner</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultRedirectHandler.html" title="class in org.apache.http.impl.client">DefaultRedirectHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultRedirectStrategy.html" title="class in org.apache.http.impl.client">DefaultRedirectStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultRequestDirector.html" title="class in org.apache.http.impl.client">DefaultRequestDirector</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/DefaultResponseParser.html" title="class in org.apache.http.impl.conn">DefaultResponseParser</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/DefaultRoutePlanner.html" title="class in org.apache.http.impl.conn">DefaultRoutePlanner</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/DefaultSchemePortResolver.html" title="class in org.apache.http.impl.conn">DefaultSchemePortResolver</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultServiceUnavailableRetryStrategy.html" title="class in org.apache.http.impl.client">DefaultServiceUnavailableRetryStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultTargetAuthenticationHandler.html" title="class in org.apache.http.impl.client">DefaultTargetAuthenticationHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/DefaultUserTokenHandler.html" title="class in org.apache.http.impl.client">DefaultUserTokenHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/client/entity/DeflateDecompressingEntity.html" title="class in org.apache.http.client.entity">DeflateDecompressingEntity</a></li>
|
||||||
|
<li><a href="org/apache/http/client/entity/DeflateInputStream.html" title="class in org.apache.http.client.entity">DeflateInputStream</a></li>
|
||||||
|
<li><a href="org/apache/http/client/entity/DeflateInputStreamFactory.html" title="class in org.apache.http.client.entity">DeflateInputStreamFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/DigestScheme.html" title="class in org.apache.http.impl.auth">DigestScheme</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/DigestSchemeFactory.html" title="class in org.apache.http.impl.auth">DigestSchemeFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/DnsResolver.html" title="interface in org.apache.http.conn"><i>DnsResolver</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/util/DnsUtils.html" title="class in org.apache.http.conn.util">DnsUtils</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/util/DomainType.html" title="enum in org.apache.http.conn.util">DomainType</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/ehcache/EhcacheHttpCacheStorage.html" title="class in org.apache.http.impl.client.cache.ehcache">EhcacheHttpCacheStorage</a></li>
|
||||||
|
<li><a href="org/apache/http/client/entity/EntityBuilder.html" title="class in org.apache.http.client.entity">EntityBuilder</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/EntityEnclosingRequestWrapper.html" title="class in org.apache.http.impl.client">EntityEnclosingRequestWrapper</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/EofSensorInputStream.html" title="class in org.apache.http.conn">EofSensorInputStream</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/EofSensorWatcher.html" title="interface in org.apache.http.conn"><i>EofSensorWatcher</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/fluent/Executor.html" title="class in org.apache.http.client.fluent">Executor</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/ExponentialBackOffSchedulingStrategy.html" title="class in org.apache.http.impl.client.cache">ExponentialBackOffSchedulingStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/FailureCache.html" title="interface in org.apache.http.impl.client.cache"><i>FailureCache</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/FailureCacheValue.html" title="class in org.apache.http.impl.client.cache">FailureCacheValue</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/content/FileBody.html" title="class in org.apache.http.entity.mime.content">FileBody</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/FileResource.html" title="class in org.apache.http.impl.client.cache">FileResource</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/FileResourceFactory.html" title="class in org.apache.http.impl.client.cache">FileResourceFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/client/fluent/Form.html" title="class in org.apache.http.client.fluent">Form</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/FormBodyPart.html" title="class in org.apache.http.entity.mime">FormBodyPart</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/FormBodyPartBuilder.html" title="class in org.apache.http.entity.mime">FormBodyPartBuilder</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/FutureRequestExecutionMetrics.html" title="class in org.apache.http.impl.client">FutureRequestExecutionMetrics</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/FutureRequestExecutionService.html" title="class in org.apache.http.impl.client">FutureRequestExecutionService</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/GGSSchemeBase.html" title="class in org.apache.http.impl.auth">GGSSchemeBase</a></li>
|
||||||
|
<li><a href="org/apache/http/client/entity/GzipCompressingEntity.html" title="class in org.apache.http.client.entity">GzipCompressingEntity</a></li>
|
||||||
|
<li><a href="org/apache/http/client/entity/GzipDecompressingEntity.html" title="class in org.apache.http.client.entity">GzipDecompressingEntity</a></li>
|
||||||
|
<li><a href="org/apache/http/client/entity/GZIPInputStreamFactory.html" title="class in org.apache.http.client.entity">GZIPInputStreamFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/Header.html" title="class in org.apache.http.entity.mime">Header</a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/HeaderConstants.html" title="class in org.apache.http.client.cache">HeaderConstants</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/HeapResource.html" title="class in org.apache.http.impl.client.cache">HeapResource</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/HeapResourceFactory.html" title="class in org.apache.http.impl.client.cache">HeapResourceFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/scheme/HostNameResolver.html" title="interface in org.apache.http.conn.scheme"><i>HostNameResolver</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/HttpAuthenticator.html" title="class in org.apache.http.impl.auth">HttpAuthenticator</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/HttpAuthenticator.html" title="class in org.apache.http.impl.client">HttpAuthenticator</a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/HttpCacheContext.html" title="class in org.apache.http.client.cache">HttpCacheContext</a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/HttpCacheEntry.html" title="class in org.apache.http.client.cache">HttpCacheEntry</a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/HttpCacheEntrySerializationException.html" title="class in org.apache.http.client.cache">HttpCacheEntrySerializationException</a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/HttpCacheEntrySerializer.html" title="interface in org.apache.http.client.cache"><i>HttpCacheEntrySerializer</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/HttpCacheInvalidator.html" title="interface in org.apache.http.client.cache"><i>HttpCacheInvalidator</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/HttpCacheStorage.html" title="interface in org.apache.http.client.cache"><i>HttpCacheStorage</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/HttpCacheUpdateCallback.html" title="interface in org.apache.http.client.cache"><i>HttpCacheUpdateCallback</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/HttpCacheUpdateException.html" title="class in org.apache.http.client.cache">HttpCacheUpdateException</a></li>
|
||||||
|
<li><a href="org/apache/http/client/HttpClient.html" title="interface in org.apache.http.client"><i>HttpClient</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/HttpClientBuilder.html" title="class in org.apache.http.impl.client">HttpClientBuilder</a></li>
|
||||||
|
<li><a href="org/apache/http/osgi/services/HttpClientBuilderFactory.html" title="interface in org.apache.http.osgi.services"><i>HttpClientBuilderFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/HttpClientConnectionManager.html" title="interface in org.apache.http.conn"><i>HttpClientConnectionManager</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/HttpClientConnectionOperator.html" title="interface in org.apache.http.conn"><i>HttpClientConnectionOperator</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/HttpClientContext.html" title="class in org.apache.http.client.protocol">HttpClientContext</a></li>
|
||||||
|
<li><a href="org/apache/http/client/params/HttpClientParamConfig.html" title="class in org.apache.http.client.params">HttpClientParamConfig</a></li>
|
||||||
|
<li><a href="org/apache/http/client/params/HttpClientParams.html" title="class in org.apache.http.client.params">HttpClientParams</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/HttpClients.html" title="class in org.apache.http.impl.client">HttpClients</a></li>
|
||||||
|
<li><a href="org/apache/http/client/utils/HttpClientUtils.html" title="class in org.apache.http.client.utils">HttpClientUtils</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/HttpConnectionFactory.html" title="interface in org.apache.http.conn"><i>HttpConnectionFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpDelete.html" title="class in org.apache.http.client.methods">HttpDelete</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpEntityEnclosingRequestBase.html" title="class in org.apache.http.client.methods">HttpEntityEnclosingRequestBase</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpExecutionAware.html" title="interface in org.apache.http.client.methods"><i>HttpExecutionAware</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpGet.html" title="class in org.apache.http.client.methods">HttpGet</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpHead.html" title="class in org.apache.http.client.methods">HttpHead</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/HttpHostConnectException.html" title="class in org.apache.http.conn">HttpHostConnectException</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/HttpInetSocketAddress.html" title="class in org.apache.http.conn">HttpInetSocketAddress</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/HttpMultipart.html" title="class in org.apache.http.entity.mime">HttpMultipart</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/HttpMultipartMode.html" title="enum in org.apache.http.entity.mime">HttpMultipartMode</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpOptions.html" title="class in org.apache.http.client.methods">HttpOptions</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpPatch.html" title="class in org.apache.http.client.methods">HttpPatch</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpPost.html" title="class in org.apache.http.client.methods">HttpPost</a></li>
|
||||||
|
<li><a href="org/apache/http/osgi/impl/HttpProxyConfigurationActivator.html" title="class in org.apache.http.osgi.impl">HttpProxyConfigurationActivator</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpPut.html" title="class in org.apache.http.client.methods">HttpPut</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpRequestBase.html" title="class in org.apache.http.client.methods">HttpRequestBase</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/HttpRequestFutureTask.html" title="class in org.apache.http.impl.client">HttpRequestFutureTask</a></li>
|
||||||
|
<li><a href="org/apache/http/client/HttpRequestRetryHandler.html" title="interface in org.apache.http.client"><i>HttpRequestRetryHandler</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpRequestWrapper.html" title="class in org.apache.http.client.methods">HttpRequestWrapper</a></li>
|
||||||
|
<li><a href="org/apache/http/client/HttpResponseException.html" title="class in org.apache.http.client">HttpResponseException</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/routing/HttpRoute.html" title="class in org.apache.http.conn.routing">HttpRoute</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/HttpRoutedConnection.html" title="interface in org.apache.http.conn"><i>HttpRoutedConnection</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/routing/HttpRouteDirector.html" title="interface in org.apache.http.conn.routing"><i>HttpRouteDirector</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/routing/HttpRoutePlanner.html" title="interface in org.apache.http.conn.routing"><i>HttpRoutePlanner</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpTrace.html" title="class in org.apache.http.client.methods">HttpTrace</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/HttpUriRequest.html" title="interface in org.apache.http.client.methods"><i>HttpUriRequest</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/IdleConnectionEvictor.html" title="class in org.apache.http.impl.client">IdleConnectionEvictor</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/IdleConnectionHandler.html" title="class in org.apache.http.impl.conn">IdleConnectionHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/client/utils/Idn.html" title="interface in org.apache.http.client.utils"><i>Idn</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/IgnoreSpec.html" title="class in org.apache.http.impl.cookie">IgnoreSpec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/IgnoreSpecFactory.html" title="class in org.apache.http.impl.cookie">IgnoreSpecFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/IgnoreSpecProvider.html" title="class in org.apache.http.impl.cookie">IgnoreSpecProvider</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/ImmediateSchedulingStrategy.html" title="class in org.apache.http.impl.client.cache">ImmediateSchedulingStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/util/InetAddressUtils.html" title="class in org.apache.http.conn.util">InetAddressUtils</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/InMemoryDnsResolver.html" title="class in org.apache.http.impl.conn">InMemoryDnsResolver</a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/InputLimit.html" title="class in org.apache.http.client.cache">InputLimit</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/content/InputStreamBody.html" title="class in org.apache.http.entity.mime.content">InputStreamBody</a></li>
|
||||||
|
<li><a href="org/apache/http/client/entity/InputStreamFactory.html" title="interface in org.apache.http.client.entity"><i>InputStreamFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/auth/InvalidCredentialsException.html" title="class in org.apache.http.auth">InvalidCredentialsException</a></li>
|
||||||
|
<li><a href="org/apache/http/client/utils/JdkIdn.html" title="class in org.apache.http.client.utils">JdkIdn</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/KerberosCredentials.html" title="class in org.apache.http.auth">KerberosCredentials</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/KerberosScheme.html" title="class in org.apache.http.impl.auth">KerberosScheme</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/KerberosSchemeFactory.html" title="class in org.apache.http.impl.auth">KerberosSchemeFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/memcached/KeyHashingScheme.html" title="interface in org.apache.http.impl.client.cache.memcached"><i>KeyHashingScheme</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/LaxExpiresHandler.html" title="class in org.apache.http.impl.cookie">LaxExpiresHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/LaxMaxAgeHandler.html" title="class in org.apache.http.impl.cookie">LaxMaxAgeHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/LaxRedirectStrategy.html" title="class in org.apache.http.impl.client">LaxRedirectStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/socket/LayeredConnectionSocketFactory.html" title="interface in org.apache.http.conn.socket"><i>LayeredConnectionSocketFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/scheme/LayeredSchemeSocketFactory.html" title="interface in org.apache.http.conn.scheme"><i>LayeredSchemeSocketFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/scheme/LayeredSocketFactory.html" title="interface in org.apache.http.conn.scheme"><i>LayeredSocketFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/LoggingSessionInputBuffer.html" title="class in org.apache.http.impl.conn">LoggingSessionInputBuffer</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/LoggingSessionOutputBuffer.html" title="class in org.apache.http.impl.conn">LoggingSessionOutputBuffer</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/execchain/MainClientExec.html" title="class in org.apache.http.impl.execchain">MainClientExec</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/MalformedChallengeException.html" title="class in org.apache.http.auth">MalformedChallengeException</a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/MalformedCookieException.html" title="class in org.apache.http.cookie">MalformedCookieException</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ManagedClientConnection.html" title="interface in org.apache.http.conn"><i>ManagedClientConnection</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/ManagedHttpCacheStorage.html" title="class in org.apache.http.impl.client.cache">ManagedHttpCacheStorage</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ManagedHttpClientConnection.html" title="interface in org.apache.http.conn"><i>ManagedHttpClientConnection</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/ManagedHttpClientConnectionFactory.html" title="class in org.apache.http.impl.conn">ManagedHttpClientConnectionFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/memcached/MemcachedCacheEntry.html" title="interface in org.apache.http.impl.client.cache.memcached"><i>MemcachedCacheEntry</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/memcached/MemcachedCacheEntryFactory.html" title="interface in org.apache.http.impl.client.cache.memcached"><i>MemcachedCacheEntryFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/memcached/MemcachedCacheEntryFactoryImpl.html" title="class in org.apache.http.impl.client.cache.memcached">MemcachedCacheEntryFactoryImpl</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/memcached/MemcachedCacheEntryImpl.html" title="class in org.apache.http.impl.client.cache.memcached">MemcachedCacheEntryImpl</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/memcached/MemcachedHttpCacheStorage.html" title="class in org.apache.http.impl.client.cache.memcached">MemcachedHttpCacheStorage</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/memcached/MemcachedKeyHashingException.html" title="class in org.apache.http.impl.client.cache.memcached">MemcachedKeyHashingException</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/memcached/MemcachedSerializationException.html" title="class in org.apache.http.impl.client.cache.memcached">MemcachedSerializationException</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/MIME.html" title="class in org.apache.http.entity.mime">MIME</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/execchain/MinimalClientExec.html" title="class in org.apache.http.impl.execchain">MinimalClientExec</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/MinimalField.html" title="class in org.apache.http.entity.mime">MinimalField</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/MultihomePlainSocketFactory.html" title="class in org.apache.http.conn">MultihomePlainSocketFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/MultipartEntity.html" title="class in org.apache.http.entity.mime">MultipartEntity</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/MultipartEntityBuilder.html" title="class in org.apache.http.entity.mime">MultipartEntityBuilder</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/NegotiateScheme.html" title="class in org.apache.http.impl.auth">NegotiateScheme</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/NegotiateSchemeFactory.html" title="class in org.apache.http.impl.auth">NegotiateSchemeFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/NetscapeDomainHandler.html" title="class in org.apache.http.impl.cookie">NetscapeDomainHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/NetscapeDraftHeaderParser.html" title="class in org.apache.http.impl.cookie">NetscapeDraftHeaderParser</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/NetscapeDraftSpec.html" title="class in org.apache.http.impl.cookie">NetscapeDraftSpec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/NetscapeDraftSpecFactory.html" title="class in org.apache.http.impl.cookie">NetscapeDraftSpecFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/NetscapeDraftSpecProvider.html" title="class in org.apache.http.impl.cookie">NetscapeDraftSpecProvider</a></li>
|
||||||
|
<li><a href="org/apache/http/client/NonRepeatableRequestException.html" title="class in org.apache.http.client">NonRepeatableRequestException</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/NoopHostnameVerifier.html" title="class in org.apache.http.conn.ssl">NoopHostnameVerifier</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/NoopUserTokenHandler.html" title="class in org.apache.http.impl.client">NoopUserTokenHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/NTCredentials.html" title="class in org.apache.http.auth">NTCredentials</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/NTLMEngine.html" title="interface in org.apache.http.impl.auth"><i>NTLMEngine</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/NTLMEngineException.html" title="class in org.apache.http.impl.auth">NTLMEngineException</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/NTLMScheme.html" title="class in org.apache.http.impl.auth">NTLMScheme</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/NTLMSchemeFactory.html" title="class in org.apache.http.impl.auth">NTLMSchemeFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/NTUserPrincipal.html" title="class in org.apache.http.auth">NTUserPrincipal</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/NullBackoffStrategy.html" title="class in org.apache.http.impl.client">NullBackoffStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/OperatedClientConnection.html" title="interface in org.apache.http.conn"><i>OperatedClientConnection</i></a></li>
|
||||||
|
<li><a href="org/apache/http/osgi/impl/OSGiClientBuilderFactory.html" title="class in org.apache.http.osgi.impl">OSGiClientBuilderFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/osgi/impl/OSGiProxyConfiguration.html" title="class in org.apache.http.osgi.impl">OSGiProxyConfiguration</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/socket/PlainConnectionSocketFactory.html" title="class in org.apache.http.conn.socket">PlainConnectionSocketFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/scheme/PlainSocketFactory.html" title="class in org.apache.http.conn.scheme">PlainSocketFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/tsccm/PoolEntryRequest.html" title="interface in org.apache.http.impl.conn.tsccm"><i>PoolEntryRequest</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/PoolingClientConnectionManager.html" title="class in org.apache.http.impl.conn">PoolingClientConnectionManager</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/PoolingHttpClientConnectionManager.html" title="class in org.apache.http.impl.conn">PoolingHttpClientConnectionManager</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/memcached/PrefixKeyHashingScheme.html" title="class in org.apache.http.impl.client.cache.memcached">PrefixKeyHashingScheme</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/PrivateKeyDetails.html" title="class in org.apache.http.conn.ssl">PrivateKeyDetails</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/PrivateKeyStrategy.html" title="interface in org.apache.http.conn.ssl"><i>PrivateKeyStrategy</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/execchain/ProtocolExec.html" title="class in org.apache.http.impl.execchain">ProtocolExec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/ProxyAuthenticationStrategy.html" title="class in org.apache.http.impl.client">ProxyAuthenticationStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/ProxyClient.html" title="class in org.apache.http.impl.client">ProxyClient</a></li>
|
||||||
|
<li><a href="org/apache/http/osgi/services/ProxyConfiguration.html" title="interface in org.apache.http.osgi.services"><i>ProxyConfiguration</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/ProxySelectorRoutePlanner.html" title="class in org.apache.http.impl.conn">ProxySelectorRoutePlanner</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/PublicSuffixDomainFilter.html" title="class in org.apache.http.impl.cookie">PublicSuffixDomainFilter</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/PublicSuffixFilter.html" title="class in org.apache.http.impl.cookie">PublicSuffixFilter</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/util/PublicSuffixList.html" title="class in org.apache.http.conn.util">PublicSuffixList</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/util/PublicSuffixListParser.html" title="class in org.apache.http.conn.util">PublicSuffixListParser</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/PublicSuffixListParser.html" title="class in org.apache.http.impl.cookie">PublicSuffixListParser</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/util/PublicSuffixMatcher.html" title="class in org.apache.http.conn.util">PublicSuffixMatcher</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/util/PublicSuffixMatcherLoader.html" title="class in org.apache.http.conn.util">PublicSuffixMatcherLoader</a></li>
|
||||||
|
<li><a href="org/apache/http/client/utils/Punycode.html" title="class in org.apache.http.client.utils">Punycode</a></li>
|
||||||
|
<li><a href="org/apache/http/client/RedirectException.html" title="class in org.apache.http.client">RedirectException</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/execchain/RedirectExec.html" title="class in org.apache.http.impl.execchain">RedirectExec</a></li>
|
||||||
|
<li><a href="org/apache/http/client/RedirectHandler.html" title="interface in org.apache.http.client"><i>RedirectHandler</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/RedirectLocations.html" title="class in org.apache.http.impl.client">RedirectLocations</a></li>
|
||||||
|
<li><a href="org/apache/http/client/RedirectStrategy.html" title="interface in org.apache.http.client"><i>RedirectStrategy</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/fluent/Request.html" title="class in org.apache.http.client.fluent">Request</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/execchain/RequestAbortedException.html" title="class in org.apache.http.impl.execchain">RequestAbortedException</a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/RequestAcceptEncoding.html" title="class in org.apache.http.client.protocol">RequestAcceptEncoding</a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/RequestAddCookies.html" title="class in org.apache.http.client.protocol">RequestAddCookies</a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/RequestAuthCache.html" title="class in org.apache.http.client.protocol">RequestAuthCache</a></li>
|
||||||
|
<li><a href="org/apache/http/client/methods/RequestBuilder.html" title="class in org.apache.http.client.methods">RequestBuilder</a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/RequestClientConnControl.html" title="class in org.apache.http.client.protocol">RequestClientConnControl</a></li>
|
||||||
|
<li><a href="org/apache/http/client/config/RequestConfig.html" title="class in org.apache.http.client.config">RequestConfig</a></li>
|
||||||
|
<li><a href="org/apache/http/client/config/RequestConfig.Builder.html" title="class in org.apache.http.client.config">RequestConfig.Builder</a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/RequestDefaultHeaders.html" title="class in org.apache.http.client.protocol">RequestDefaultHeaders</a></li>
|
||||||
|
<li><a href="org/apache/http/client/RequestDirector.html" title="interface in org.apache.http.client"><i>RequestDirector</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/RequestExpectContinue.html" title="class in org.apache.http.client.protocol">RequestExpectContinue</a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/RequestProxyAuthentication.html" title="class in org.apache.http.client.protocol">RequestProxyAuthentication</a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/RequestTargetAuthentication.html" title="class in org.apache.http.client.protocol">RequestTargetAuthentication</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/RequestWrapper.html" title="class in org.apache.http.impl.client">RequestWrapper</a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/Resource.html" title="interface in org.apache.http.client.cache"><i>Resource</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/cache/ResourceFactory.html" title="interface in org.apache.http.client.cache"><i>ResourceFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/fluent/Response.html" title="class in org.apache.http.client.fluent">Response</a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/ResponseAuthCache.html" title="class in org.apache.http.client.protocol">ResponseAuthCache</a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/ResponseContentEncoding.html" title="class in org.apache.http.client.protocol">ResponseContentEncoding</a></li>
|
||||||
|
<li><a href="org/apache/http/client/ResponseHandler.html" title="interface in org.apache.http.client"><i>ResponseHandler</i></a></li>
|
||||||
|
<li><a href="org/apache/http/client/protocol/ResponseProcessCookies.html" title="class in org.apache.http.client.protocol">ResponseProcessCookies</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/execchain/RetryExec.html" title="class in org.apache.http.impl.execchain">RetryExec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2109DomainHandler.html" title="class in org.apache.http.impl.cookie">RFC2109DomainHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2109Spec.html" title="class in org.apache.http.impl.cookie">RFC2109Spec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2109SpecFactory.html" title="class in org.apache.http.impl.cookie">RFC2109SpecFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2109SpecProvider.html" title="class in org.apache.http.impl.cookie">RFC2109SpecProvider</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2109VersionHandler.html" title="class in org.apache.http.impl.cookie">RFC2109VersionHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/RFC2617Scheme.html" title="class in org.apache.http.impl.auth">RFC2617Scheme</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2965CommentUrlAttributeHandler.html" title="class in org.apache.http.impl.cookie">RFC2965CommentUrlAttributeHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2965DiscardAttributeHandler.html" title="class in org.apache.http.impl.cookie">RFC2965DiscardAttributeHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2965DomainAttributeHandler.html" title="class in org.apache.http.impl.cookie">RFC2965DomainAttributeHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2965PortAttributeHandler.html" title="class in org.apache.http.impl.cookie">RFC2965PortAttributeHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2965Spec.html" title="class in org.apache.http.impl.cookie">RFC2965Spec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2965SpecFactory.html" title="class in org.apache.http.impl.cookie">RFC2965SpecFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2965SpecProvider.html" title="class in org.apache.http.impl.cookie">RFC2965SpecProvider</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC2965VersionAttributeHandler.html" title="class in org.apache.http.impl.cookie">RFC2965VersionAttributeHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/client/utils/Rfc3492Idn.html" title="class in org.apache.http.client.utils">Rfc3492Idn</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC6265CookieSpec.html" title="class in org.apache.http.impl.cookie">RFC6265CookieSpec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC6265CookieSpecProvider.html" title="class in org.apache.http.impl.cookie">RFC6265CookieSpecProvider</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC6265CookieSpecProvider.CompatibilityLevel.html" title="enum in org.apache.http.impl.cookie">RFC6265CookieSpecProvider.CompatibilityLevel</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC6265LaxSpec.html" title="class in org.apache.http.impl.cookie">RFC6265LaxSpec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/cookie/RFC6265StrictSpec.html" title="class in org.apache.http.impl.cookie">RFC6265StrictSpec</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/RoutedRequest.html" title="class in org.apache.http.impl.client">RoutedRequest</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/routing/RouteInfo.html" title="interface in org.apache.http.conn.routing"><i>RouteInfo</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/routing/RouteInfo.LayerType.html" title="enum in org.apache.http.conn.routing">RouteInfo.LayerType</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/routing/RouteInfo.TunnelType.html" title="enum in org.apache.http.conn.routing">RouteInfo.TunnelType</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/tsccm/RouteSpecificPool.html" title="class in org.apache.http.impl.conn.tsccm">RouteSpecificPool</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/routing/RouteTracker.html" title="class in org.apache.http.conn.routing">RouteTracker</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/SchedulingStrategy.html" title="interface in org.apache.http.impl.client.cache"><i>SchedulingStrategy</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/scheme/Scheme.html" title="class in org.apache.http.conn.scheme">Scheme</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/scheme/SchemeLayeredSocketFactory.html" title="interface in org.apache.http.conn.scheme"><i>SchemeLayeredSocketFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/SchemePortResolver.html" title="interface in org.apache.http.conn"><i>SchemePortResolver</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/scheme/SchemeRegistry.html" title="class in org.apache.http.conn.scheme">SchemeRegistry</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/SchemeRegistryFactory.html" title="class in org.apache.http.impl.conn">SchemeRegistryFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/scheme/SchemeSocketFactory.html" title="interface in org.apache.http.conn.scheme"><i>SchemeSocketFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/execchain/ServiceUnavailableRetryExec.html" title="class in org.apache.http.impl.execchain">ServiceUnavailableRetryExec</a></li>
|
||||||
|
<li><a href="org/apache/http/client/ServiceUnavailableRetryStrategy.html" title="interface in org.apache.http.client"><i>ServiceUnavailableRetryStrategy</i></a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/SetCookie.html" title="interface in org.apache.http.cookie"><i>SetCookie</i></a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/SetCookie2.html" title="interface in org.apache.http.cookie"><i>SetCookie2</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/cache/memcached/SHA256KeyHashingScheme.html" title="class in org.apache.http.impl.client.cache.memcached">SHA256KeyHashingScheme</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/SingleClientConnManager.html" title="class in org.apache.http.impl.conn">SingleClientConnManager</a></li>
|
||||||
|
<li><a href="org/apache/http/cookie/SM.html" title="interface in org.apache.http.cookie"><i>SM</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/scheme/SocketFactory.html" title="interface in org.apache.http.conn.scheme"><i>SocketFactory</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/SPNegoScheme.html" title="class in org.apache.http.impl.auth">SPNegoScheme</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/SPNegoSchemeFactory.html" title="class in org.apache.http.impl.auth">SPNegoSchemeFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/SpnegoTokenGenerator.html" title="interface in org.apache.http.impl.auth"><i>SpnegoTokenGenerator</i></a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/SSLConnectionSocketFactory.html" title="class in org.apache.http.conn.ssl">SSLConnectionSocketFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/SSLContextBuilder.html" title="class in org.apache.http.conn.ssl">SSLContextBuilder</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/SSLContexts.html" title="class in org.apache.http.conn.ssl">SSLContexts</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/SSLInitializationException.html" title="class in org.apache.http.conn.ssl">SSLInitializationException</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/SSLSocketFactory.html" title="class in org.apache.http.conn.ssl">SSLSocketFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/StandardHttpRequestRetryHandler.html" title="class in org.apache.http.impl.client">StandardHttpRequestRetryHandler</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/StrictHostnameVerifier.html" title="class in org.apache.http.conn.ssl">StrictHostnameVerifier</a></li>
|
||||||
|
<li><a href="org/apache/http/entity/mime/content/StringBody.html" title="class in org.apache.http.entity.mime.content">StringBody</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/SystemDefaultCredentialsProvider.html" title="class in org.apache.http.impl.client">SystemDefaultCredentialsProvider</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/SystemDefaultDnsResolver.html" title="class in org.apache.http.impl.conn">SystemDefaultDnsResolver</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/SystemDefaultHttpClient.html" title="class in org.apache.http.impl.client">SystemDefaultHttpClient</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/SystemDefaultRoutePlanner.html" title="class in org.apache.http.impl.conn">SystemDefaultRoutePlanner</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/TargetAuthenticationStrategy.html" title="class in org.apache.http.impl.client">TargetAuthenticationStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/tsccm/ThreadSafeClientConnManager.html" title="class in org.apache.http.impl.conn.tsccm">ThreadSafeClientConnManager</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/TrustAllStrategy.html" title="class in org.apache.http.conn.ssl">TrustAllStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/TrustSelfSignedStrategy.html" title="class in org.apache.http.conn.ssl">TrustSelfSignedStrategy</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/TrustStrategy.html" title="interface in org.apache.http.conn.ssl"><i>TrustStrategy</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/TunnelRefusedException.html" title="class in org.apache.http.impl.client">TunnelRefusedException</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/execchain/TunnelRefusedException.html" title="class in org.apache.http.impl.execchain">TunnelRefusedException</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/UnsupportedDigestAlgorithmException.html" title="class in org.apache.http.impl.auth">UnsupportedDigestAlgorithmException</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/UnsupportedSchemeException.html" title="class in org.apache.http.conn">UnsupportedSchemeException</a></li>
|
||||||
|
<li><a href="org/apache/http/client/utils/URIBuilder.html" title="class in org.apache.http.client.utils">URIBuilder</a></li>
|
||||||
|
<li><a href="org/apache/http/client/utils/URIUtils.html" title="class in org.apache.http.client.utils">URIUtils</a></li>
|
||||||
|
<li><a href="org/apache/http/client/utils/URIUtils.UriFlag.html" title="enum in org.apache.http.client.utils">URIUtils.UriFlag</a></li>
|
||||||
|
<li><a href="org/apache/http/client/entity/UrlEncodedFormEntity.html" title="class in org.apache.http.client.entity">UrlEncodedFormEntity</a></li>
|
||||||
|
<li><a href="org/apache/http/client/utils/URLEncodedUtils.html" title="class in org.apache.http.client.utils">URLEncodedUtils</a></li>
|
||||||
|
<li><a href="org/apache/http/auth/UsernamePasswordCredentials.html" title="class in org.apache.http.auth">UsernamePasswordCredentials</a></li>
|
||||||
|
<li><a href="org/apache/http/client/UserTokenHandler.html" title="interface in org.apache.http.client"><i>UserTokenHandler</i></a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/tsccm/WaitingThread.html" title="class in org.apache.http.impl.conn.tsccm">WaitingThread</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/tsccm/WaitingThreadAborter.html" title="class in org.apache.http.impl.conn.tsccm">WaitingThreadAborter</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/win/WindowsCredentialsProvider.html" title="class in org.apache.http.impl.auth.win">WindowsCredentialsProvider</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/win/WindowsNegotiateScheme.html" title="class in org.apache.http.impl.auth.win">WindowsNegotiateScheme</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/win/WindowsNegotiateSchemeFactory.html" title="class in org.apache.http.impl.auth.win">WindowsNegotiateSchemeFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/auth/win/WindowsNTLMSchemeFactory.html" title="class in org.apache.http.impl.auth.win">WindowsNTLMSchemeFactory</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/client/WinHttpClients.html" title="class in org.apache.http.impl.client">WinHttpClients</a></li>
|
||||||
|
<li><a href="org/apache/http/impl/conn/Wire.html" title="class in org.apache.http.impl.conn">Wire</a></li>
|
||||||
|
<li><a href="org/apache/http/conn/ssl/X509HostnameVerifier.html" title="interface in org.apache.http.conn.ssl"><i>X509HostnameVerifier</i></a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,222 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Wed Nov 30 19:45:06 CET 2022 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>API Help (Apache HttpComponents Client 4.5.14 API)</title>
|
||||||
|
<meta name="date" content="2022-11-30">
|
||||||
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="API Help (Apache HttpComponents Client 4.5.14 API)";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>JavaScript is disabled on your browser.</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="overview-summary.html">Overview</a></li>
|
||||||
|
<li>Package</li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li>Use</li>
|
||||||
|
<li><a href="overview-tree.html">Tree</a></li>
|
||||||
|
<li><a href="deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="index-all.html">Index</a></li>
|
||||||
|
<li class="navBarCell1Rev">Help</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="help-doc.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<div class="header">
|
||||||
|
<h1 class="title">How This API Document Is Organized</h1>
|
||||||
|
<div class="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.</div>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Overview</h2>
|
||||||
|
<p>The <a href="overview-summary.html">Overview</a> page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.</p>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Package</h2>
|
||||||
|
<p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Interfaces (italic)</li>
|
||||||
|
<li>Classes</li>
|
||||||
|
<li>Enums</li>
|
||||||
|
<li>Exceptions</li>
|
||||||
|
<li>Errors</li>
|
||||||
|
<li>Annotation Types</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Class/Interface</h2>
|
||||||
|
<p>Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Class inheritance diagram</li>
|
||||||
|
<li>Direct Subclasses</li>
|
||||||
|
<li>All Known Subinterfaces</li>
|
||||||
|
<li>All Known Implementing Classes</li>
|
||||||
|
<li>Class/interface declaration</li>
|
||||||
|
<li>Class/interface description</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Nested Class Summary</li>
|
||||||
|
<li>Field Summary</li>
|
||||||
|
<li>Constructor Summary</li>
|
||||||
|
<li>Method Summary</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Field Detail</li>
|
||||||
|
<li>Constructor Detail</li>
|
||||||
|
<li>Method Detail</li>
|
||||||
|
</ul>
|
||||||
|
<p>Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</p>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Annotation Type</h2>
|
||||||
|
<p>Each annotation type has its own separate page with the following sections:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Annotation Type declaration</li>
|
||||||
|
<li>Annotation Type description</li>
|
||||||
|
<li>Required Element Summary</li>
|
||||||
|
<li>Optional Element Summary</li>
|
||||||
|
<li>Element Detail</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Enum</h2>
|
||||||
|
<p>Each enum has its own separate page with the following sections:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Enum declaration</li>
|
||||||
|
<li>Enum description</li>
|
||||||
|
<li>Enum Constant Summary</li>
|
||||||
|
<li>Enum Constant Detail</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Use</h2>
|
||||||
|
<p>Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</p>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Tree (Class Hierarchy)</h2>
|
||||||
|
<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.</p>
|
||||||
|
<ul>
|
||||||
|
<li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.</li>
|
||||||
|
<li>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Deprecated API</h2>
|
||||||
|
<p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</p>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Index</h2>
|
||||||
|
<p>The <a href="index-all.html">Index</a> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</p>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Prev/Next</h2>
|
||||||
|
<p>These links take you to the next or previous class, interface, package, or related page.</p>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Frames/No Frames</h2>
|
||||||
|
<p>These links show and hide the HTML frames. All pages are available with or without frames.</p>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>All Classes</h2>
|
||||||
|
<p>The <a href="allclasses-noframe.html">All Classes</a> link shows all classes and interfaces except non-static nested types.</p>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Serialized Form</h2>
|
||||||
|
<p>Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.</p>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Constant Field Values</h2>
|
||||||
|
<p>The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.</p>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<em>This help file applies to API documentation generated using the standard doclet.</em></div>
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="overview-summary.html">Overview</a></li>
|
||||||
|
<li>Package</li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li>Use</li>
|
||||||
|
<li><a href="overview-tree.html">Tree</a></li>
|
||||||
|
<li><a href="deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="index-all.html">Index</a></li>
|
||||||
|
<li class="navBarCell1Rev">Help</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="help-doc.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 1999–2022 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,75 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc on Wed Nov 30 19:45:06 CET 2022 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>Apache HttpComponents Client 4.5.14 API</title>
|
||||||
|
<script type="text/javascript">
|
||||||
|
targetPage = "" + window.location.search;
|
||||||
|
if (targetPage != "" && targetPage != "undefined")
|
||||||
|
targetPage = targetPage.substring(1);
|
||||||
|
if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
|
||||||
|
targetPage = "undefined";
|
||||||
|
function validURL(url) {
|
||||||
|
try {
|
||||||
|
url = decodeURIComponent(url);
|
||||||
|
}
|
||||||
|
catch (error) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
var pos = url.indexOf(".html");
|
||||||
|
if (pos == -1 || pos != url.length - 5)
|
||||||
|
return false;
|
||||||
|
var allowNumber = false;
|
||||||
|
var allowSep = false;
|
||||||
|
var seenDot = false;
|
||||||
|
for (var i = 0; i < url.length - 5; i++) {
|
||||||
|
var ch = url.charAt(i);
|
||||||
|
if ('a' <= ch && ch <= 'z' ||
|
||||||
|
'A' <= ch && ch <= 'Z' ||
|
||||||
|
ch == '$' ||
|
||||||
|
ch == '_' ||
|
||||||
|
ch.charCodeAt(0) > 127) {
|
||||||
|
allowNumber = true;
|
||||||
|
allowSep = true;
|
||||||
|
} else if ('0' <= ch && ch <= '9'
|
||||||
|
|| ch == '-') {
|
||||||
|
if (!allowNumber)
|
||||||
|
return false;
|
||||||
|
} else if (ch == '/' || ch == '.') {
|
||||||
|
if (!allowSep)
|
||||||
|
return false;
|
||||||
|
allowNumber = false;
|
||||||
|
allowSep = false;
|
||||||
|
if (ch == '.')
|
||||||
|
seenDot = true;
|
||||||
|
if (ch == '/' && seenDot)
|
||||||
|
return false;
|
||||||
|
} else {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
function loadFrames() {
|
||||||
|
if (targetPage != "" && targetPage != "undefined")
|
||||||
|
top.classFrame.location = top.targetPage;
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
|
||||||
|
<frameset rows="30%,70%" title="Left frames" onload="top.loadFrames()">
|
||||||
|
<frame src="overview-frame.html" name="packageListFrame" title="All Packages">
|
||||||
|
<frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
|
||||||
|
</frameset>
|
||||||
|
<frame src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
|
||||||
|
<noframes>
|
||||||
|
<noscript>
|
||||||
|
<div>JavaScript is disabled on your browser.</div>
|
||||||
|
</noscript>
|
||||||
|
<h2>Frame Alert</h2>
|
||||||
|
<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p>
|
||||||
|
</noframes>
|
||||||
|
</frameset>
|
||||||
|
</html>
|
@ -0,0 +1,290 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Wed Nov 30 19:45:04 CET 2022 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>AUTH (Apache HttpComponents Client 4.5.14 API)</title>
|
||||||
|
<meta name="date" content="2022-11-30">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="AUTH (Apache HttpComponents Client 4.5.14 API)";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>JavaScript is disabled on your browser.</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="package-summary.html">Package</a></li>
|
||||||
|
<li class="navBarCell1Rev">Class</li>
|
||||||
|
<li><a href="class-use/AUTH.html">Use</a></li>
|
||||||
|
<li><a href="package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev Class</li>
|
||||||
|
<li><a href="../../../../org/apache/http/auth/AuthenticationException.html" title="class in org.apache.http.auth"><span class="strong">Next Class</span></a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../index.html?org/apache/http/auth/AUTH.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="AUTH.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Summary: </li>
|
||||||
|
<li>Nested | </li>
|
||||||
|
<li><a href="#field_summary">Field</a> | </li>
|
||||||
|
<li>Constr | </li>
|
||||||
|
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Detail: </li>
|
||||||
|
<li><a href="#field_detail">Field</a> | </li>
|
||||||
|
<li>Constr | </li>
|
||||||
|
<li>Method</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<!-- ======== START OF CLASS DATA ======== -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="subTitle">org.apache.http.auth</div>
|
||||||
|
<h2 title="Class AUTH" class="title">Class AUTH</h2>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
|
||||||
|
<li>
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li>org.apache.http.auth.AUTH</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div class="description">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<hr>
|
||||||
|
<br>
|
||||||
|
<pre>public final class <span class="strong">AUTH</span>
|
||||||
|
extends <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
|
||||||
|
<div class="block">Constants and static helpers related to the HTTP authentication.</div>
|
||||||
|
<dl><dt><span class="strong">Since:</span></dt>
|
||||||
|
<dd>4.0</dd></dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="summary">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- =========== FIELD SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="field_summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Field Summary</h3>
|
||||||
|
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
||||||
|
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||||
|
<th class="colLast" scope="col">Field and Description</th>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||||
|
<td class="colLast"><code><strong><a href="../../../../org/apache/http/auth/AUTH.html#PROXY_AUTH">PROXY_AUTH</a></strong></code>
|
||||||
|
<div class="block">The proxy authenticate challange header.</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="rowColor">
|
||||||
|
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||||
|
<td class="colLast"><code><strong><a href="../../../../org/apache/http/auth/AUTH.html#PROXY_AUTH_RESP">PROXY_AUTH_RESP</a></strong></code>
|
||||||
|
<div class="block">The proxy authenticate response header.</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||||
|
<td class="colLast"><code><strong><a href="../../../../org/apache/http/auth/AUTH.html#WWW_AUTH">WWW_AUTH</a></strong></code>
|
||||||
|
<div class="block">The www authenticate challange header.</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="rowColor">
|
||||||
|
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||||
|
<td class="colLast"><code><strong><a href="../../../../org/apache/http/auth/AUTH.html#WWW_AUTH_RESP">WWW_AUTH_RESP</a></strong></code>
|
||||||
|
<div class="block">The www authenticate response header.</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ========== METHOD SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method_summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Method Summary</h3>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
|
||||||
|
<code><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="details">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- ============ FIELD DETAIL =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="field_detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Field Detail</h3>
|
||||||
|
<a name="WWW_AUTH">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>WWW_AUTH</h4>
|
||||||
|
<pre>public static final <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> WWW_AUTH</pre>
|
||||||
|
<div class="block">The www authenticate challange header.</div>
|
||||||
|
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.http.auth.AUTH.WWW_AUTH">Constant Field Values</a></dd></dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="WWW_AUTH_RESP">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>WWW_AUTH_RESP</h4>
|
||||||
|
<pre>public static final <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> WWW_AUTH_RESP</pre>
|
||||||
|
<div class="block">The www authenticate response header.</div>
|
||||||
|
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.http.auth.AUTH.WWW_AUTH_RESP">Constant Field Values</a></dd></dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="PROXY_AUTH">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>PROXY_AUTH</h4>
|
||||||
|
<pre>public static final <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PROXY_AUTH</pre>
|
||||||
|
<div class="block">The proxy authenticate challange header.</div>
|
||||||
|
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.http.auth.AUTH.PROXY_AUTH">Constant Field Values</a></dd></dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="PROXY_AUTH_RESP">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>PROXY_AUTH_RESP</h4>
|
||||||
|
<pre>public static final <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PROXY_AUTH_RESP</pre>
|
||||||
|
<div class="block">The proxy authenticate response header.</div>
|
||||||
|
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.http.auth.AUTH.PROXY_AUTH_RESP">Constant Field Values</a></dd></dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- ========= END OF CLASS DATA ========= -->
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="package-summary.html">Package</a></li>
|
||||||
|
<li class="navBarCell1Rev">Class</li>
|
||||||
|
<li><a href="class-use/AUTH.html">Use</a></li>
|
||||||
|
<li><a href="package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev Class</li>
|
||||||
|
<li><a href="../../../../org/apache/http/auth/AuthenticationException.html" title="class in org.apache.http.auth"><span class="strong">Next Class</span></a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../index.html?org/apache/http/auth/AUTH.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="AUTH.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Summary: </li>
|
||||||
|
<li>Nested | </li>
|
||||||
|
<li><a href="#field_summary">Field</a> | </li>
|
||||||
|
<li>Constr | </li>
|
||||||
|
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Detail: </li>
|
||||||
|
<li><a href="#field_detail">Field</a> | </li>
|
||||||
|
<li>Constr | </li>
|
||||||
|
<li>Method</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 1999–2022 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,293 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Wed Nov 30 19:45:04 CET 2022 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>AuthOption (Apache HttpComponents Client 4.5.14 API)</title>
|
||||||
|
<meta name="date" content="2022-11-30">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="AuthOption (Apache HttpComponents Client 4.5.14 API)";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>JavaScript is disabled on your browser.</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="package-summary.html">Package</a></li>
|
||||||
|
<li class="navBarCell1Rev">Class</li>
|
||||||
|
<li><a href="class-use/AuthOption.html">Use</a></li>
|
||||||
|
<li><a href="package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../org/apache/http/auth/AuthenticationException.html" title="class in org.apache.http.auth"><span class="strong">Prev Class</span></a></li>
|
||||||
|
<li><a href="../../../../org/apache/http/auth/AuthProtocolState.html" title="enum in org.apache.http.auth"><span class="strong">Next Class</span></a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../index.html?org/apache/http/auth/AuthOption.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="AuthOption.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Summary: </li>
|
||||||
|
<li>Nested | </li>
|
||||||
|
<li>Field | </li>
|
||||||
|
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||||
|
<li><a href="#method_summary">Method</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Detail: </li>
|
||||||
|
<li>Field | </li>
|
||||||
|
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||||
|
<li><a href="#method_detail">Method</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<!-- ======== START OF CLASS DATA ======== -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="subTitle">org.apache.http.auth</div>
|
||||||
|
<h2 title="Class AuthOption" class="title">Class AuthOption</h2>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
|
||||||
|
<li>
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li>org.apache.http.auth.AuthOption</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div class="description">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<hr>
|
||||||
|
<br>
|
||||||
|
<pre>@Contract(threading=IMMUTABLE)
|
||||||
|
public final class <span class="strong">AuthOption</span>
|
||||||
|
extends <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
|
||||||
|
<dl><dt><span class="strong">Since:</span></dt>
|
||||||
|
<dd>4.2</dd></dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="summary">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="constructor_summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Constructor Summary</h3>
|
||||||
|
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||||
|
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colOne" scope="col">Constructor and Description</th>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colOne"><code><strong><a href="../../../../org/apache/http/auth/AuthOption.html#AuthOption(org.apache.http.auth.AuthScheme,%20org.apache.http.auth.Credentials)">AuthOption</a></strong>(<a href="../../../../org/apache/http/auth/AuthScheme.html" title="interface in org.apache.http.auth">AuthScheme</a> authScheme,
|
||||||
|
<a href="../../../../org/apache/http/auth/Credentials.html" title="interface in org.apache.http.auth">Credentials</a> creds)</code> </td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ========== METHOD SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method_summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Method Summary</h3>
|
||||||
|
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||||
|
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||||
|
<th class="colLast" scope="col">Method and Description</th>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colFirst"><code><a href="../../../../org/apache/http/auth/AuthScheme.html" title="interface in org.apache.http.auth">AuthScheme</a></code></td>
|
||||||
|
<td class="colLast"><code><strong><a href="../../../../org/apache/http/auth/AuthOption.html#getAuthScheme()">getAuthScheme</a></strong>()</code> </td>
|
||||||
|
</tr>
|
||||||
|
<tr class="rowColor">
|
||||||
|
<td class="colFirst"><code><a href="../../../../org/apache/http/auth/Credentials.html" title="interface in org.apache.http.auth">Credentials</a></code></td>
|
||||||
|
<td class="colLast"><code><strong><a href="../../../../org/apache/http/auth/AuthOption.html#getCredentials()">getCredentials</a></strong>()</code> </td>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||||
|
<td class="colLast"><code><strong><a href="../../../../org/apache/http/auth/AuthOption.html#toString()">toString</a></strong>()</code> </td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
|
||||||
|
<code><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="details">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="constructor_detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Constructor Detail</h3>
|
||||||
|
<a name="AuthOption(org.apache.http.auth.AuthScheme, org.apache.http.auth.Credentials)">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>AuthOption</h4>
|
||||||
|
<pre>public AuthOption(<a href="../../../../org/apache/http/auth/AuthScheme.html" title="interface in org.apache.http.auth">AuthScheme</a> authScheme,
|
||||||
|
<a href="../../../../org/apache/http/auth/Credentials.html" title="interface in org.apache.http.auth">Credentials</a> creds)</pre>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ============ METHOD DETAIL ========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method_detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Method Detail</h3>
|
||||||
|
<a name="getAuthScheme()">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>getAuthScheme</h4>
|
||||||
|
<pre>public <a href="../../../../org/apache/http/auth/AuthScheme.html" title="interface in org.apache.http.auth">AuthScheme</a> getAuthScheme()</pre>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="getCredentials()">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>getCredentials</h4>
|
||||||
|
<pre>public <a href="../../../../org/apache/http/auth/Credentials.html" title="interface in org.apache.http.auth">Credentials</a> getCredentials()</pre>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="toString()">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>toString</h4>
|
||||||
|
<pre>public <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> toString()</pre>
|
||||||
|
<dl>
|
||||||
|
<dt><strong>Overrides:</strong></dt>
|
||||||
|
<dd><code><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code> in class <code><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- ========= END OF CLASS DATA ========= -->
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="package-summary.html">Package</a></li>
|
||||||
|
<li class="navBarCell1Rev">Class</li>
|
||||||
|
<li><a href="class-use/AuthOption.html">Use</a></li>
|
||||||
|
<li><a href="package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../org/apache/http/auth/AuthenticationException.html" title="class in org.apache.http.auth"><span class="strong">Prev Class</span></a></li>
|
||||||
|
<li><a href="../../../../org/apache/http/auth/AuthProtocolState.html" title="enum in org.apache.http.auth"><span class="strong">Next Class</span></a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../index.html?org/apache/http/auth/AuthOption.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="AuthOption.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Summary: </li>
|
||||||
|
<li>Nested | </li>
|
||||||
|
<li>Field | </li>
|
||||||
|
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||||
|
<li><a href="#method_summary">Method</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Detail: </li>
|
||||||
|
<li>Field | </li>
|
||||||
|
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||||
|
<li><a href="#method_detail">Method</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 1999–2022 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,357 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Wed Nov 30 19:45:04 CET 2022 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>AuthProtocolState (Apache HttpComponents Client 4.5.14 API)</title>
|
||||||
|
<meta name="date" content="2022-11-30">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="AuthProtocolState (Apache HttpComponents Client 4.5.14 API)";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>JavaScript is disabled on your browser.</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="package-summary.html">Package</a></li>
|
||||||
|
<li class="navBarCell1Rev">Class</li>
|
||||||
|
<li><a href="class-use/AuthProtocolState.html">Use</a></li>
|
||||||
|
<li><a href="package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../org/apache/http/auth/AuthOption.html" title="class in org.apache.http.auth"><span class="strong">Prev Class</span></a></li>
|
||||||
|
<li><a href="../../../../org/apache/http/auth/AuthScheme.html" title="interface in org.apache.http.auth"><span class="strong">Next Class</span></a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../index.html?org/apache/http/auth/AuthProtocolState.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="AuthProtocolState.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Summary: </li>
|
||||||
|
<li>Nested | </li>
|
||||||
|
<li><a href="#enum_constant_summary">Enum Constants</a> | </li>
|
||||||
|
<li>Field | </li>
|
||||||
|
<li><a href="#method_summary">Method</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Detail: </li>
|
||||||
|
<li><a href="#enum_constant_detail">Enum Constants</a> | </li>
|
||||||
|
<li>Field | </li>
|
||||||
|
<li><a href="#method_detail">Method</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<!-- ======== START OF CLASS DATA ======== -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="subTitle">org.apache.http.auth</div>
|
||||||
|
<h2 title="Enum AuthProtocolState" class="title">Enum AuthProtocolState</h2>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
|
||||||
|
<li>
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</a><<a href="../../../../org/apache/http/auth/AuthProtocolState.html" title="enum in org.apache.http.auth">AuthProtocolState</a>></li>
|
||||||
|
<li>
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li>org.apache.http.auth.AuthProtocolState</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div class="description">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<dl>
|
||||||
|
<dt>All Implemented Interfaces:</dt>
|
||||||
|
<dd><a href="https://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><<a href="../../../../org/apache/http/auth/AuthProtocolState.html" title="enum in org.apache.http.auth">AuthProtocolState</a>></dd>
|
||||||
|
</dl>
|
||||||
|
<hr>
|
||||||
|
<br>
|
||||||
|
<pre>public enum <span class="strong">AuthProtocolState</span>
|
||||||
|
extends <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../org/apache/http/auth/AuthProtocolState.html" title="enum in org.apache.http.auth">AuthProtocolState</a>></pre>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="summary">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="enum_constant_summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Enum Constant Summary</h3>
|
||||||
|
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
|
||||||
|
<caption><span>Enum Constants</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colOne" scope="col">Enum Constant and Description</th>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colOne"><code><strong><a href="../../../../org/apache/http/auth/AuthProtocolState.html#CHALLENGED">CHALLENGED</a></strong></code> </td>
|
||||||
|
</tr>
|
||||||
|
<tr class="rowColor">
|
||||||
|
<td class="colOne"><code><strong><a href="../../../../org/apache/http/auth/AuthProtocolState.html#FAILURE">FAILURE</a></strong></code> </td>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colOne"><code><strong><a href="../../../../org/apache/http/auth/AuthProtocolState.html#HANDSHAKE">HANDSHAKE</a></strong></code> </td>
|
||||||
|
</tr>
|
||||||
|
<tr class="rowColor">
|
||||||
|
<td class="colOne"><code><strong><a href="../../../../org/apache/http/auth/AuthProtocolState.html#SUCCESS">SUCCESS</a></strong></code> </td>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colOne"><code><strong><a href="../../../../org/apache/http/auth/AuthProtocolState.html#UNCHALLENGED">UNCHALLENGED</a></strong></code> </td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ========== METHOD SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method_summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Method Summary</h3>
|
||||||
|
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||||
|
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||||
|
<th class="colLast" scope="col">Method and Description</th>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colFirst"><code>static <a href="../../../../org/apache/http/auth/AuthProtocolState.html" title="enum in org.apache.http.auth">AuthProtocolState</a></code></td>
|
||||||
|
<td class="colLast"><code><strong><a href="../../../../org/apache/http/auth/AuthProtocolState.html#valueOf(java.lang.String)">valueOf</a></strong>(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code>
|
||||||
|
<div class="block">Returns the enum constant of this type with the specified name.</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="rowColor">
|
||||||
|
<td class="colFirst"><code>static <a href="../../../../org/apache/http/auth/AuthProtocolState.html" title="enum in org.apache.http.auth">AuthProtocolState</a>[]</code></td>
|
||||||
|
<td class="colLast"><code><strong><a href="../../../../org/apache/http/auth/AuthProtocolState.html#values()">values</a></strong>()</code>
|
||||||
|
<div class="block">Returns an array containing the constants of this enum type, in
|
||||||
|
the order they are declared.</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a></h3>
|
||||||
|
<code><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#compareTo(E)" title="class or interface in java.lang">compareTo</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass()" title="class or interface in java.lang">getDeclaringClass</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#name()" title="class or interface in java.lang">name</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#ordinal()" title="class or interface in java.lang">ordinal</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#valueOf(java.lang.Class,%20java.lang.String)" title="class or interface in java.lang">valueOf</a></code></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
|
||||||
|
<code><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="details">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- ============ ENUM CONSTANT DETAIL =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="enum_constant_detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Enum Constant Detail</h3>
|
||||||
|
<a name="UNCHALLENGED">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>UNCHALLENGED</h4>
|
||||||
|
<pre>public static final <a href="../../../../org/apache/http/auth/AuthProtocolState.html" title="enum in org.apache.http.auth">AuthProtocolState</a> UNCHALLENGED</pre>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="CHALLENGED">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>CHALLENGED</h4>
|
||||||
|
<pre>public static final <a href="../../../../org/apache/http/auth/AuthProtocolState.html" title="enum in org.apache.http.auth">AuthProtocolState</a> CHALLENGED</pre>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="HANDSHAKE">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>HANDSHAKE</h4>
|
||||||
|
<pre>public static final <a href="../../../../org/apache/http/auth/AuthProtocolState.html" title="enum in org.apache.http.auth">AuthProtocolState</a> HANDSHAKE</pre>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="FAILURE">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>FAILURE</h4>
|
||||||
|
<pre>public static final <a href="../../../../org/apache/http/auth/AuthProtocolState.html" title="enum in org.apache.http.auth">AuthProtocolState</a> FAILURE</pre>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="SUCCESS">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>SUCCESS</h4>
|
||||||
|
<pre>public static final <a href="../../../../org/apache/http/auth/AuthProtocolState.html" title="enum in org.apache.http.auth">AuthProtocolState</a> SUCCESS</pre>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ============ METHOD DETAIL ========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method_detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Method Detail</h3>
|
||||||
|
<a name="values()">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>values</h4>
|
||||||
|
<pre>public static <a href="../../../../org/apache/http/auth/AuthProtocolState.html" title="enum in org.apache.http.auth">AuthProtocolState</a>[] values()</pre>
|
||||||
|
<div class="block">Returns an array containing the constants of this enum type, in
|
||||||
|
the order they are declared. This method may be used to iterate
|
||||||
|
over the constants as follows:
|
||||||
|
<pre>
|
||||||
|
for (AuthProtocolState c : AuthProtocolState.values())
|
||||||
|
System.out.println(c);
|
||||||
|
</pre></div>
|
||||||
|
<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="valueOf(java.lang.String)">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>valueOf</h4>
|
||||||
|
<pre>public static <a href="../../../../org/apache/http/auth/AuthProtocolState.html" title="enum in org.apache.http.auth">AuthProtocolState</a> valueOf(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre>
|
||||||
|
<div class="block">Returns the enum constant of this type with the specified name.
|
||||||
|
The string must match <i>exactly</i> an identifier used to declare an
|
||||||
|
enum constant in this type. (Extraneous whitespace characters are
|
||||||
|
not permitted.)</div>
|
||||||
|
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
|
||||||
|
<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>
|
||||||
|
<dt><span class="strong">Throws:</span></dt>
|
||||||
|
<dd><code><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if this enum type has no constant with the specified name</dd>
|
||||||
|
<dd><code><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if the argument is null</dd></dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- ========= END OF CLASS DATA ========= -->
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="package-summary.html">Package</a></li>
|
||||||
|
<li class="navBarCell1Rev">Class</li>
|
||||||
|
<li><a href="class-use/AuthProtocolState.html">Use</a></li>
|
||||||
|
<li><a href="package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../org/apache/http/auth/AuthOption.html" title="class in org.apache.http.auth"><span class="strong">Prev Class</span></a></li>
|
||||||
|
<li><a href="../../../../org/apache/http/auth/AuthScheme.html" title="interface in org.apache.http.auth"><span class="strong">Next Class</span></a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../index.html?org/apache/http/auth/AuthProtocolState.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="AuthProtocolState.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Summary: </li>
|
||||||
|
<li>Nested | </li>
|
||||||
|
<li><a href="#enum_constant_summary">Enum Constants</a> | </li>
|
||||||
|
<li>Field | </li>
|
||||||
|
<li><a href="#method_summary">Method</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Detail: </li>
|
||||||
|
<li><a href="#enum_constant_detail">Enum Constants</a> | </li>
|
||||||
|
<li>Field | </li>
|
||||||
|
<li><a href="#method_detail">Method</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 1999–2022 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,371 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Wed Nov 30 19:45:04 CET 2022 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>AuthScheme (Apache HttpComponents Client 4.5.14 API)</title>
|
||||||
|
<meta name="date" content="2022-11-30">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="AuthScheme (Apache HttpComponents Client 4.5.14 API)";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>JavaScript is disabled on your browser.</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="package-summary.html">Package</a></li>
|
||||||
|
<li class="navBarCell1Rev">Class</li>
|
||||||
|
<li><a href="class-use/AuthScheme.html">Use</a></li>
|
||||||
|
<li><a href="package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../org/apache/http/auth/AuthProtocolState.html" title="enum in org.apache.http.auth"><span class="strong">Prev Class</span></a></li>
|
||||||
|
<li><a href="../../../../org/apache/http/auth/AuthSchemeFactory.html" title="interface in org.apache.http.auth"><span class="strong">Next Class</span></a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../index.html?org/apache/http/auth/AuthScheme.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="AuthScheme.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Summary: </li>
|
||||||
|
<li>Nested | </li>
|
||||||
|
<li>Field | </li>
|
||||||
|
<li>Constr | </li>
|
||||||
|
<li><a href="#method_summary">Method</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Detail: </li>
|
||||||
|
<li>Field | </li>
|
||||||
|
<li>Constr | </li>
|
||||||
|
<li><a href="#method_detail">Method</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<!-- ======== START OF CLASS DATA ======== -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="subTitle">org.apache.http.auth</div>
|
||||||
|
<h2 title="Interface AuthScheme" class="title">Interface AuthScheme</h2>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">
|
||||||
|
<div class="description">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<dl>
|
||||||
|
<dt>All Known Subinterfaces:</dt>
|
||||||
|
<dd><a href="../../../../org/apache/http/auth/ContextAwareAuthScheme.html" title="interface in org.apache.http.auth">ContextAwareAuthScheme</a></dd>
|
||||||
|
</dl>
|
||||||
|
<dl>
|
||||||
|
<dt>All Known Implementing Classes:</dt>
|
||||||
|
<dd><a href="../../../../org/apache/http/impl/auth/AuthSchemeBase.html" title="class in org.apache.http.impl.auth">AuthSchemeBase</a>, <a href="../../../../org/apache/http/impl/auth/BasicScheme.html" title="class in org.apache.http.impl.auth">BasicScheme</a>, <a href="../../../../org/apache/http/impl/auth/DigestScheme.html" title="class in org.apache.http.impl.auth">DigestScheme</a>, <a href="../../../../org/apache/http/impl/auth/GGSSchemeBase.html" title="class in org.apache.http.impl.auth">GGSSchemeBase</a>, <a href="../../../../org/apache/http/impl/auth/KerberosScheme.html" title="class in org.apache.http.impl.auth">KerberosScheme</a>, <a href="../../../../org/apache/http/impl/auth/NegotiateScheme.html" title="class in org.apache.http.impl.auth">NegotiateScheme</a>, <a href="../../../../org/apache/http/impl/auth/NTLMScheme.html" title="class in org.apache.http.impl.auth">NTLMScheme</a>, <a href="../../../../org/apache/http/impl/auth/RFC2617Scheme.html" title="class in org.apache.http.impl.auth">RFC2617Scheme</a>, <a href="../../../../org/apache/http/impl/auth/SPNegoScheme.html" title="class in org.apache.http.impl.auth">SPNegoScheme</a>, <a href="../../../../org/apache/http/impl/auth/win/WindowsNegotiateScheme.html" title="class in org.apache.http.impl.auth.win">WindowsNegotiateScheme</a></dd>
|
||||||
|
</dl>
|
||||||
|
<hr>
|
||||||
|
<br>
|
||||||
|
<pre>public interface <span class="strong">AuthScheme</span></pre>
|
||||||
|
<div class="block">This interface represents an abstract challenge-response oriented
|
||||||
|
authentication scheme.
|
||||||
|
<p>
|
||||||
|
An authentication scheme should be able to support the following
|
||||||
|
functions:
|
||||||
|
<ul>
|
||||||
|
<li>Parse and process the challenge sent by the target server
|
||||||
|
in response to request for a protected resource
|
||||||
|
<li>Provide its textual designation
|
||||||
|
<li>Provide its parameters, if available
|
||||||
|
<li>Provide the realm this authentication scheme is applicable to,
|
||||||
|
if available
|
||||||
|
<li>Generate authorization string for the given set of credentials
|
||||||
|
and the HTTP request in response to the authorization challenge.
|
||||||
|
</ul>
|
||||||
|
<p>
|
||||||
|
Authentication schemes may be stateful involving a series of
|
||||||
|
challenge-response exchanges.
|
||||||
|
<p>
|
||||||
|
IMPORTANT: implementations of this interface MUST also implement <a href="../../../../org/apache/http/auth/ContextAwareAuthScheme.html" title="interface in org.apache.http.auth"><code>ContextAwareAuthScheme</code></a>
|
||||||
|
interface in order to remain API compatible with newer versions of HttpClient.</div>
|
||||||
|
<dl><dt><span class="strong">Since:</span></dt>
|
||||||
|
<dd>4.0</dd></dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="summary">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- ========== METHOD SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method_summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Method Summary</h3>
|
||||||
|
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||||
|
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||||
|
<th class="colLast" scope="col">Method and Description</th>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colFirst"><code>org.apache.http.Header</code></td>
|
||||||
|
<td class="colLast"><code><strong><a href="../../../../org/apache/http/auth/AuthScheme.html#authenticate(org.apache.http.auth.Credentials,%20org.apache.http.HttpRequest)">authenticate</a></strong>(<a href="../../../../org/apache/http/auth/Credentials.html" title="interface in org.apache.http.auth">Credentials</a> credentials,
|
||||||
|
org.apache.http.HttpRequest request)</code>
|
||||||
|
<div class="block"><strong>Deprecated.</strong>
|
||||||
|
<div class="block"><i>(4.1) Use <a href="../../../../org/apache/http/auth/ContextAwareAuthScheme.html#authenticate(org.apache.http.auth.Credentials,%20org.apache.http.HttpRequest,%20org.apache.http.protocol.HttpContext)"><code>ContextAwareAuthScheme.authenticate(Credentials, HttpRequest, org.apache.http.protocol.HttpContext)</code></a></i></div>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="rowColor">
|
||||||
|
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||||
|
<td class="colLast"><code><strong><a href="../../../../org/apache/http/auth/AuthScheme.html#getParameter(java.lang.String)">getParameter</a></strong>(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code>
|
||||||
|
<div class="block">Returns authentication parameter with the given name, if available.</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||||
|
<td class="colLast"><code><strong><a href="../../../../org/apache/http/auth/AuthScheme.html#getRealm()">getRealm</a></strong>()</code>
|
||||||
|
<div class="block">Returns authentication realm.</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="rowColor">
|
||||||
|
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||||
|
<td class="colLast"><code><strong><a href="../../../../org/apache/http/auth/AuthScheme.html#getSchemeName()">getSchemeName</a></strong>()</code>
|
||||||
|
<div class="block">Returns textual designation of the given authentication scheme.</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colFirst"><code>boolean</code></td>
|
||||||
|
<td class="colLast"><code><strong><a href="../../../../org/apache/http/auth/AuthScheme.html#isComplete()">isComplete</a></strong>()</code>
|
||||||
|
<div class="block">Authentication process may involve a series of challenge-response exchanges.</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="rowColor">
|
||||||
|
<td class="colFirst"><code>boolean</code></td>
|
||||||
|
<td class="colLast"><code><strong><a href="../../../../org/apache/http/auth/AuthScheme.html#isConnectionBased()">isConnectionBased</a></strong>()</code>
|
||||||
|
<div class="block">Tests if the authentication scheme is provides authorization on a per
|
||||||
|
connection basis instead of usual per request basis</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colFirst"><code>void</code></td>
|
||||||
|
<td class="colLast"><code><strong><a href="../../../../org/apache/http/auth/AuthScheme.html#processChallenge(org.apache.http.Header)">processChallenge</a></strong>(org.apache.http.Header header)</code>
|
||||||
|
<div class="block">Processes the given challenge token.</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="details">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- ============ METHOD DETAIL ========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method_detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Method Detail</h3>
|
||||||
|
<a name="processChallenge(org.apache.http.Header)">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>processChallenge</h4>
|
||||||
|
<pre>void processChallenge(org.apache.http.Header header)
|
||||||
|
throws <a href="../../../../org/apache/http/auth/MalformedChallengeException.html" title="class in org.apache.http.auth">MalformedChallengeException</a></pre>
|
||||||
|
<div class="block">Processes the given challenge token. Some authentication schemes
|
||||||
|
may involve multiple challenge-response exchanges. Such schemes must be able
|
||||||
|
to maintain the state information when dealing with sequential challenges</div>
|
||||||
|
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>header</code> - the challenge header</dd>
|
||||||
|
<dt><span class="strong">Throws:</span></dt>
|
||||||
|
<dd><code><a href="../../../../org/apache/http/auth/MalformedChallengeException.html" title="class in org.apache.http.auth">MalformedChallengeException</a></code></dd></dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="getSchemeName()">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>getSchemeName</h4>
|
||||||
|
<pre><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getSchemeName()</pre>
|
||||||
|
<div class="block">Returns textual designation of the given authentication scheme.</div>
|
||||||
|
<dl><dt><span class="strong">Returns:</span></dt><dd>the name of the given authentication scheme</dd></dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="getParameter(java.lang.String)">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>getParameter</h4>
|
||||||
|
<pre><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getParameter(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre>
|
||||||
|
<div class="block">Returns authentication parameter with the given name, if available.</div>
|
||||||
|
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - The name of the parameter to be returned</dd>
|
||||||
|
<dt><span class="strong">Returns:</span></dt><dd>the parameter with the given name</dd></dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="getRealm()">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>getRealm</h4>
|
||||||
|
<pre><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getRealm()</pre>
|
||||||
|
<div class="block">Returns authentication realm. If the concept of an authentication
|
||||||
|
realm is not applicable to the given authentication scheme, returns
|
||||||
|
<code>null</code>.</div>
|
||||||
|
<dl><dt><span class="strong">Returns:</span></dt><dd>the authentication realm</dd></dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="isConnectionBased()">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>isConnectionBased</h4>
|
||||||
|
<pre>boolean isConnectionBased()</pre>
|
||||||
|
<div class="block">Tests if the authentication scheme is provides authorization on a per
|
||||||
|
connection basis instead of usual per request basis</div>
|
||||||
|
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the scheme is connection based, <code>false</code>
|
||||||
|
if the scheme is request based.</dd></dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="isComplete()">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>isComplete</h4>
|
||||||
|
<pre>boolean isComplete()</pre>
|
||||||
|
<div class="block">Authentication process may involve a series of challenge-response exchanges.
|
||||||
|
This method tests if the authorization process has been completed, either
|
||||||
|
successfully or unsuccessfully, that is, all the required authorization
|
||||||
|
challenges have been processed in their entirety.</div>
|
||||||
|
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the authentication process has been completed,
|
||||||
|
<code>false</code> otherwise.</dd></dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="authenticate(org.apache.http.auth.Credentials, org.apache.http.HttpRequest)">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>authenticate</h4>
|
||||||
|
<pre><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
|
||||||
|
org.apache.http.Header authenticate(<a href="../../../../org/apache/http/auth/Credentials.html" title="interface in org.apache.http.auth">Credentials</a> credentials,
|
||||||
|
org.apache.http.HttpRequest request)
|
||||||
|
throws <a href="../../../../org/apache/http/auth/AuthenticationException.html" title="class in org.apache.http.auth">AuthenticationException</a></pre>
|
||||||
|
<div class="block"><span class="strong">Deprecated.</span> <i>(4.1) Use <a href="../../../../org/apache/http/auth/ContextAwareAuthScheme.html#authenticate(org.apache.http.auth.Credentials,%20org.apache.http.HttpRequest,%20org.apache.http.protocol.HttpContext)"><code>ContextAwareAuthScheme.authenticate(Credentials, HttpRequest, org.apache.http.protocol.HttpContext)</code></a></i></div>
|
||||||
|
<div class="block">Produces an authorization string for the given set of <a href="../../../../org/apache/http/auth/Credentials.html" title="interface in org.apache.http.auth"><code>Credentials</code></a>.</div>
|
||||||
|
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>credentials</code> - The set of credentials to be used for athentication</dd><dd><code>request</code> - The request being authenticated</dd>
|
||||||
|
<dt><span class="strong">Returns:</span></dt><dd>the authorization string</dd>
|
||||||
|
<dt><span class="strong">Throws:</span></dt>
|
||||||
|
<dd><code><a href="../../../../org/apache/http/auth/AuthenticationException.html" title="class in org.apache.http.auth">AuthenticationException</a></code> - if authorization string cannot
|
||||||
|
be generated due to an authentication failure</dd></dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- ========= END OF CLASS DATA ========= -->
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="package-summary.html">Package</a></li>
|
||||||
|
<li class="navBarCell1Rev">Class</li>
|
||||||
|
<li><a href="class-use/AuthScheme.html">Use</a></li>
|
||||||
|
<li><a href="package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../org/apache/http/auth/AuthProtocolState.html" title="enum in org.apache.http.auth"><span class="strong">Prev Class</span></a></li>
|
||||||
|
<li><a href="../../../../org/apache/http/auth/AuthSchemeFactory.html" title="interface in org.apache.http.auth"><span class="strong">Next Class</span></a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../index.html?org/apache/http/auth/AuthScheme.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="AuthScheme.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Summary: </li>
|
||||||
|
<li>Nested | </li>
|
||||||
|
<li>Field | </li>
|
||||||
|
<li>Constr | </li>
|
||||||
|
<li><a href="#method_summary">Method</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Detail: </li>
|
||||||
|
<li>Field | </li>
|
||||||
|
<li>Constr | </li>
|
||||||
|
<li><a href="#method_detail">Method</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 1999–2022 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue