Skip navigation links

Package net.razorvine.pyro

Lightweight implementation of the client side Pyro protocol.

See: Description

Package net.razorvine.pyro Description

Lightweight implementation of the client side Pyro protocol. 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.
Version:
4.13
Author:
Irmen de Jong (irmen@razorvine.net)
See Also:
net.razorvine.pickle
Skip navigation links

Copyright © 2016. All Rights Reserved.