Home | History | Annotate | Download | only in test

Lines Matching full:server

34 // This object bounds the lifetime of an external python-based HTTP/FTP server
47 // Container for various options to control how the HTTPS server is
56 // Bitmask of bulk encryption algorithms that the test server supports
59 // Special value used to indicate that any algorithm the server supports
67 // NOTE: 3DES support in the Python test server has external
98 // HTTPS server, or BULK_CIPHER_ANY to indicate that all implemented
113 // Stop the server started by Start().
142 // Launches the Python test server. Returns true on success.
145 // Waits for the server to start. Returns true on success.
148 // Parses the server data read from the test server. Returns true
158 // Add the command line arguments for the Python test server to
162 // Document root of the test server.
168 // Address the test server listens on.
171 // Holds the data sent from the server (e.g., port number).
174 // Handle of the Python process running the test server.
196 // If |type_| is TYPE_HTTPS, the TLS settings to use for the test server.
201 // Has the server been started?