Average data server response time.
平均数据服务器时响应间。
Process the asynchronous server response.
处理异步服务器响应。
Listing 7 shows how to handle the server response.
清单7展示了如何处理服务器响应。
The server response function is shown in Listing 8.
服务器响应函数如清单8所示。
In the client, before the server response can be consumed.
客户端,处理服务器响应之前。
How to update Restangular model object with server response?
如何更新服务器响应矩形模型对象?
Upon receiving the server response, the dialog content is displayed.
在接收到服务器响应时,显示对话框内容。
The code for interpreting the server response is shown in Listing 14.
解释服务器响应的代码如清单14所示。
Provides the stack functionality for a stack of server response channel sinks.
为服务器响应信道接收器的堆栈提供堆栈功能。
Then, you use an AsyncCallback object to actually do something with the server response.
然后,使用AsyncCallback对象对服务器响应执行一些实际操作。
Any user data in a server response runs in the context of the server's site on the client.
服务器响应中的任何用户数据在客户端上的服务器站点的上下文中运行。
Listing 4 shows the request format, the REST URL pattern, and the server response to the request.
清单4显示请求格式、RESTURL模式、以及服务器对请求的响应。
So far, all the techniques I've covered produce a server response in the form of an XML document.
迄今为止,我介绍的所有技术都用XML文档的形式生成服务器响应。
You can use the onloaded event handler to process other form fields based on the server response.
您可以使用onloaded事件处理程序根据服务器响应处理其他表单字段。
For example, perhaps certain fields should be disabled, hidden, or populated based on the server response.
例如,或许应该根据服务器响应禁用、隐藏或填充特定的字段。
In traditional Web application development, server response time is the primary focus for performance analysis.
在传统的Web应用程序开发中,服务器响应时间是性能分析的主要重点。
This short example will give you some insight into how we send client information and interpret a server response.
这个短的例子可以使您了解如何发送客户机信息并解释服务器响应的一些内部情况。
In that case, the server response is handled by the callback function when the server response arrives at the browser.
在这种情况下,当服务器响应到达浏览器时,回调函数会处理服务器响应。
As the name suggests, it allows a client-side script to perform HTTP requests, and it will parse an XML server response.
顾名思义,它允许客户端脚本执行HTTP请求,并解析XML服务器响应。
Normally, anything but Loaded is ignored because typically nothing needs to occur until the server response is complete.
通常,Loaded以外的内容都会被忽略,因为在服务器响应完成之前通常不需要采取任何操作。
This collection includes data on response time, bandwidth amount, one-way latency, jitter, packet loss, and server response time.
收集的内容包括:有关响应时间的数据、带宽量、单向延迟、抖动、包丢失和服务器响应时间。
If a callback function was provided, the send method of the XHR object returns immediately without waiting for a server response.
如果提供了回调函数,那么XHR对象的send方法立即返回,并不等待服务器响应。
The final step in showing the update panel is to handle the server response, which is done by the dialogName_onServerResponse function.
显示更新面板的最后一步是处理服务器响应,这将通过dialogname_onserverresponse函数来完成。
The fact is that one can no longer assume that the user experience of response time will be adequately predicted by the server response time.
事实上,人们不再能够假设,服务器响应时间已经足够预测响应时间的用户经验了 。
A typical web browser will cache a file for a fixed amount of time, as directed by the Cache-Control or Expires headers in the server response.
典型的Web浏览器会在一定时间内缓存某个文件,如服务器响应中的Cache -Control或expires头文件所示。
If there was no callback function provided, the send function blocks and waits until the server response arrives, or else it raises HTTP errors.
如果没有提供回调函数,那么send函数阻塞,一直等到服务器响应到达,或者引发HTTP错误。
The right-hand pane shows the resultant SOAP response consisting of 6 lines of standard HTTP header followed by an XML document that is the server response.
右手边的面板显示了SOAP响应的结果,它包含6行标准HTTP头,接着是XML文档表示的服务器响应。
Use the XMLHttpRequest object to make a call to the server by defining a callback function that is executed automatically when the server response is received.
使用XMLHttpRequest对象对服务器进行调用,采用的方法是定义一个回调函数,当收到服务器响应时,会自动执行这个函数。
Along similar lines as Listing 7 (which shows a client sending its body through an output stream), the client would read the server response using an input stream.
用类似于清单7中的那些代码(在那里客户机通过一个输出流发送其正文),客户机使用一个输入流读取服务器响应。
In many Ajax applications, you'll see a callback function that checks for a ready state and then goes on to work with the data from the server response, as in Listing 6.
在很多Ajax应用程序中,您将看到一个回调函数,它负责检查就绪状态,然后继续利用从服务器响应中返回的数据,如清单6所示。
应用推荐