gpt4 book ai didi

java - 读取超时属性有什么作用?

转载 作者:行者123 更新时间:2023-12-02 11:07:50 24 4
gpt4 key购买 nike

我想了解 read-timeout 的功能在 JBoss/WildFly 服务器上运行的 Web 应用程序中。

以下是在standalone.xml 文件中进行的更改:

<http-listener name="default" socket-binding="http" redirect-socket="https" read-timeout="20000"/>

另外,如果没有明确提及,该属性的默认值是多少?

最佳答案

根据this page

Configure a read timeout for a socket, in milliseconds. If the given amount of time elapses without a successful read taking place, the socket's next read will throw a {@link ReadTimeoutException}.

它还说它是可空的,所以我不知道如果为空,wildfly 的行为如何。

关于java - 读取超时属性有什么作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50816696/

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