Class: TestBasic::UnbindError
- Inherits:
-
EventMachine::Connection
- Object
- EventMachine::Connection
- TestBasic::UnbindError
- Defined in:
- lib/ext/eventmachine-0.12.10/tests/test_basic.rb
Instance Attribute Summary
Attributes inherited from EventMachine::Connection
Instance Method Summary collapse
- #connection_completed ⇒ Object
-
#initialize(*args) ⇒ UnbindError
constructor
A new instance of UnbindError.
- #unbind ⇒ Object
Methods inherited from EventMachine::Connection
#associate_callback_target, #close_connection, #close_connection_after_writing, #comm_inactivity_timeout, #comm_inactivity_timeout=, #detach, #error?, #get_outbound_data_size, #get_peer_cert, #get_peername, #get_pid, #get_sock_opt, #get_sockname, #get_status, new, #notify_readable=, #notify_readable?, #notify_writable=, #notify_writable?, #pause, #paused?, #pending_connect_timeout, #pending_connect_timeout=, #post_init, #proxy_incoming_to, #proxy_target_unbound, #receive_data, #reconnect, #resume, #send_data, #send_datagram, #send_file_data, #set_comm_inactivity_timeout, #set_pending_connect_timeout, #ssl_handshake_completed, #ssl_verify_peer, #start_tls, #stop_proxying, #stream_file_data
Constructor Details
#initialize(*args) ⇒ UnbindError
Returns a new instance of UnbindError.
140 141 142 |
# File 'lib/ext/eventmachine-0.12.10/tests/test_basic.rb', line 140 def initialize *args super end |
Instance Method Details
#connection_completed ⇒ Object
143 144 145 |
# File 'lib/ext/eventmachine-0.12.10/tests/test_basic.rb', line 143 def connection_completed close_connection_after_writing end |
#unbind ⇒ Object
146 147 148 |
# File 'lib/ext/eventmachine-0.12.10/tests/test_basic.rb', line 146 def unbind raise "Blooey" end |