| Home | Trees | Index | Help |
|
|---|
| Package AccessGrid :: Module TextClient :: Class TextConnection |
|
| Method Summary | |
|---|---|
__init__(self,
textServiceLocation,
processor)
| |
handleData(self,
pdata)
| |
Initialize for using asynchronous IO for reading data from the network. | |
readCallback(self,
arg,
handle,
ret,
buf,
n)
| |
Asynch read callback. | |
SetProcessor(self,
processor)
| |
Stop(self)
| |
Write(self,
event)
| |
| Method Details |
|---|
InitAsynchIO(self)Initialize for using asynchronous IO for reading data from the network. |
readCallbackWrap(self, arg, handle, ret, buf, n)Asynch read callback. We just use this to wrap the call to the readCallback itself, because the callback invocation mechanism silently ignores exceptions. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Apr 14 16:39:30 2005 | http://epydoc.sf.net |