Home | Trees | Index | Help |
---|
Package twisted :: Package web :: Module distrib :: Class Request |
|
Unjellyable
--+ |RemoteCopy
--+ |Jellyable
--+ | | |Serializable
--+ | | |Copyable
--+ | | |Request
--+ | | |Request
--+ | Request
Method Summary | |
---|---|
(inherited from Request )
| |
__repr__(self)
(inherited from Request )
| |
Set an outgoing HTTP cookie. (inherited from Request )
| |
Return the text that links to a child of the requested resource. (inherited from Request )
| |
fail(self,
failure)
| |
We are finished writing data. (inherited from Request )
| |
Return dictionary of all headers the request received. (inherited from Request )
| |
getClient(self)
(inherited from Request )
| |
getClientIP(self)
(inherited from Request )
| |
Get a cookie that was sent from the network. (inherited from Request )
| |
Get a header that was sent from the network. (inherited from Request )
| |
Get my originally requesting transport's host. (inherited from Request )
| |
getPassword(self)
(inherited from Request )
| |
Get the hostname that the user passed in to the request. (inherited from Request )
| |
getSession(self,
sessionInterface)
(inherited from Request )
| |
getStateFor(self,
jellier)
(inherited from Jellyable )
| |
Gather state to send when I am serialized for a peer. (inherited from Copyable )
| |
getStateToCopyFor(self,
issuer)
(inherited from Request )
| |
Determine what type tag to send for me. (inherited from Copyable )
| |
Determine what type tag to send for me. (inherited from Copyable )
| |
getUser(self)
(inherited from Request )
| |
Called when HTTP channel got length of content in this request. (inherited from Request )
| |
Write a chunk of data. (inherited from Request )
| |
isSecure(self)
(inherited from Request )
| |
Assemble type tag and state to copy for this broker. (inherited from Copyable )
| |
Notify the object that it is no longer queued. (inherited from Request )
| |
Parse cookie headers. (inherited from Request )
| |
pathRef(self)
(inherited from Request )
| |
prePathURL(self)
(inherited from Request )
| |
Process a request. (inherited from Request )
| |
processingFailed(self,
reason)
(inherited from Request )
| |
Return an ID which uniquely represents this object for this process. (inherited from Serializable )
| |
Utility function that does a redirect. (inherited from Request )
| |
Register a producer. | |
render(self,
resrc)
(inherited from Request )
| |
Called by channel when all data has been received. (inherited from Request )
| |
I will be invoked with the state to copy locally. | |
Set an entity tagfor the outgoing response. (inherited from Request )
| |
Set an outgoing HTTP header. (inherited from Request )
| |
Change the host and port the request thinks it's using. (inherited from Request )
| |
Set the Last-Modifiedtime for the response to this request. (inherited from Request )
| |
Set the HTTP response code. (inherited from Request )
| |
setStateFor(self,
unjellier,
state)
(inherited from Unjellyable )
| |
Return the text that links to a sibling of the requested resource. (inherited from Request )
| |
unjellyFor(self,
unjellier,
jellyList)
(inherited from RemoteCopy )
| |
Unregister the producer. | |
Remote version of addCookie; same interface. (inherited from Request )
| |
Remote version of finish; same interface. (inherited from Request )
| |
Remote version of registerProducer; same interface. (inherited from Request )
| |
Remote version of setETag; same interface. (inherited from Request )
| |
Remote version of setHeader; same interface. (inherited from Request )
| |
Remote version of setLastModified; same interface. (inherited from Request )
| |
Remote version of setResponseCode; same interface. (inherited from Request )
| |
view_unregisterProducer(self,
issuer)
(inherited from Request )
| |
Remote version of write; same interface. (inherited from Request )
| |
Write some data as a result of an HTTP request. (inherited from Request )
| |
_authorize(self)
(inherited from Request )
| |
Called when have finished responding and are no longer queued. (inherited from Request )
| |
_sendError(self,
code,
resp)
(inherited from Request )
|
Method Details |
---|
registerProducer(self, producer, streaming)Register a producer.
|
setCopyableState(self, state)I will be invoked with the state to copy locally. 'state' is the data returned from the remote object's 'getStateToCopyFor' method, which will often be the remote object's dictionary (or a filtered approximation of it depending on my peer's perspective).
|
unregisterProducer(self)Unregister the producer.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sat Feb 15 21:19:27 2003 | http://epydoc.sf.net |