class TCPSocket
Superclass hierarchy
Object
Reference
FileDescriptorIO
Socket
IPSocket
TCPSocket
Direct Known Subclasses
TCPServer
Defined in:
Class Method Summary
.open
(host, port, &block)
.new
(host, port)
.new
(fd : Int32)
Class Method Detail
def self.
open
(host, port, &block)
def self.
new
(host, port)
def self.
new
(fd :
Int32
)