Class t.w.p.ReverseProxy(http.HTTPChannel):

Part of twisted.web.proxy View Source View In Hierarchy

Implements a simple reverse proxy.

For details of usage, see the file examples/proxy.py

Inherited from LineReceiver (via HTTPChannel):

Method clearLineBuffer Clear buffered data.
Method dataReceived Protocol.dataReceived.
Method setLineMode Sets the line-mode of this receiver.
Method setRawMode Sets the raw mode of this receiver.
Method sendLine Sends a line to the other end of the connection.
Method lineLengthExceeded Called when the maximum line length has been reached.

Inherited from BaseProtocol (via HTTPChannel, LineReceiver, Protocol):

Method makeConnection Make a connection to a transport and a server.

Inherited from _PauseableMixin (via HTTPChannel, LineReceiver):

Method pauseProducing Undocumented
Method resumeProducing Undocumented
Method stopProducing Undocumented

Inherited from TimeoutMixin (via HTTPChannel):

Method callLater Undocumented
Method resetTimeout Reset the timeout count down
Method setTimeout Change the timeout period
Method __timedOut Undocumented
API Documentation for twisted, generated by pydoctor.