interface documentation
class _MakeTypesHappy(IPushProducer, IConsumer, ITransport): (source)
ProxyServer's transport is implicitly assumed to provide several interfaces so include them all here.
Inherited from IPushProducer:
| Method | pause |
Pause producing data. |
| Method | resume |
Resume producing data. |
Inherited from IProducer (via IPushProducer):
| Method | stop |
Stop producing data. |
Inherited from IConsumer (via IPushProducer, IProducer):
| Method | register |
Register to receive data from a producer. |
| Method | unregister |
Stop consuming data from a producer, without disconnecting. |
| Method | write |
The producer will write data by calling this method. |
Inherited from ITransport (via IPushProducer, IProducer, IConsumer):
| Method | get |
Similar to getPeer, but returns an address describing this side of the connection. |
| Method | get |
Get the remote address of this connection. |
| Method | lose |
Close my connection, after writing all pending data. |
| Method | write |
Write an iterable of byte strings to the physical connection. |