Class: Hector::SSLConnection
- Inherits:
-
Connection
- Object
- EventMachine::Protocols::LineAndTextProtocol
- Connection
- Hector::SSLConnection
- Defined in:
- lib/hector/connection.rb
Instance Attribute Summary
Attributes inherited from Connection
Instance Method Summary collapse
Methods inherited from Connection
#address, #error, #handle_error, #log, #port, #receive_line, #respond_with, #unbind
Methods included from Concerns::Authentication
#on_cap, #on_nick, #on_pass, #on_user
Instance Method Details
#post_init ⇒ Object
80 81 82 83 |
# File 'lib/hector/connection.rb', line 80 def post_init log(:info, "opened SSL connection") start_tls() end |