Class: Shadowsocks::Local::LocalListener
- Inherits:
-
Shadowsocks::Listener
- Object
- EventMachine::Connection
- Connection
- Shadowsocks::Listener
- Shadowsocks::Local::LocalListener
- Defined in:
- lib/shadowsocks/local.rb
Constant Summary
Constants inherited from Connection
Instance Attribute Summary collapse
-
#behind_gfw ⇒ Object
Returns the value of attribute behind_gfw.
Attributes inherited from Shadowsocks::Listener
#addr_to_send, #cached_pieces, #config, #connector, #header_length, #ip_detector, #remote_addr, #remote_port, #stage
Attributes inherited from Connection
Method Summary
Methods inherited from Shadowsocks::Listener
#post_init, #receive_data, #remote, #unbind
Instance Attribute Details
#behind_gfw ⇒ Object
Returns the value of attribute behind_gfw.
37 38 39 |
# File 'lib/shadowsocks/local.rb', line 37 def behind_gfw @behind_gfw end |