发送&通过网络多次接收对象
我知道如何使用序列化通过网络发送对象。我的代码基本上通过客户端套接字使用输入和输出流。
例如:
•服务器发送对象
•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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论