![JAR search and dependency download from the Maven repository](/logo.png)
link.jfire.socket.socketserver.exception.TimeoutException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jfire-socket Show documentation
Show all versions of jfire-socket Show documentation
Jfire - socket is a server-side framework based on AIO. Users only need a simple implementation of a business logic processing interface can be the business data processing. The framework provides the client and server at the same time. Have strong connection capacity. Single server provides tens of thousands of connections.
The newest version!
package link.jfire.socket.socketserver.exception;
public class TimeoutException extends ServerSocketException
{
/**
*
*/
private static final long serialVersionUID = -1286997209432696734L;
public TimeoutException(long timeout)
{
super("等待服务器返回结果超时,当前客户端设置超时时间为" + timeout + "毫秒");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy