Class Waves::Server
In: lib/runtime/server.rb
Parent: Worker

Methods

Public Instance methods

[Source]

   # File lib/runtime/server.rb, line 5
5:     def start_tasks
6:       @server = config.server.new( application, host, port )
7:       @server.start
8:     end

[Source]

    # File lib/runtime/server.rb, line 10
10:     def stop_tasks ; @server.stop ; end

[Validate]