Neokernel API

WebServer.REQUEST_TIMED_OUT Field

The client did not produce a request within the time that the server was prepared to wait. The client MAY repeat the request without modifications at any later time.

public const int REQUEST_TIMED_OUT = 408;

See Also

WebServer Class | com.neokernel.httpd Namespace