Home | Trees | Index | Help |
---|
Package twisted :: Package mail :: Module pb :: Class MaildirClient |
|
BaseProtocol
--+ |Protocol
--+ |Ephemeral
--+ |Pynana
--+ |Canana
--+ |Broker
--+ | MaildirClient
Method Summary | |
---|---|
__init__(self,
isClient,
security)
(inherited from Broker )
| |
__getstate__(self)
(inherited from Ephemeral )
| |
__setstate__(self,
state)
(inherited from Ephemeral )
| |
cachedLocallyAs(self,
cid)
(inherited from Broker )
| |
Returns an ID that says what this instance is cached as remotely, or None if it's not. (inherited from Broker )
| |
(internal) (inherited from Broker )
| |
XXX (inherited from Broker )
| |
callExpressionReceived(self,
obj)
(inherited from Pynana )
| |
(Deprecated) (inherited from Broker )
| |
The connection was lost. (inherited from Broker )
| |
Called when a connection is made. (inherited from Canana )
| |
Initialize. (inherited from Broker )
| |
dataReceived(self,
chunk)
(inherited from Canana )
| |
(internal) Send a DECACHE directive. (inherited from Broker )
| |
Remove a callback from list of disconnect callbacks. (inherited from Broker )
| |
Evaluate an expression as it's received. (inherited from Broker )
| |
getCollection(self,
name,
domain,
password,
callback,
errback)
| |
gotItem(self,
item)
(inherited from Pynana )
| |
Get a local object for a locally unique ID. (inherited from Broker )
| |
Make a connection to a transport and a server. (inherited from BaseProtocol )
| |
Generate a new LUID. (inherited from Broker )
| |
Generate a new request ID. (inherited from Broker )
| |
Call the given callback when the Broker connects. (inherited from Broker )
| |
Call the given callback when the Broker disconnects. (inherited from Broker )
| |
Call the given callback if the Broker fails to connect. (inherited from Broker )
| |
pauseProducing(self)
(inherited from Broker )
| |
(internal) Got an answer to a previously sent message. (inherited from Broker )
| |
proto_cachemessage(self,
requestID,
objectID,
message,
answerRequired,
netArgs,
netKw)
(inherited from Broker )
| |
(internal) Decrement the reference count of a cached object. (inherited from Broker )
| |
(internal) Decrement the reference count of an object. (inherited from Broker )
| |
Respond to stock ' didNotUnderstand ' message. (inherited from Broker )
| |
(internal) Deal with an error. (inherited from Broker )
| |
proto_message(self,
requestID,
objectID,
message,
answerRequired,
netArgs,
netKw)
(inherited from Broker )
| |
(internal) Tell the client it is now OK to uncache an object. (inherited from Broker )
| |
Protocol message: (version version-number) (inherited from Broker )
| |
registerPageProducer(self,
pager)
(inherited from Broker )
| |
Get an ID for a local object. (inherited from Broker )
| |
Returns an object from the remote name mapping. (inherited from Broker )
| |
Returns an instance which is cached remotely, with this LUID. (inherited from Broker )
| |
Called when the consumer attached to me runs out of buffer. (inherited from Broker )
| |
Utility method to send an expression to the other side of the connection. (inherited from Broker )
| |
(internal) Send a DECREF directive. (inherited from Broker )
| |
sendEncoded(self,
obj)
(inherited from Canana )
| |
Jelly an object according to the remote security rules for this broker. (inherited from Broker )
| |
Store a special (string) ID for this object. (inherited from Broker )
| |
stopProducing(self)
(inherited from Broker )
| |
Unjelly an sexp according to the local security rules for this broker. (inherited from Broker )
| |
_encode(self,
obj,
write)
(inherited from Pynana )
| |
Received a message-send. (inherited from Broker )
| |
_selectDialect(self,
dialect)
(inherited from Pynana )
| |
(internal) Send an answer to a previously sent message. (inherited from Broker )
| |
(internal) Send an error for a previously sent message. (inherited from Broker )
| |
_sendFailure(self,
fail,
requestID)
(inherited from Broker )
| |
_sendMessage(self,
prefix,
perspective,
objectID,
message,
args,
kw)
(inherited from Broker )
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Thu May 8 13:18:32 2003 | http://epydoc.sf.net |