See: Description
Class | Description |
---|---|
Config |
Minimalistic holders for Pyro config items.
|
DummyPyroSerializer |
Dummy class to be able to unpickle Pyro Proxy objects.
|
FlameBuiltin |
Flame-Wrapper for a builtin function.
|
FlameModule |
Flame-Wrapper for a remote module.
|
FlameRemoteConsole |
Flame remote interactive console client.
|
Message |
Pyro wire protocol message.
|
MessageHeader | |
NameServerProxy |
A wrapper proxy for the Pyro Name Server,
to simplify the access to its remote methods.
|
ProxyClassConstructor | |
PyroProxy |
Proxy for Pyro objects.
|
PyroURI |
The Pyro URI object.
|
Enum | Description |
---|---|
Config.SerializerType |
Exception | Description |
---|---|
PyroException |
Exception thrown when something is wrong in Pyro.
|
Config
contains the (very few) static config items.
NameServerProxy
is a wrapper proxy to make it easier to talk to Pyro's name server.
PyroProxy
is the proxy class that is used to connect to remote Pyro objects and invoke methods on them.
PyroURI
is the URI class that is used to point at a specific object at a certain location.
This package makes heavy use of the net.razorvine.pickle
package to be able to
serialize and de-serialize object graphs, which is used in the Pyro communication protocol.
Note that Pyrolite only supports Pyro4.net.razorvine.pickle
Copyright © 2016. All Rights Reserved.