@MTOM 在上传/下载文件时如何确保文件完整性?
使用 JAX-WS @MTOM 传输文件时,它是否具有内置文件完整性检查?或者下载/上传完成后您必须自己完成?
When using JAX-WS @MTOM to transfer a file, does it have a build-in file integrity check? Or you have to do it on your own after the download/upload is completed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它依赖于 TCP 的“隐式”完整性。实际协议中没有比这更高的层。
it relies on the "implicit" integrity of TCP. There isn't a layer above that within the actual protocol.