Listing 7 shows how to handle the server response.
清单7展示了如何处理服务器响应。
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.
为服务器响应信道接收器的堆栈提供堆栈功能。
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.
例如,或许应该根据服务器响应禁用、隐藏或填充特定的字段。
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所示。
When performance testing relies on server response time to predict user experience in Web 2.0 applications, a question that usually crops up is, "What is taking so long?"
当性能测试依赖服务器响应时间以预测Web 2.0程序中的用户经验时,通常会遇到的一个问题是,“什么程序持续了这么长的时间?”
It can increase the number of transactions that can be processed, provide faster server response time, and enable servers to handle larger workloads and more user requests.
它可以增加可处理的事务的数目,提供更快的服务器响应时间,并支持服务器处理更大的工作负载和更多的用户请求。
Both kinds of caches can successfully cache pages only if they are able to evaluate additional cache information that is sent along with the WebSphere Portal server response.
只有在可以计算附加的缓存信息(此信息随webspherePortal服务器响应一起发送)的情况下,这两种缓存才能成功地缓存页面。
The server responds by returning a JSONObject containing the form data to the Web browser. Figure 6 shows an example server response from the AutoPopulateServlet Servlet.
服务器通过向Web服务器返回包含表单数据的JSONObject进行响应。
Figures 2c and 2d show server response times for the largest data environments, the 250k and 500k repositories, for a variety of user loads (100, 200, 300, and 500, respectively).
图2c与2d显示了最大型数据环境下,250k与500 k储存库,对于大量的用户负荷下(分别是100,200,300与500)的服务器反应时间。
After the server has received and processed the client request, it must package and send a response. As with the client request, three sections are associated with the server response.
当服务器收到并处理了客户请求后,它必须打包并发送响应。
After the server has received and processed the client request, it must package and send a response. As with the client request, three sections are associated with the server response.
当服务器收到并处理了客户请求后,它必须打包并发送响应。
应用推荐