欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

socket read timed out JavaSocket

程序员文章站 2022-06-11 11:19:29
...

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