約39,300件1ページ目

ソケットの読み込みまたは受け入れでタイム・アウトが発生したことを示すシグナルです。 導入されたバージョン: 1.4; 関連項目: 直列化され ...

読み取り可能なデータが存在する前にタイムアウトが切れると、java.net.SocketTimeoutException が発生します。 タイムアウトが 0 の場合は、無限タイムアウトと解釈 ...

指定したタイムアウト (ミリ秒単位) で有効または無効にします SocketOptions#SO_TIMEOUT SO_TIMEOUT 。 このオプションを 0 以外のタイムアウトに設定すると、この ...

2020/12/8 -Your Java socket shows SocketTimeoutException means that it takes too long to get respond from other device and your request expires before getting response.

public class SocketTimeoutException extends InterruptedIOException Signals that a timeout has occurred on a socket read or accept.

2020/6/29 -I have a program that just pings to a website. however I am getting SocketTimeoutException. I know it is happening due to timeout expiring ...

2013/6/13 -If a connectionTimeout value is set on the connector, it may need to be increased - e.g. from 20000 milliseconds (= 20 seconds) to 120000 ...

2025/3/24 -If the request legitimately takes more than 10 seconds, the default socket timeout of 10 seconds isn't enough on the Apache client side.

2017/11/20 -A deep dive into the Java SocketTimeoutException, with functional code samples showing how to create a client/server socket connection.

2024/8/27 -We have some integration job, for example order export, that is failing with some message "java.net.SocketTimeoutException Read timed out".