Class: Fenris::ProviderLocal

Inherits:
Connection
  • Object
show all
Defined in:
lib/fenris/connection.rb

Instance Method Summary collapse

Methods inherited from Connection

#initialize, #log, mkbinding, #proxy, #proxy_target_unbound, #push, #receive_data, #ssl_handshake_completed, #ssl_verify_peer, #unbind

Constructor Details

This class inherits a constructor from Fenris::Connection

Instance Method Details

#post_initObject



94
95
96
97
# File 'lib/fenris/connection.rb', line 94

def post_init
  log "start proxying"
  @peer_to_be.proxy self
end