Lines Matching refs:def
57 def debug(str):
65 def serve_forever(self):
75 def __init__(self, server_address, request_hander_class, cert_path,
97 def handshake(self, tlsConnection):
119 def __init__(self, server_address, request_handler_class):
131 def HandleCommand(self, query, raw_request):
134 def HandleRequestNoBlock(self):
150 def serve_forever(self):
154 def HandleXmppSocket(fd, socket_map, handler):
213 def __init__(self, request, client_address, socket_server,
222 def log_request(self, *args, **kwargs):
226 def _ShouldHandleRequest(self, handler_name):
236 def do_CONNECT(self):
241 def do_GET(self):
246 def do_POST(self):
251 def do_PUT(self):
259 def __init__(self, request, client_address, socket_server):
319 def GetMIMETypeFromName(self, file_name):
331 def NoCacheMaxAgeTimeHandler(self):
348 def NoCacheTimeHandler(self):
365 def CacheTimeHandler(self):
382 def CacheExpiresHandler(self):
399 def CacheProxyRevalidateHandler(self):
416 def CachePrivateHandler(self):
433 def CachePublicHandler(self):
450 def CacheSMaxAgeHandler(self):
467 def CacheMustRevalidateHandler(self):
484 def CacheMustRevalidateMaxAgeHandler(self):
502 def CacheNoStoreHandler(self):
519 def CacheNoStoreMaxAgeHandler(self):
538 def CacheNoTransformHandler(self):
556 def EchoHeader(self):
562 def EchoHeaderCache(self):
565 def EchoHeaderHelper(self, echo_header):
591 def ReadRequestBody(self):
611 def EchoHandler(self):
624 def EchoTitleHandler(self):
639 def EchoAllHandler(self):
670 def DownloadHandler(self):
712 def DownloadFinishHandler(self):
725 def _ReplaceFileData(self, data, query_parameters):
749 def FileHandler(self):
827 def SetCookieHandler(self):
847 def AuthBasicHandler(self):
936 def GetNonce(self, force_reset=False):
952 def AuthDigestHandler(self):
1035 def SlowServerHandler(self):
1054 def ContentTypeHandler(self):
1070 def NoContentHandler(self):
1078 def ServerRedirectHandler(self):
1102 def ClientRedirectHandler(self):
1126 def MultipartHandler(self):
1148 def DefaultResponseHandler(self):
1162 def RedirectConnectHandler(self):
1178 def ServerAuthConnectHandler(self):
1194 def DefaultConnectResponseHandler(self):
1207 def DeviceManagementHandler(self):
1232 def sendRedirectHelp(self, redirect_name):
1244 def __init__(self, request, client_address, sync_http_server):
1251 def ChromiumSyncTimeHandler(self):
1265 def ChromiumSyncCommandHandler(self):
1286 def MakeDataDir():
1304 def __init__(self, fd1, fd2) :
1308 def __del__(self) :
1314 def write(self, text) :
1318 def flush(self) :
1322 def main(options, args):