class documentation

class QuitBox(AmpBox): (source)

View In Hierarchy

I am an AmpBox that, upon being sent, terminates the connection.
Method __repr__ Undocumented
Class Variable __slots__ Undocumented
Method _sendTo Immediately call loseConnection after sending.

Inherited from AmpBox:

Method __init__ Initialize a new AmpBox.
Method copy Return another AmpBox just like me.
Method serialize Convert me into a wire-encoded string.
def __repr__(self): (source)

Undocumented

Returns
strUndocumented
__slots__: List[str] = (source)
def _sendTo(self, proto): (source)
Immediately call loseConnection after sending.