class documentation

A server endpoint that wraps another server endpoint.

Method __init__ Construct a _WrapperServerEndpoint.
Method listen Connect the given protocol factory and unwrap its result.
Instance Variable _wrappedEndpoint Undocumented
Instance Variable _wrapperFactory Undocumented
def __init__(self, wrappedEndpoint, wrapperFactory):
def listen(self, protocolFactory):

Connect the given protocol factory and unwrap its result.

_wrappedEndpoint =

Undocumented

_wrapperFactory =

Undocumented