发送&通过网络多次接收对象

发布于 2024-11-03 22:00:08 字数 545 浏览 3 评论 0原文

我知道如何使用序列化通过网络发送对象。我的代码基本上通过客户端套接字使用输入和输出流。

例如:

•服务器发送对象

   •after sending :shutdown output for client socket 

•客户端读取对象

   •after reading :shutdown input for client socket

•客户端发送数据

   •after sending :shout down output

•服务器读取对象

   •after reading : shutdown input

•服务器发送 --------不能因为客户端套接字关闭输出通道而让客户端发送对象...

核心问题是我使用关机并且我希望能够再次读取或写入。我无法再次读取或写入,那么如何重新打开它?

有没有使用序列化的简单解决方案?

I know how to send objects over the network using the serialization. My code basically using input and output streams through client socket.

For example:

•server sends objects

   •after sending :shutdown output for client socket 

•Client read objects

   •after reading :shutdown input for client socket

•Client send data

   •after sending :shout down output

•Server read objects

   •after reading : shutdown input

•server send -------cannot because client socket close output channel to let the client send objects....

the core problem when I use shutdown and I want to be able to read or write again. I cannot read or write again, so how I can reopen it again ?

Is there is simple solution using serialization?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文