Methods
|
|
_handleEndHeaders
_handleHeader
_handleResponse
_handleStatus
testLoopback
|
|
_handleEndHeaders
|
_handleEndHeaders ( self )
|
|
_handleHeader
|
_handleHeader (
self,
key,
value,
)
|
|
_handleResponse
|
_handleResponse ( self, data )
|
|
_handleStatus
|
_handleStatus (
self,
version,
status,
message,
)
|
|
testLoopback
|
testLoopback ( self )
Exceptions
|
|
RuntimeError, "didn't got all callbacks %s" % [ self.gotStatus, self.gotResponse, self.gotEndHeaders ]
|
|
|