Object which encompasses all of the logic related to a Blitz
connection and its status with respect to OMERO.web.
|
__init__(self,
server_id,
is_secure)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
create_gateway(self,
useragent,
username=None,
password=None) |
source code
|
|
|
|
|
create_connection(self,
useragent,
username,
password,
is_public=False) |
source code
|
|
|
create_guest_connection(self,
useragent,
is_public=False) |
source code
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|