| Home | Trees | Index | Help |
|---|
| Package twisted :: Package web :: Module proxy :: Class ReverseProxy |
|
BaseProtocol--+ |Protocol--+ |LineReceiver--+ |HTTPChannel--+ | ReverseProxy
Implements a simple reverse proxy.
For details of usage, see the file examples/proxy.py| Method Summary | |
|---|---|
(inherited from HTTPChannel)
| |
(inherited from HTTPChannel)
| |
(inherited from HTTPChannel)
| |
Check if the channel should close or not. (inherited from HTTPChannel)
| |
(Deprecated) (inherited from Protocol)
| |
Called when the connection is shut down. (inherited from Protocol)
| |
Protocol.dataReceived. (inherited from LineReceiver)
| |
Do pre-processing (for content-length) and store this header away. (inherited from HTTPChannel)
| |
Called when the maximum line length has been reached. (inherited from LineReceiver)
| |
Override this for when each line is received. (inherited from HTTPChannel)
| |
Override this for when raw data is received. (inherited from HTTPChannel)
| |
Called by first request in queue when it is done. (inherited from HTTPChannel)
| |
Sends a line to the other end of the connection. (inherited from LineReceiver)
| |
Sets the line-mode of this receiver. (inherited from LineReceiver)
| |
Sets the raw mode of this receiver. (inherited from LineReceiver)
| |
| Class Variable Summary | |
|---|---|
class |
ReverseProxyRequest
|
| Class Variable Details |
|---|
ReverseProxyRequestReverseProxyRequest = twisted.web.proxy.ReverseProxyRequest
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:24 2003 | http://epydoc.sf.net |