j2me中TCP读取期间出现错误10054是什么意思?
j2me中TCP读取期间出现错误10054是什么意思?
我在 j2me Http Connection 中运行代码并收到上述错误
为什么会来?
我尝试了两个代码
What does error 10054 during TCP read in j2me mean?
I run a code in j2me Http Connection and got the above error
Why does it come?
I tried it for two codes
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
10054 是 WinSock 或 Windows Socket API 错误代码,指出“连接已被远程主机重置”。导致此错误的原因可能有多种。服务器上的对等点可能意外停止。您的应用程序也可能尝试连接到正确的地址,但连接到错误的端口。无论如何,这篇关于 WinSock 错误 10054 的条目可能帮助您解决问题。
10054 is a WinSock or Windows Socket API error code stating that "Connection was reset by the remote host." There can be different causes of this error. It is possible that the peer on the server was stopped unexpectedly. It is also possible that your app tried to connect to the correct address but on the wrong port. Anyway, this entry about WinSock error 10054 might help you in fixing your problem.