Class | IPSocket |
In: |
ext/socket/socket.c
|
Parent: | BasicSocket |
IPSocket is the parent of TCPSocket and UDPSocket and implements functionality common to them.
A number of APIs in IPSocket, Socket, and their descendants return an address as an array. The members of that array are:
The address and port can be used directly to create sockets and to bind or connect them to the address.
ruby-doc.org is a service of James Britt and Rising Tide Software, a Ruby application development company in Phoenix, AZ.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.