Package AccessGrid :: Module TextClient :: Class TextConnection
[show private | hide private]
[frames | no frames]

Class TextConnection


Method Summary
  __init__(self, textServiceLocation, processor)
  handleData(self, pdata)
  InitAsynchIO(self)
Initialize for using asynchronous IO for reading data from the network.
  readCallback(self, arg, handle, ret, buf, n)
  readCallbackWrap(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.


Generated by Epydoc 2.1 on Thu Apr 14 16:39:30 2005 http://epydoc.sf.net