|
|
|
_streamer_client_removed_cb(self,
streamer,
sink,
fd,
reason,
stats) |
source code
|
|
|
|
|
|
|
rotateLogs(self)
Close the logfile, then reopen using the previous logfilename |
source code
|
|
|
|
|
|
|
|
|
|
|
getMaxAllowedClients(self,
maxclients)
maximum number of allowed clients based on soft limit for number of
open file descriptors and fd reservation. |
source code
|
|
|
|
|
|
|
_logRequestFromIP(self,
ip)
Returns whether we want to log a request from this IP; allows us to
filter requests from automated monitoring systems. |
source code
|
|
|
|
|
|
|
handleAuthenticatedRequest(self,
res,
request) |
source code
|
|
|
_render(self,
request)
Default handling of HEAD method. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
render_GET(self,
request)
Default handling of HEAD method. |
source code
|
|
|
|
Inherited from twisted.web.resource.Resource :
__providedBy__ ,
delEntity ,
getChild ,
getChildForRequest ,
getChildWithDefault ,
getDynamicEntity ,
getStaticEntity ,
listDynamicEntities ,
listDynamicNames ,
listEntities ,
listNames ,
listStaticEntities ,
listStaticNames ,
putChild ,
reallyPutEntity ,
render
Inherited from base.http.HTTPAuthentication :
authenticate ,
cleanupAuth ,
expireKeycard ,
setBouncerName ,
setDefaultDuration ,
setDomain ,
setIssuerClass ,
setRequesterId ,
startAuthentication
Inherited from common.log.Loggable :
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure
|