BasicSocket is the super class for all the Socket classes.
basicsocket.recvmsg_nonblock(maxdatalen=nil, flags=0, maxcontrollen=nil, opts={}) => [data, sender_addrinfo, rflags, *controls]
BasicSocket.do_not_reverse_lookup => true or false Class Public methods Gets
BasicSocket.do_not_reverse_lookup = bool Class Public methods Sets the global
basicsocket.shutdown([how]) => 0 Instance Public methods Calls shutdown(2)
basicsocket.do_not_reverse_lookup => true or false Instance Public methods Gets
basicsocket.sendmsg_nonblock(mesg, flags=0, dest_sockaddr=nil, *controls) => numbytes_sent Instance Public methods
bsock.remote_address => addrinfo Instance Public methods Returns an
basicsocket.close_write => nil Instance Public methods Disallows further
basicsocket.sendmsg(mesg, flags=0, dest_sockaddr=nil, *controls) => numbytes_sent Instance Public methods
BasicSocket.for_fd(fd) => basicsocket Class Public methods Returns a socket
Page 1 of 3