gpt4 book ai didi

java - 在 Java API for WebSocket 1.0 中,Decoder#willDecode 真的是可选的吗?

转载 作者:行者123 更新时间:2023-12-01 06:24:24 25 4
gpt4 key购买 nike

在 Java API for WebSocket 1.0 规范中,也称为 JSR-356 ,第 16 页说:

On Decoder implementations that have it, the implementation must use the willDecode() method on the decoder to determine if the Decoder will match the incoming message.

.. 第 17 页:

If the Decoder implementation has the method, the implementation must use the willDecode() method on the decoder to determine if the Decoder will match the incoming message

显然,作为开发人员,我可以选择是否提供该方法。但是,如果您查看 Java EE 7 API,就会发现接口(interface) Decoder.BinaryDecoder.Text声明此方法。因此,当我编写一个实现这些接口(interface)之一的解码器类时,我还必须提供 willDecode() 的实现。在我看来,不再有自由选择了。我错了吗?

最佳答案

是。这些是可选的。编码和解码用于数据传输中的安全目的。

关于java - 在 Java API for WebSocket 1.0 中,Decoder#willDecode 真的是可选的吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17131820/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com