Lines Matching defs:self
30 def __init__(self, acl_manager, remote_addr, handle, event_stream): argument
37 def disconnect(self, reason): argument
41 def close(self): argument
45 def wait_for_disconnection_complete(self): argument
50 def send(self, data): argument
53 def get_event_queue(self): argument
59 def __init__(self, device): argument
64 def close(self): argument
68 def listen_for_an_incoming_connection(self): argument
73 def initiate_connection(self, remote_addr): argument
79 def complete_connection(self, event_stream): argument
87 def complete_incoming_connection(self): argument
93 def complete_outgoing_connection(self): argument