socket read timed out

ERROR - java.net.SocketTimeoutException: Read timed out
org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: Couldn't send message.
org.codehaus.xfire.fault.XFireFault: Couldn't send message.

这种情况下,是不是表示客户端与服务器在建立连接过程中或数据传输过程中,因超时到期,导致客户端数据发送失败。

 

===========================================

服务器已接收到请求,并已成功处理。若返回客户端时,因超时到期,亦会报此错。

你可能感兴趣的:(java,socket)