Class EventMachine::EvmaTCPServer

  1. lib/style/handler/eventmachine.rb
Parent: Selectable

Methods

public class

  1. start_server

Public class methods

start_server (host, port)

Use $STYLE_SOCKET instead of creating a socket with the host and port

[show source]
    # File lib/style/handler/eventmachine.rb, line 38
38:       def start_server(host, port)
39:         EvmaTCPServer.new $STYLE_SOCKET
40:       end