链末端 meaning in English
chain end
Examples
- From there the message is transported to the server . when the formatter sink is called through the
方法,直到该调用到达该链末端的传输接收器。 - The server formatter sink at the end of this chain deserializes the request into a message
此链末端的服务器格式化程序接收器将该请求反序列化为消息。 - The server formatter sink at the end of this chain will deserialize the request into a message
此链末端的服务器格式化程序接收器将该请求反序列化为消息。 - When the call reaches the transport sink at the end of the chain , the transport sink sends the headers and serialized message over the channel to the server where the entire process is reversed
当调用到达链末端的传输接收器时,传输接收器将头和序列化的消息通过信道发送到服务器,在该服务器上,整个过程将反向进行。 - When the message call is forwarded to the transport sink at the end of the chain , the transport sink writes the headers to the stream and forwards the stream to the transport sink on the server using the transport protocol dictated by the channel
当消息调用被转发到链末端的传输接收器时,传输接收器通过使用信道所规定的传输协议将头写入到流,并将流转发到服务器上的传输接收器。