在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → commons-httpclient-3.0.jar

commons-httpclient-3.0.jar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:2.76M
  • 下载次数:5
  • 浏览次数:182
  • 发布时间:2021-01-18
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
在httpclient4.x中没有commons-httpclient-3.0.jar,无法使用import org.apache.commons.httpclient.HttpClient; import org.apache.commons.httpclient.HttpException; import org.apache.commons.httpclient.HttpStatus; import org.apache.commons.httpclient.NameValuePair; import org.apache.commons.httpclient.methods.PostM
【实例截图】
【核心代码】
f053a431-b796-47ab-bf06-b6ca15fde594
└── commons-httpclient-3.1
├── commons-httpclient-3.1.jar
├── docs
│   ├── apidocs
│   │   ├── allclasses-frame.html
│   │   ├── allclasses-noframe.html
│   │   ├── constant-values.html
│   │   ├── deprecated-list.html
│   │   ├── help-doc.html
│   │   ├── index-all.html
│   │   ├── index.html
│   │   ├── org
│   │   │   └── apache
│   │   │   └── commons
│   │   │   └── httpclient
│   │   │   ├── auth
│   │   │   │   ├── AuthChallengeException.html
│   │   │   │   ├── AuthChallengeParser.html
│   │   │   │   ├── AuthChallengeProcessor.html
│   │   │   │   ├── AuthenticationException.html
│   │   │   │   ├── AuthPolicy.html
│   │   │   │   ├── AuthSchemeBase.html
│   │   │   │   ├── AuthScheme.html
│   │   │   │   ├── AuthScope.html
│   │   │   │   ├── AuthState.html
│   │   │   │   ├── BasicScheme.html
│   │   │   │   ├── class-use
│   │   │   │   │   ├── AuthChallengeException.html
│   │   │   │   │   ├── AuthChallengeParser.html
│   │   │   │   │   ├── AuthChallengeProcessor.html
│   │   │   │   │   ├── AuthenticationException.html
│   │   │   │   │   ├── AuthPolicy.html
│   │   │   │   │   ├── AuthSchemeBase.html
│   │   │   │   │   ├── AuthScheme.html
│   │   │   │   │   ├── AuthScope.html
│   │   │   │   │   ├── AuthState.html
│   │   │   │   │   ├── BasicScheme.html
│   │   │   │   │   ├── CredentialsNotAvailableException.html
│   │   │   │   │   ├── CredentialsProvider.html
│   │   │   │   │   ├── DigestScheme.html
│   │   │   │   │   ├── HttpAuthenticator.html
│   │   │   │   │   ├── HttpAuthRealm.html
│   │   │   │   │   ├── InvalidCredentialsException.html
│   │   │   │   │   ├── MalformedChallengeException.html
│   │   │   │   │   ├── NTLMScheme.html
│   │   │   │   │   └── RFC2617Scheme.html
│   │   │   │   ├── CredentialsNotAvailableException.html
│   │   │   │   ├── CredentialsProvider.html
│   │   │   │   ├── DigestScheme.html
│   │   │   │   ├── HttpAuthenticator.html
│   │   │   │   ├── HttpAuthRealm.html
│   │   │   │   ├── InvalidCredentialsException.html
│   │   │   │   ├── MalformedChallengeException.html
│   │   │   │   ├── NTLMScheme.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   ├── package-tree.html
│   │   │   │   ├── package-use.html
│   │   │   │   └── RFC2617Scheme.html
│   │   │   ├── ChunkedInputStream.html
│   │   │   ├── ChunkedOutputStream.html
│   │   │   ├── CircularRedirectException.html
│   │   │   ├── class-use
│   │   │   │   ├── ChunkedInputStream.html
│   │   │   │   ├── ChunkedOutputStream.html
│   │   │   │   ├── CircularRedirectException.html
│   │   │   │   ├── ConnectionPoolTimeoutException.html
│   │   │   │   ├── ConnectMethod.html
│   │   │   │   ├── ConnectTimeoutException.html
│   │   │   │   ├── ContentLengthInputStream.html
│   │   │   │   ├── Cookie.html
│   │   │   │   ├── Credentials.html
│   │   │   │   ├── DefaultHttpMethodRetryHandler.html
│   │   │   │   ├── DefaultMethodRetryHandler.html
│   │   │   │   ├── HeaderElement.html
│   │   │   │   ├── HeaderGroup.html
│   │   │   │   ├── Header.html
│   │   │   │   ├── HostConfiguration.html
│   │   │   │   ├── HttpClientError.html
│   │   │   │   ├── HttpClient.html
│   │   │   │   ├── HttpConnection.html
│   │   │   │   ├── HttpConnectionManager.html
│   │   │   │   ├── HttpConstants.html
│   │   │   │   ├── HttpContentTooLargeException.html
│   │   │   │   ├── HttpException.html
│   │   │   │   ├── HttpHost.html
│   │   │   │   ├── HttpMethodBase.html
│   │   │   │   ├── HttpMethod.html
│   │   │   │   ├── HttpMethodRetryHandler.html
│   │   │   │   ├── HttpParser.html
│   │   │   │   ├── HttpRecoverableException.html
│   │   │   │   ├── HttpState.html
│   │   │   │   ├── HttpStatus.html
│   │   │   │   ├── HttpsURL.html
│   │   │   │   ├── HttpURL.html
│   │   │   │   ├── HttpVersion.html
│   │   │   │   ├── InvalidRedirectLocationException.html
│   │   │   │   ├── MethodRetryHandler.html
│   │   │   │   ├── MultiThreadedHttpConnectionManager.html
│   │   │   │   ├── NameValuePair.html
│   │   │   │   ├── NoHttpResponseException.html
│   │   │   │   ├── NTCredentials.html
│   │   │   │   ├── ProtocolException.html
│   │   │   │   ├── ProxyClient.ConnectResponse.html
│   │   │   │   ├── ProxyClient.html
│   │   │   │   ├── ProxyHost.html
│   │   │   │   ├── RedirectException.html
│   │   │   │   ├── SimpleHttpConnectionManager.html
│   │   │   │   ├── StatusLine.html
│   │   │   │   ├── URI.DefaultCharsetChanged.html
│   │   │   │   ├── URIException.html
│   │   │   │   ├── URI.html
│   │   │   │   ├── URI.LocaleToCharsetMap.html
│   │   │   │   └── UsernamePasswordCredentials.html
│   │   │   ├── ConnectionPoolTimeoutException.html
│   │   │   ├── ConnectMethod.html
│   │   │   ├── ConnectTimeoutException.html
│   │   │   ├── ContentLengthInputStream.html
│   │   │   ├── cookie
│   │   │   │   ├── class-use
│   │   │   │   │   ├── Cookie2.html
│   │   │   │   │   ├── CookieAttributeHandler.html
│   │   │   │   │   ├── CookieOrigin.html
│   │   │   │   │   ├── CookiePathComparator.html
│   │   │   │   │   ├── CookiePolicy.html
│   │   │   │   │   ├── CookieSpecBase.html
│   │   │   │   │   ├── CookieSpec.html
│   │   │   │   │   ├── CookieVersionSupport.html
│   │   │   │   │   ├── IgnoreCookiesSpec.html
│   │   │   │   │   ├── MalformedCookieException.html
│   │   │   │   │   ├── NetscapeDraftSpec.html
│   │   │   │   │   ├── RFC2109Spec.html
│   │   │   │   │   └── RFC2965Spec.html
│   │   │   │   ├── Cookie2.html
│   │   │   │   ├── CookieAttributeHandler.html
│   │   │   │   ├── CookieOrigin.html
│   │   │   │   ├── CookiePathComparator.html
│   │   │   │   ├── CookiePolicy.html
│   │   │   │   ├── CookieSpecBase.html
│   │   │   │   ├── CookieSpec.html
│   │   │   │   ├── CookieVersionSupport.html
│   │   │   │   ├── IgnoreCookiesSpec.html
│   │   │   │   ├── MalformedCookieException.html
│   │   │   │   ├── NetscapeDraftSpec.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   ├── package-tree.html
│   │   │   │   ├── package-use.html
│   │   │   │   ├── RFC2109Spec.html
│   │   │   │   └── RFC2965Spec.html
│   │   │   ├── Cookie.html
│   │   │   ├── Credentials.html
│   │   │   ├── DefaultHttpMethodRetryHandler.html
│   │   │   ├── DefaultMethodRetryHandler.html
│   │   │   ├── HeaderElement.html
│   │   │   ├── HeaderGroup.html
│   │   │   ├── Header.html
│   │   │   ├── HostConfiguration.html
│   │   │   ├── HttpClientError.html
│   │   │   ├── HttpClient.html
│   │   │   ├── HttpConnection.html
│   │   │   ├── HttpConnectionManager.html
│   │   │   ├── HttpConstants.html
│   │   │   ├── HttpContentTooLargeException.html
│   │   │   ├── HttpException.html
│   │   │   ├── HttpHost.html
│   │   │   ├── HttpMethodBase.html
│   │   │   ├── HttpMethod.html
│   │   │   ├── HttpMethodRetryHandler.html
│   │   │   ├── HttpParser.html
│   │   │   ├── HttpRecoverableException.html
│   │   │   ├── HttpState.html
│   │   │   ├── HttpStatus.html
│   │   │   ├── HttpsURL.html
│   │   │   ├── HttpURL.html
│   │   │   ├── HttpVersion.html
│   │   │   ├── InvalidRedirectLocationException.html
│   │   │   ├── MethodRetryHandler.html
│   │   │   ├── methods
│   │   │   │   ├── ByteArrayRequestEntity.html
│   │   │   │   ├── class-use
│   │   │   │   │   ├── ByteArrayRequestEntity.html
│   │   │   │   │   ├── DeleteMethod.html
│   │   │   │   │   ├── EntityEnclosingMethod.html
│   │   │   │   │   ├── ExpectContinueMethod.html
│   │   │   │   │   ├── FileRequestEntity.html
│   │   │   │   │   ├── GetMethod.html
│   │   │   │   │   ├── HeadMethod.html
│   │   │   │   │   ├── InputStreamRequestEntity.html
│   │   │   │   │   ├── MultipartPostMethod.html
│   │   │   │   │   ├── OptionsMethod.html
│   │   │   │   │   ├── PostMethod.html
│   │   │   │   │   ├── PutMethod.html
│   │   │   │   │   ├── RequestEntity.html
│   │   │   │   │   ├── StringRequestEntity.html
│   │   │   │   │   └── TraceMethod.html
│   │   │   │   ├── DeleteMethod.html
│   │   │   │   ├── EntityEnclosingMethod.html
│   │   │   │   ├── ExpectContinueMethod.html
│   │   │   │   ├── FileRequestEntity.html
│   │   │   │   ├── GetMethod.html
│   │   │   │   ├── HeadMethod.html
│   │   │   │   ├── InputStreamRequestEntity.html
│   │   │   │   ├── multipart
│   │   │   │   │   ├── ByteArrayPartSource.html
│   │   │   │   │   ├── class-use
│   │   │   │   │   │   ├── ByteArrayPartSource.html
│   │   │   │   │   │   ├── FilePart.html
│   │   │   │   │   │   ├── FilePartSource.html
│   │   │   │   │   │   ├── MultipartRequestEntity.html
│   │   │   │   │   │   ├── PartBase.html
│   │   │   │   │   │   ├── Part.html
│   │   │   │   │   │   ├── PartSource.html
│   │   │   │   │   │   └── StringPart.html
│   │   │   │   │   ├── FilePart.html
│   │   │   │   │   ├── FilePartSource.html
│   │   │   │   │   ├── MultipartRequestEntity.html
│   │   │   │   │   ├── package-frame.html
│   │   │   │   │   ├── package-summary.html
│   │   │   │   │   ├── package-tree.html
│   │   │   │   │   ├── package-use.html
│   │   │   │   │   ├── PartBase.html
│   │   │   │   │   ├── Part.html
│   │   │   │   │   ├── PartSource.html
│   │   │   │   │   └── StringPart.html
│   │   │   │   ├── MultipartPostMethod.html
│   │   │   │   ├── OptionsMethod.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   ├── package-tree.html
│   │   │   │   ├── package-use.html
│   │   │   │   ├── PostMethod.html
│   │   │   │   ├── PutMethod.html
│   │   │   │   ├── RequestEntity.html
│   │   │   │   ├── StringRequestEntity.html
│   │   │   │   └── TraceMethod.html
│   │   │   ├── MultiThreadedHttpConnectionManager.html
│   │   │   ├── NameValuePair.html
│   │   │   ├── NoHttpResponseException.html
│   │   │   ├── NTCredentials.html
│   │   │   ├── package-frame.html
│   │   │   ├── package-summary.html
│   │   │   ├── package-tree.html
│   │   │   ├── package-use.html
│   │   │   ├── params
│   │   │   │   ├── class-use
│   │   │   │   │   ├── DefaultHttpParamsFactory.html
│   │   │   │   │   ├── DefaultHttpParams.html
│   │   │   │   │   ├── HostParams.html
│   │   │   │   │   ├── HttpClientParams.html
│   │   │   │   │   ├── HttpConnectionManagerParams.html
│   │   │   │   │   ├── HttpConnectionParams.html
│   │   │   │   │   ├── HttpMethodParams.html
│   │   │   │   │   ├── HttpParamsFactory.html
│   │   │   │   │   └── HttpParams.html
│   │   │   │   ├── DefaultHttpParamsFactory.html
│   │   │   │   ├── DefaultHttpParams.html
│   │   │   │   ├── HostParams.html
│   │   │   │   ├── HttpClientParams.html
│   │   │   │   ├── HttpConnectionManagerParams.html
│   │   │   │   ├── HttpConnectionParams.html
│   │   │   │   ├── HttpMethodParams.html
│   │   │   │   ├── HttpParamsFactory.html
│   │   │   │   ├── HttpParams.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   ├── package-tree.html
│   │   │   │   └── package-use.html
│   │   │   ├── protocol
│   │   │   │   ├── class-use
│   │   │   │   │   ├── ControllerThreadSocketFactory.html
│   │   │   │   │   ├── ControllerThreadSocketFactory.SocketTask.html
│   │   │   │   │   ├── DefaultProtocolSocketFactory.html
│   │   │   │   │   ├── Protocol.html
│   │   │   │   │   ├── ProtocolSocketFactory.html
│   │   │   │   │   ├── ReflectionSocketFactory.html
│   │   │   │   │   ├── SecureProtocolSocketFactory.html
│   │   │   │   │   └── SSLProtocolSocketFactory.html
│   │   │   │   ├── ControllerThreadSocketFactory.html
│   │   │   │   ├── ControllerThreadSocketFactory.SocketTask.html
│   │   │   │   ├── DefaultProtocolSocketFactory.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   ├── package-tree.html
│   │   │   │   ├── package-use.html
│   │   │   │   ├── Protocol.html
│   │   │   │   ├── ProtocolSocketFactory.html
│   │   │   │   ├── ReflectionSocketFactory.html
│   │   │   │   ├── SecureProtocolSocketFactory.html
│   │   │   │   └── SSLProtocolSocketFactory.html
│   │   │   ├── ProtocolException.html
│   │   │   ├── ProxyClient.ConnectResponse.html
│   │   │   ├── ProxyClient.html
│   │   │   ├── ProxyHost.html
│   │   │   ├── RedirectException.html
│   │   │   ├── SimpleHttpConnectionManager.html
│   │   │   ├── StatusLine.html
│   │   │   ├── URI.DefaultCharsetChanged.html
│   │   │   ├── URIException.html
│   │   │   ├── URI.html
│   │   │   ├── URI.LocaleToCharsetMap.html
│   │   │   ├── UsernamePasswordCredentials.html
│   │   │   └── util
│   │   │   ├── class-use
│   │   │   │   ├── DateParseException.html
│   │   │   │   ├── DateParser.html
│   │   │   │   ├── DateUtil.html
│   │   │   │   ├── EncodingUtil.html
│   │   │   │   ├── ExceptionUtil.html
│   │   │   │   ├── HttpURLConnection.html
│   │   │   │   ├── IdleConnectionHandler.html
│   │   │   │   ├── IdleConnectionTimeoutThread.html
│   │   │   │   ├── LangUtils.html
│   │   │   │   ├── ParameterFormatter.html
│   │   │   │   ├── ParameterParser.html
│   │   │   │   ├── TimeoutController.html
│   │   │   │   ├── TimeoutController.TimeoutException.html
│   │   │   │   ├── URIUtil.Coder.html
│   │   │   │   └── URIUtil.html
│   │   │   ├── DateParseException.html
│   │   │   ├── DateParser.html
│   │   │   ├── DateUtil.html
│   │   │   ├── EncodingUtil.html
│   │   │   ├── ExceptionUtil.html
│   │   │   ├── HttpURLConnection.html
│   │   │   ├── IdleConnectionHandler.html
│   │   │   ├── IdleConnectionTimeoutThread.html
│   │   │   ├── LangUtils.html
│   │   │   ├── package-frame.html
│   │   │   ├── package-summary.html
│   │   │   ├── package-tree.html
│   │   │   ├── package-use.html
│   │   │   ├── ParameterFormatter.html
│   │   │   ├── ParameterParser.html
│   │   │   ├── TimeoutController.html
│   │   │   ├── TimeoutController.TimeoutException.html
│   │   │   ├── URIUtil.Coder.html
│   │   │   └── URIUtil.html
│   │   ├── overview-frame.html
│   │   ├── overview-summary.html
│   │   ├── overview-tree.html
│   │   ├── package-list
│   │   ├── resources
│   │   │   └── inherit.gif
│   │   ├── serialized-form.html
│   │   └── stylesheet.css
│   ├── authentication.html
│   ├── changelog-report.html
│   ├── charencodings.html
│   ├── cookies.html
│   ├── dependencies.html
│   ├── developer-activity-report.html
│   ├── developerguide.html
│   ├── development-process.html
│   ├── downloads.html
│   ├── exception-handling.html
│   ├── features.html
│   ├── file-activity-report.html
│   ├── images
│   │   ├── add.gif
│   │   ├── banner.jpg
│   │   ├── breadcrumbs.jpg
│   │   ├── collapsed.gif
│   │   ├── expanded.gif
│   │   ├── external.png
│   │   ├── fix.gif
│   │   ├── h3.gif
│   │   ├── h5.jpg
│   │   ├── httpclient_logo.png
│   │   ├── icon_error_sml.gif
│   │   ├── icon_info_sml.gif
│   │   ├── icon_success_sml.gif
│   │   ├── icon_warning_sml.gif
│   │   ├── jakarta-logo.gif
│   │   ├── logos
│   │   │   └── mavenlogo_builtby_w.png
│   │   ├── newwindow.png
│   │   ├── remove.gif
│   │   └── update.gif
│   ├── index.html
│   ├── issue-tracking.html
│   ├── javadoc.html
│   ├── javadoc-warnings-report.html
│   ├── jdepend-report.html
│   ├── junit-report.html
│   ├── license.html
│   ├── logging.html
│   ├── mail-lists.html
│   ├── maven-reports.html
│   ├── methods
│   │   ├── delete.html
│   │   ├── get.html
│   │   ├── head.html
│   │   ├── multipartpost.html
│   │   ├── options.html
│   │   ├── post.html
│   │   ├── put.html
│   │   └── trace.html
│   ├── methods.html
│   ├── news.html
│   ├── overview.html
│   ├── performance.html
│   ├── preference-api.html
│   ├── project-info.html
│   ├── proposal.html
│   ├── redirects.html
│   ├── scm-usage.html
│   ├── sslguide.html
│   ├── status.html
│   ├── style
│   │   ├── maven-base.css
│   │   ├── maven-classic.css
│   │   ├── maven-stylus.css
│   │   ├── maven-theme.css
│   │   ├── print.css
│   │   └── project.css
│   ├── task-list.html
│   ├── team-list.html
│   ├── threading.html
│   ├── troubleshooting.html
│   ├── tutorial.html
│   ├── userguide.html
│   ├── xref
│   │   ├── allclasses-frame.html
│   │   ├── index.html
│   │   ├── org
│   │   │   └── apache
│   │   │   └── commons
│   │   │   └── httpclient
│   │   │   ├── auth
│   │   │   │   ├── AuthChallengeException.html
│   │   │   │   ├── AuthChallengeParser.html
│   │   │   │   ├── AuthChallengeProcessor.html
│   │   │   │   ├── AuthenticationException.html
│   │   │   │   ├── AuthPolicy.html
│   │   │   │   ├── AuthSchemeBase.html
│   │   │   │   ├── AuthScheme.html
│   │   │   │   ├── AuthScope.html
│   │   │   │   ├── AuthState.html
│   │   │   │   ├── BasicScheme.html
│   │   │   │   ├── CredentialsNotAvailableException.html
│   │   │   │   ├── CredentialsProvider.html
│   │   │   │   ├── DigestScheme.html
│   │   │   │   ├── HttpAuthenticator.html
│   │   │   │   ├── HttpAuthRealm.html
│   │   │   │   ├── InvalidCredentialsException.html
│   │   │   │   ├── MalformedChallengeException.html
│   │   │   │   ├── NTLM.html
│   │   │   │   ├── NTLMScheme.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   └── RFC2617Scheme.html
│   │   │   ├── AutoCloseInputStream.html
│   │   │   ├── ChunkedInputStream.html
│   │   │   ├── ChunkedOutputStream.html
│   │   │   ├── CircularRedirectException.html
│   │   │   ├── ConnectionPoolTimeoutException.html
│   │   │   ├── ConnectMethod.html
│   │   │   ├── ConnectTimeoutException.html
│   │   │   ├── ContentLengthInputStream.html
│   │   │   ├── cookie
│   │   │   │   ├── Cookie2.html
│   │   │   │   ├── CookieAttributeHandler.html
│   │   │   │   ├── CookieOrigin.html
│   │   │   │   ├── CookiePathComparator.html
│   │   │   │   ├── CookiePolicy.html
│   │   │   │   ├── CookieSpecBase.html
│   │   │   │   ├── CookieSpec.html
│   │   │   │   ├── CookieVersionSupport.html
│   │   │   │   ├── IgnoreCookiesSpec.html
│   │   │   │   ├── MalformedCookieException.html
│   │   │   │   ├── NetscapeDraftSpec.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   ├── RFC2109Spec.html
│   │   │   │   └── RFC2965Spec.html
│   │   │   ├── Cookie.html
│   │   │   ├── Credentials.html
│   │   │   ├── DefaultHttpMethodRetryHandler.html
│   │   │   ├── DefaultMethodRetryHandler.html
│   │   │   ├── HeaderElement.html
│   │   │   ├── HeaderGroup.html
│   │   │   ├── Header.html
│   │   │   ├── HostConfiguration.html
│   │   │   ├── HttpClientError.html
│   │   │   ├── HttpClient.html
│   │   │   ├── HttpConnection.html
│   │   │   ├── HttpConnectionManager.html
│   │   │   ├── HttpConstants.html
│   │   │   ├── HttpContentTooLargeException.html
│   │   │   ├── HttpException.html
│   │   │   ├── HttpHost.html
│   │   │   ├── HttpMethodBase.html
│   │   │   ├── HttpMethodDirector.html
│   │   │   ├── HttpMethod.html
│   │   │   ├── HttpMethodRetryHandler.html
│   │   │   ├── HttpParser.html
│   │   │   ├── HttpRecoverableException.html
│   │   │   ├── HttpState.html
│   │   │   ├── HttpStatus.html
│   │   │   ├── HttpsURL.html
│   │   │   ├── HttpURL.html
│   │   │   ├── HttpVersion.html
│   │   │   ├── InvalidRedirectLocationException.html
│   │   │   ├── MethodRetryHandler.html
│   │   │   ├── methods
│   │   │   │   ├── ByteArrayRequestEntity.html
│   │   │   │   ├── DeleteMethod.html
│   │   │   │   ├── EntityEnclosingMethod.html
│   │   │   │   ├── ExpectContinueMethod.html
│   │   │   │   ├── FileRequestEntity.html
│   │   │   │   ├── GetMethod.html
│   │   │   │   ├── HeadMethod.html
│   │   │   │   ├── InputStreamRequestEntity.html
│   │   │   │   ├── multipart
│   │   │   │   │   ├── ByteArrayPartSource.html
│   │   │   │   │   ├── FilePart.html
│   │   │   │   │   ├── FilePartSource.html
│   │   │   │   │   ├── MultipartRequestEntity.html
│   │   │   │   │   ├── package-frame.html
│   │   │   │   │   ├── package-summary.html
│   │   │   │   │   ├── PartBase.html
│   │   │   │   │   ├── Part.html
│   │   │   │   │   ├── PartSource.html
│   │   │   │   │   └── StringPart.html
│   │   │   │   ├── MultipartPostMethod.html
│   │   │   │   ├── OptionsMethod.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   ├── PostMethod.html
│   │   │   │   ├── PutMethod.html
│   │   │   │   ├── RequestEntity.html
│   │   │   │   ├── StringRequestEntity.html
│   │   │   │   └── TraceMethod.html
│   │   │   ├── MultiThreadedHttpConnectionManager.html
│   │   │   ├── NameValuePair.html
│   │   │   ├── NoHttpResponseException.html
│   │   │   ├── NTCredentials.html
│   │   │   ├── package-frame.html
│   │   │   ├── package-summary.html
│   │   │   ├── params
│   │   │   │   ├── DefaultHttpParamsFactory.html
│   │   │   │   ├── DefaultHttpParams.html
│   │   │   │   ├── HostParams.html
│   │   │   │   ├── HttpClientParams.html
│   │   │   │   ├── HttpConnectionManagerParams.html
│   │   │   │   ├── HttpConnectionParams.html
│   │   │   │   ├── HttpMethodParams.html
│   │   │   │   ├── HttpParamsFactory.html
│   │   │   │   ├── HttpParams.html
│   │   │   │   ├── package-frame.html
│   │   │   │   └── package-summary.html
│   │   │   ├── protocol
│   │   │   │   ├── ControllerThreadSocketFactory.html
│   │   │   │   ├── DefaultProtocolSocketFactory.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   ├── Protocol.html
│   │   │   │   ├── ProtocolSocketFactory.html
│   │   │   │   ├── ReflectionSocketFactory.html
│   │   │   │   ├── SecureProtocolSocketFactory.html
│   │   │   │   └── SSLProtocolSocketFactory.html
│   │   │   ├── ProtocolException.html
│   │   │   ├── ProxyClient.html
│   │   │   ├── ProxyHost.html
│   │   │   ├── RedirectException.html
│   │   │   ├── ResponseConsumedWatcher.html
│   │   │   ├── SimpleHttpConnectionManager.html
│   │   │   ├── StatusLine.html
│   │   │   ├── URIException.html
│   │   │   ├── URI.html
│   │   │   ├── UsernamePasswordCredentials.html
│   │   │   ├── util
│   │   │   │   ├── DateParseException.html
│   │   │   │   ├── DateParser.html
│   │   │   │   ├── DateUtil.html
│   │   │   │   ├── EncodingUtil.html
│   │   │   │   ├── ExceptionUtil.html
│   │   │   │   ├── HttpURLConnection.html
│   │   │   │   ├── IdleConnectionHandler.html
│   │   │   │   ├── IdleConnectionTimeoutThread.html
│   │   │   │   ├── LangUtils.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   ├── ParameterFormatter.html
│   │   │   │   ├── ParameterParser.html
│   │   │   │   ├── TimeoutController.html
│   │   │   │   └── URIUtil.html
│   │   │   ├── Wire.html
│   │   │   ├── WireLogInputStream.html
│   │   │   └── WireLogOutputStream.html
│   │   ├── overview-frame.html
│   │   ├── overview-summary.html
│   │   └── stylesheet.css
│   └── xref-test
│   ├── allclasses-frame.html
│   ├── index.html
│   ├── org
│   │   └── apache
│   │   └── commons
│   │   └── httpclient
│   │   ├── AccessibleHttpConnectionManager.html
│   │   ├── auth
│   │   │   ├── package-frame.html
│   │   │   ├── package-summary.html
│   │   │   ├── TestAuthAll.html
│   │   │   ├── TestBasicAuth.html
│   │   │   ├── TestChallengeParser.html
│   │   │   ├── TestChallengeProcessor.html
│   │   │   ├── TestDigestAuth.html
│   │   │   └── TestNTLMAuth.html
│   │   ├── cookie
│   │   │   ├── package-frame.html
│   │   │   ├── package-summary.html
│   │   │   ├── TestCookie2.html
│   │   │   ├── TestCookieAll.html
│   │   │   ├── TestCookieBase.html
│   │   │   ├── TestCookieCompatibilitySpec.html
│   │   │   ├── TestCookie.html
│   │   │   ├── TestCookieIgnoreSpec.html
│   │   │   ├── TestCookieNetscapeDraft.html
│   │   │   ├── TestCookiePathComparator.html
│   │   │   ├── TestCookiePolicy.html
│   │   │   ├── TestCookieRFC2109Spec.html
│   │   │   ├── TestCookieRFC2965Spec.html
│   │   │   ├── TestCookieVersionSupport.html
│   │   │   └── TestDateParser.html
│   │   ├── EchoService.html
│   │   ├── ExecuteMethodThread.html
│   │   ├── FakeHttpMethod.html
│   │   ├── FeedbackService.html
│   │   ├── HttpClientTestBase.html
│   │   ├── NoHostHttpConnectionManager.html
│   │   ├── NoncompliantHeadMethod.html
│   │   ├── NoncompliantPostMethod.html
│   │   ├── package-frame.html
│   │   ├── package-summary.html
│   │   ├── params
│   │   │   ├── package-frame.html
│   │   │   ├── package-summary.html
│   │   │   ├── TestHttpParams.html
│   │   │   ├── TestParamsAll.html
│   │   │   └── TestSSLTunnelParams.html
│   │   ├── ProxyTestDecorator.html
│   │   ├── server
│   │   │   ├── AuthRequestHandler.html
│   │   │   ├── ErrorResponse.html
│   │   │   ├── HttpRequestHandlerChain.html
│   │   │   ├── HttpRequestHandler.html
│   │   │   ├── HttpServiceHandler.html
│   │   │   ├── HttpService.html
│   │   │   ├── package-frame.html
│   │   │   ├── package-summary.html
│   │   │   ├── ProxyAuthRequestHandler.html
│   │   │   ├── ProxyRequestHandler.html
│   │   │   ├── RequestLine.html
│   │   │   ├── ResponseWriter.html
│   │   │   ├── SimpleConnectionThread.html
│   │   │   ├── SimpleConnList.html
│   │   │   ├── SimpleConnManager.html
│   │   │   ├── SimpleConnSet.html
│   │   │   ├── SimpleHost.html
│   │   │   ├── SimpleHttpServerConnection.html
│   │   │   ├── SimpleHttpServer.html
│   │   │   ├── SimplePlainSocketFactory.html
│   │   │   ├── SimpleProxy.html
│   │   │   ├── SimpleRequest.html
│   │   │   ├── SimpleResponse.html
│   │   │   ├── SimpleSocketFactory.html
│   │   │   └── TransparentProxyRequestHandler.html
│   │   ├── ssl
│   │   │   ├── package-frame.html
│   │   │   ├── package-summary.html
│   │   │   ├── SimpleSSLSocketFactory.html
│   │   │   └── SimpleSSLTestProtocolSocketFactory.html
│   │   ├── TestAll.html
│   │   ├── TestBadContentLength.html
│   │   ├── TestConnectionPersistence.html
│   │   ├── TestCredentials.html
│   │   ├── TestEffectiveHttpVersion.html
│   │   ├── TestEntityEnclosingMethod.html
│   │   ├── TestEquals.html
│   │   ├── TestExceptions.html
│   │   ├── TestHeaderElement.html
│   │   ├── TestHeader.html
│   │   ├── TestHeaderOps.html
│   │   ├── TestHostConfiguration.html
│   │   ├── TestHttpConnection.html
│   │   ├── TestHttpConnectionManager.html
│   │   ├── TestHttpMethodFundamentals.html
│   │   ├── TestHttpParser.html
│   │   ├── TestHttps.html
│   │   ├── TestHttpState.html
│   │   ├── TestHttpStatus.html
│   │   ├── TestHttpVersion.html
│   │   ├── TestIdleConnectionTimeout.html
│   │   ├── TestMethodAbort.html
│   │   ├── TestMethodCharEncoding.html
│   │   ├── TestMultipartPost.html
│   │   ├── TestNoHost.html
│   │   ├── TestNoncompliant.html
│   │   ├── TestNVP.html
│   │   ├── TestParameterFormatter.html
│   │   ├── TestParameterParser.html
│   │   ├── TestPartsNoHost.html
│   │   ├── TestPostMethod.html
│   │   ├── TestPostParameterEncoding.html
│   │   ├── TestProxy.html
│   │   ├── TestProxyWithRedirect.html
│   │   ├── TestQueryParameters.html
│   │   ├── TestRedirects.html
│   │   ├── TestRequestHeaders.html
│   │   ├── TestRequestLine.html
│   │   ├── TestResponseHeaders.html
│   │   ├── TestStatusLine.html
│   │   ├── TestStreams.html
│   │   ├── TestURI.html
│   │   ├── TestURIUtil2.html
│   │   ├── TestURIUtil.html
│   │   └── TestVirtualHost.html
│   ├── overview-frame.html
│   ├── overview-summary.html
│   └── stylesheet.css
├── LICENSE
├── LICENSE.txt
├── NOTICE
├── NOTICE.txt
├── README
├── README.txt
├── RELEASE_NOTES
└── RELEASE_NOTES.txt

49 directories, 682 files

标签:

实例下载地址

commons-httpclient-3.0.jar

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警