The connection handler needs a reference to the WebServer which created it, the Socket connected to the web client making a request, and the amount of time to linger after the request has been handled before it closes the connection to the client.
public ConnectionKMethod(SecureWebServer,KTcpClient,SslStream,int)
The connection handler needs a reference to the WebServer which created it, the Socket connected to the web client making a request, and the amount of time to linger after the request has been handled before it closes the connection to the client.
public ConnectionKMethod(WebServer,KTcpClient,int)
ConnectionKMethod Class | com.neokernel.httpd Namespace