klyn.net.ssl.SSLSocket.getInputStream
method
public getInputStream() as SSLSocketInputStream:
Description
Returns the input stream facade.
import klyn.net.ssl

socket = SSLSocket()
print(socket.getInputStream() is SSLSocketInputStream)