Methods
|
|
|
|
__del__
|
__del__ ( self )
|
|
__init__
|
__init__ ( self, handle=None )
|
|
accept
|
accept (
self,
handle,
callback,
arg,
)
|
|
auth
|
auth (
self,
handle,
auth_req,
callback,
arg,
)
|
|
doit
|
doit ( self )
|
|
doit2
|
doit2 ( self )
|
|
get_handle
|
get_handle ( self )
XXX This handle is only valid as long as this object exists. When
the object is destroyed, the memory this handle points to is freed.
|
|
listen
|
listen (
self,
port,
callback,
arg,
)
|
|
oldauthenticate
|
oldauthenticate (
self,
auth_req,
callback,
arg,
)
|
|
print_hello
|
print_hello ( self )
|
|
stop
|
stop (
self,
callback,
arg,
)
|
|