Class: TestConnection Private
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Instance Chain:
self,
EM::P::Memcache
|
|
| Inherits: | Object |
| Defined in: | lib/em/protocols/memcache.rb |
Class Method Summary
- .new ⇒ TestConnection constructor Internal use only
Instance Method Summary
- #send_data(data) Internal use only
- #sent_data Internal use only
Constructor Details
.new ⇒ TestConnection
# File 'lib/em/protocols/memcache.rb', line 249
def initialize connection_completed end
Instance Method Details
#send_data(data)
[ GitHub ]# File 'lib/em/protocols/memcache.rb', line 242
def send_data data sent_data << data end
#sent_data
[ GitHub ]# File 'lib/em/protocols/memcache.rb', line 245
def sent_data @sent_data ||= '' end