Module: EMRPC::ReconnectingClient::ReconnectingCallbacks

Defined in:
lib/emrpc/reconnecting_client.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#reconnecting_clientObject

Returns the value of attribute reconnecting_client.



28
29
30
# File 'lib/emrpc/reconnecting_client.rb', line 28

def reconnecting_client
  @reconnecting_client
end

Instance Method Details

#connection_completedObject



34
35
36
# File 'lib/emrpc/reconnecting_client.rb', line 34

def connection_completed
  @reconnecting_client.connection_completed
end

#receive_data(data) ⇒ Object



30
31
32
# File 'lib/emrpc/reconnecting_client.rb', line 30

def receive_data(data)
  
end

#unbindObject



38
39
40
# File 'lib/emrpc/reconnecting_client.rb', line 38

def unbind
  @reconnecting_client.unbind
end