Part of twisted.protocols.amp View Source View In Hierarchy
Split Table into Classes Show Methods in One Table
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 514 | Method | __init__ | Create a _SwitchBox with the protocol to switch to after being sent. |
| 525 | Method | __repr__ | Undocumented |
| 530 | Method | _sendTo | Send me; I am the last box on the connection. All further traffic will be |
Inherited from AmpBox:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 431 | Method | copy | Return another AmpBox just like me. |
| 440 | Method | serialize | Convert me into a wire-encoded string. |
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 514 | Method | __init__ | Create a _SwitchBox with the protocol to switch to after being sent. |
| 525 | Method | __repr__ | Undocumented |
| 431 | Method | copy | Return another AmpBox just like me. |
| 440 | Method | serialize | Convert me into a wire-encoded string. |
| 530 | Method | _sendTo | Send me; I am the last box on the connection. All further traffic will be |
| Parameters | innerProto | the protocol instance to switch to. (type: an IProtocol provider. ) |