Neokernel API

WebServer.GATEWAY_TIMEOUT Field

The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server specified by the URI (e.g. HTTP, FTP, LDAP) or some other auxiliary server (e.g. DNS) it needed to access in attempting to complete the request.

public const int GATEWAY_TIMEOUT = 504;

See Also

WebServer Class | com.neokernel.httpd Namespace