Neokernel API

ConnectionKMethod Constructor

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.

Overload List

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)

See Also

ConnectionKMethod Class | com.neokernel.httpd Namespace