Module: TestProxyConnection::ProxyServer
- Defined in:
- lib/ext/eventmachine-0.12.10/tests/test_proxy_connection.rb
Instance Method Summary collapse
Instance Method Details
#receive_data(data) ⇒ Object
59 60 61 |
# File 'lib/ext/eventmachine-0.12.10/tests/test_proxy_connection.rb', line 59 def receive_data(data) EM.connect("127.0.0.1", 54321, ProxyConnection, self, data) end |