Class: OpenSSL::SSL::SSLSocket
- Inherits:
-
Object
- Object
- OpenSSL::SSL::SSLSocket
- Defined in:
- lib/mqtt/openssl_fix.rb
Instance Method Summary collapse
Instance Method Details
#getbyte ⇒ Object
12 13 14 15 |
# File 'lib/mqtt/openssl_fix.rb', line 12 def getbyte byte = read(1) byte && unpack_byte(byte) end |