Package proton :: Module _handlers :: Class ConnectSelectable
[frames] | no frames]

Class ConnectSelectable

source code

            object --+    
                     |    
_selectable.Selectable --+
                         |
                        ConnectSelectable

Instance Methods
 
__init__(self, sock, reactor, addrs, transport, iohandler) source code
 
readable(self) source code
 
writable(self) source code

Inherited from _selectable.Selectable: __getattr__, collect, expired, is_terminal, push_event, release, terminate, update

Class Variables

Inherited from _selectable.Selectable: deadline

Method Details

__init__(self, sock, reactor, addrs, transport, iohandler)
(Constructor)

source code 
Overrides: _selectable.Selectable.__init__

readable(self)

source code 
Overrides: _selectable.Selectable.readable

writable(self)

source code 
Overrides: _selectable.Selectable.writable