class documentation

class StubEndpointFactory:

View In Hierarchy

A stub IAgentEndpointFactory for use in testing.

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

Testing implementation.

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