class documentation

class TCP6Creator(TCPCreator): (source)

View In Hierarchy

Create IPv6 TCP endpoints for ReactorBuilder.runProtocolsWithReactor-based tests.

The endpoint types in question here are still the TCP4 variety, since these simply pass through IPv6 address literals to the reactor, and we are only testing address literals, not name resolution (as name resolution has not yet been implemented). See http://twistedmatrix.com/trac/ticket/4470 for more specific information about new endpoint classes. The naming is slightly misleading, but presumably if you're passing an IPv6 literal, you know what you're asking for.

Method __init__ Undocumented
Instance Variable interface Undocumented

Inherited from TCPCreator:

Method client Create a client end point that will connect to the given address.
Method server Create a server-side TCP endpoint.
def __init__(self): (source)

Undocumented