What is the translation of " HTTPCLIENT " in Chinese?

Examples of using Httpclient in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
We start by declaring an object of the HTTPClient class.
我们首先声明一个HTTPClient类的对象。
Please note that HttpClient will use this flag as a hint only.
请注意HttpClient将会使用标识作为提示。
In 2005, the HttpComponents project at Jakarta was created,with the task of developing a successor to HttpClient 3.
年,雅加达的HttpComponents项目被创建,其任务是开发HttpClient3.
HttpClient's purpose is to transmit and receive HTTP messages.
HttpClient的目标是发送和接收HTTP报文。
Apart from creating the HttpClient, nothing HTTP/2-specific can be observed.
除了创建HttpClient以外,没有看到任何HTTP/2所特有的东西。
HttpClient will automatically retry those methods that are assumed to be idempotent.
HttpClient将会自动重新执行那么假设是幂等的方法。
By leveraging the ServicePointManager, you can tell HttpClient to automatically recycle connections.
借助ServicePointManager,你可以告诉HttpClient自动回收连接。
So HttpClient must be able to skip those surplus lines this way.
所以HttpClient必须以这种方式跳过那些多余的行。
Execution of an HTTP method involves one or several HTTP request/ HTTP response exchanges,usually handled internally by HttpClient.
一个HTTP方法的执行包含一个或多个HTTP请求/HTTP响应交换,通常由HttpClient的内部来处理。
Disposing the HttpClient, the underlying socket is not immediately released.
处理HttpClient,底层socket套接字不会立即释放。
But it turns out there is a serious issue:DNS changes are NOT honoured and HttpClient(through HttpClientHandler) hogs the connections until socket is closed.
但事实证明,有一个更严重的问题:HttpClient不遵循DNS变化,它会(通过HttpClientHandler)独占连接,直到套接字关闭。
Theoretically the HttpClient could honor the DNS TTL(Time to Live) value, which defaults to one hour.
理论上讲,HttpClient会遵循DNSTTL(生存期)值,默认为1小时。
The Commons project, cradle of HttpClient, left Jakarta in 2007 to become an independent Top Level Project.
该共享项目,摇篮HttpClient的,离开雅加达,2007年成为一个独立的顶级项目。
Otherwise, HttpClient will end up creating a new HTTP connection for each HTTP request against NTLM protected resources.
否则,HttpClient将会终止对每个基于NTLM保护资源的HTTP请求创建新的HTTP连接。
However, if you try to apply this pattern to HttpClient, another IDisposable class, you trip over some rather unexpected problems.
然而,如果你试图将这个模式应用到另一个IDisposable类HttpClient上,则会遇到一些始料未及的问题。
The HttpClient library is quite simple to use and allows a POST operation to be programmatically constructed before execution.
HttpClient类库用起来很简单,并且允许POST操作在执行之前被以编程的方式创建。
Quite naturally, the main entry point of the HttpClient API is the HttpClient interface that defines the contract described above.
很自然地,HttpClientAPI的主要切入点就是定义描述上述规约的HttpClient接口。
HttpClient will make no attempt to recover from any logical or HTTP protocol errors(those derived from HttpException class).
HttpClient不会从任意逻辑或HTTP协议错误(那些是从HttpException类中派生出的)中恢复的。
The Commons, cradle of HttpClient, left Jakarta in 2007 to become an independent Top Level Project.
该共享项目,摇篮HttpClient的,离开雅加达,2007年成为一个独立的顶级项目。
HttpClient was started in 2001 as a subproject of the Jakarta Commons, based on code developed by the Jakarta Slide project.
HttpClient于2001年作为JakartaCommons的子项目启动,基于JakartaSlide项目开发的代码。
Though not mentioned anywhere in the HttpClient documentation, there is a pattern described in the Microsoft Patterns& Practices GitHub site.
虽然HttpClient的文档没有提及,但微软模式&实践的GitHub站点介绍了一种模式。
HttpClient handles all types of redirects automatically, except those explicitly prohibited by the HTTP specification as requiring user intervention.
HttpClient处理所有类型的重定向自动完成,无需用户干预的HTTP规范,明令禁止的除外。
To mitigate the limitation, HttpClient includes a number of bean classes that can used in order to initialize HttpParams objects using standard Java bean conventions.
为了环节限制,HttpCore包含了很多bean类,它们可以使用标准的Javabean约定来初始化对象。
HttpClient also comes with the EntityUtils class, which exposes several static methods to more easily read the content or information from an entity.
EntityUtils类,这会暴露出一些静态方法,这些方法可以更加容易地从实体中读取内容或信息。
HttpClient assumes non-entity enclosing methods such as GET and HEAD to be idempotent and entity enclosing methods such as POST and PUT to be not.
HttpClient假设没有实体包含方法,比如GET和HEAD是幂等的,而实体包含方法,比如POST和PUT则不是。
HttpClient creates two instances of AuthState in the course of HTTP request execution: one for target host authentication and another one for proxy authentication.
在HTTP请求执行过程中,HttpClient创建2个AuthState的实例:一个对于目标主机认证,另外一个对于代理认证。
HttpClient employs a special entity to manage access to HTTP connections called HTTP connection manager and represented by the ClientConnectionManager interface.
HttpClient采用一个特殊实体来管理访问HTTP连接,这被称为HTTP连接管理器,代表了ClientConnectionManager接口。
Results: 27, Time: 0.0232

Top dictionary queries

English - Chinese