method
sysread_nonblock
v2_4_6 -
Show latest stable
- Class:
OpenSSL::SSL::SSLSocket
sysread_nonblock(*args)private
A non-blocking version of #sysread. Raises an SSLError if reading would block. If “exception: false” is passed, this method returns a symbol of :wait_readable, :wait_writable, or nil, rather than raising an exception.
Reads length bytes from the SSL connection. If a pre-allocated buffer is provided the data will be written into it.