class documentation

class StubEndpointFactory: (source)

View In Hierarchy

A stub IAgentEndpointFactory for use in testing.

Method endpointForURI Testing implementation.
def endpointForURI(self, uri): (source)

Testing implementation.

Parameters
uriA URI.
Returns
tuple(scheme, host, port) of passed in URI; violation of interface but useful for testing.