Method Summary |
a new object with type S, a subtype of T
|
__new__ (S,
...)
|
|
connectionEstablished (self)
Callback called when the connection is established |
|
connectionLost (self)
Callback called when the connection is lost |
|
dataReceived (self,
data)
Process received data into lines (inherited from LineProtocol )
|
|
do_ERROR(self,
action,
**kwds)
|
|
do_GET(self,
url,
version)
|
|
do_HEAD(self)
|
|
do_POST(self)
|
|
getMethods(self,
version)
|
|
headerReceived(self,
line)
|
|
lineLengthExceeded (self,
line)
Callback called when a line exceeeds max length (inherited from LineProtocol )
|
|
lineReceived (self,
line)
Callback |
|
processRequest(self)
|
|
rawDataReceived (self,
data)
Callback (inherited from LineProtocol )
|
|
requestReceived(self,
line)
|
|
sendline (self,
line)
Send a line. (inherited from LineProtocol )
|
|
setLineMode (self,
extra)
Enter line mode (inherited from LineProtocol )
|
|
setRawMode (self)
Enter Raw mode (inherited from LineProtocol )
|