= private = protected
run(sock)
You must subclass GenericServer and implement #run which accepts a TCP client socket
# File lib/webrick/server.rb, line 246 def run(sock) @logger.fatal "run() must be provided by user." end