Class: Socket

Inherits:
BasicSocket show all
Defined in:
lib/wasmify/rails/shims/socket.rb

Direct Known Subclasses

IPSocket, TCPSocket

Constant Summary collapse

AF_UNSPEC =
0
AF_INET =
1

Method Summary

Methods inherited from BasicSocket

#initialize

Constructor Details

This class inherits a constructor from BasicSocket