twisted.protocols.amp._SwitchBox(AmpBox) class documentationtwisted.protocols.amp
          View Source
          (View In Hierarchy)
        
      Implementation detail of ProtocolSwitchCommand: I am a AmpBox which sets up state for the protocol to switch.
| Method | __init__ | Create a _SwitchBox with the protocol to switch to after being sent. | 
| Method | __repr__ | Undocumented | 
| Method | _sendTo | Send me; I am the last box on the connection. All further traffic will be over the new protocol. | 
Inherited from AmpBox:
| Method | copy | Return another AmpBox just like me. | 
| Method | serialize | Convert me into a wire-encoded string. | 
Create a _SwitchBox with the protocol to switch to after being sent.
| Parameters | innerProto | the protocol instance to switch to. (type: an IProtocol provider.) | 
Send me; I am the last box on the connection. All further traffic will be over the new protocol.