OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MyHTTPServer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/tlslite/test/
httpsserver.py
16
class
MyHTTPServer
(ThreadingMixIn, TLSSocketServerMixIn, HTTPServer):
28
httpd =
MyHTTPServer
(('localhost', 443), SimpleHTTPRequestHandler)
/external/chromium_org/third_party/tlslite/scripts/
tls.py
644
class
MyHTTPServer
(TLSSocketServerMixIn,
652
httpd =
MyHTTPServer
(address, SimpleHTTPServer.SimpleHTTPRequestHandler)
662
class
MyHTTPServer
(TLSSocketServerMixIn,
671
httpd =
MyHTTPServer
(address, SimpleHTTPServer.SimpleHTTPRequestHandler)
[
all
...]
Completed in 50 milliseconds