HomeSort by relevance Sort by last modified time
    Searched full:server (Results 76 - 100 of 7791) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/net/server/
http_connection.cc 5 #include "net/server/http_connection.h"
7 #include "net/server/http_server.h"
8 #include "net/server/http_server_response_info.h"
9 #include "net/server/web_socket.h"
32 HttpConnection::HttpConnection(HttpServer* server, StreamListenSocket* sock)
33 : server_(server),
  /external/chromium_org/net/ssl/
ssl_client_auth_cache.cc 21 const std::string& server,
25 AuthCacheMap::iterator iter = cache_.find(server);
33 void SSLClientAuthCache::Add(const std::string& server,
35 cache_[server] = value;
40 void SSLClientAuthCache::Remove(const std::string& server) {
41 cache_.erase(server);
ssl_cert_request_info.h 19 // The SSLCertRequestInfo class represents server criteria regarding client
43 // The host and port of the SSL server that requested client authentication.
46 // True if the server that issues this request was the HTTPS proxy used in
47 // the request. False, if the server was the origin server.
51 // allowed by the server.
56 // Client certificates matching the server criteria. This should be removed
  /external/chromium_org/net/udp/
udp_socket.h 19 // Accessor API for a UDP socket in either client or server form.
22 // In this case, we're connecting to a specific server, so the client will
24 // Connect(address) // Connect to a UDP server
27 // Server form:
29 // to this server. First the server 'binds' to an addres, then we read from
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
ConnectionInfo.java 22 * server.
26 * The currently used crypto algorithm for packets from to the server to the
33 * server.
37 * The currently used MAC algorithm for packets from to the server to the
43 * The type of the server host key (currently either "ssh-dss" or
48 * The server host key that was sent during the latest key exchange.
  /frameworks/base/docs/html/google/gcm/
server.jd 1 page.title=GCM Server
10 <li>Understand how to set up the server side of a GCM app.</li>
11 <li>Become familiar with the <a href="{@docRoot}reference/com/google/android/gcm/server/package-summary.html">GCM server helper library</a>.</li>
20 <li><a href="#server-setup">Setting Up an HTTP Server</a>
22 <li><a href="#webserver-setup">Using a standard web server</a></li>
33 <li><a href="ccs.html">Cloud Connection Server</a></li>
44 <p>This document gives examples of GCM server-side code for HTTP. For an example of an XMPP server (<a href="ccs.html">Cloud Connection Server</a>), see <a href="gs.html#server">Getting Started</a> (…)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
socket_unittest.cc 219 // Create server and listen.
220 scoped_ptr<AsyncSocket> server(
222 sink.Monitor(server.get());
223 EXPECT_EQ(0, server->Bind(SocketAddress(loopback, 0)));
224 EXPECT_EQ(0, server->Listen(5));
225 EXPECT_EQ(AsyncSocket::CS_CONNECTING, server->GetState());
227 // Ensure no pending server connections, since we haven't done anything yet.
228 EXPECT_FALSE(sink.Check(server.get(), testing::SSE_READ));
229 EXPECT_TRUE(NULL == server->Accept(&accept_addr));
233 EXPECT_EQ(0, client->Connect(server->GetLocalAddress()))
    [all...]
  /external/chromium_org/jingle/notifier/communicator/
connection_settings.cc 21 const talk_base::SocketAddress& server,
24 : server(server),
36 server == settings.server &&
58 server.ToString() + ":" + SslTcpModeToString(ssltcp_mode) + ":" +
68 client_settings->set_server(server);
79 talk_base::SocketAddress(it->server.host(), it->server.port()),
84 talk_base::SocketAddress(it->server.host(), kSslTcpPort)
    [all...]
  /external/chromium_org/sync/internal_api/
syncapi_server_connection_manager_unittest.cc 71 SyncAPIServerConnectionManager server(
72 "server", 0, true, false, new BlockingHttpPostFactory());
75 ScopedServerStatusWatcher watcher(&server, &params.response);
77 server.TerminateAllIO();
78 bool result = server.PostBufferToPath(
87 SyncAPIServerConnectionManager server(
88 "server", 0, true, false, new BlockingHttpPostFactory());
91 ScopedServerStatusWatcher watcher(&server, &params.response);
98 base::Unretained(&server)),
101 bool result = server.PostBufferToPath
    [all...]
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/
AsyncApiTest.java 31 private MockWebServer server = new MockWebServer(); field in class:AsyncApiTest
36 server.shutdown();
40 server.enqueue(new MockResponse()
43 server.play();
45 Request request = new Request.Builder(server.getUrl("/"))
55 assertTrue(server.takeRequest().getHeaders().contains("User-Agent: AsyncApiTest"));
59 server.enqueue(new MockResponse().setBody("abc"));
60 server.play();
62 Request request = new Request.Builder(server.getUrl("/"))
71 RecordedRequest recordedRequest = server.takeRequest()
    [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSessionTest.java 31 assertTrue(s.server.isValid());
39 assertTrue(s.server.getApplicationBufferSize() > 0);
48 assertNotNull(s.server.getCipherSuite());
50 assertEquals(s.server.getCipherSuite(),
52 assertTrue(StandardNames.CIPHER_SUITES.contains(s.server.getCipherSuite()));
67 long sTime = s.server.getCreationTime() / 1000;
81 assertNotNull(s.server.getId());
85 assertEquals(0, s.server.getId().length);
87 assertEquals(32, s.server.getId().length);
88 assertTrue(Arrays.equals(s.server.getId(), s.client.getId()))
    [all...]
  /external/chromium_org/net/test/spawned_test_server/
remote_test_server.cc 29 // of the test server spawner and the Python test server simultaneously on the
30 // same host. Each pair of (test server spawner, Python test server) correspond
32 // The mapping between the test server spawner and the individual Python test
36 return base::FilePath("/tmp/net-test-server-ports");
40 return test_data_dir.Append("net-test-server-ports");
98 // Append the 'server-type' argument which is used by spawner server to
99 // pass right server type to Python test server
    [all...]
  /system/core/adb/
OVERVIEW.TXT 16 1. The ADB server
26 The ADB server is really one giant multiplexing loop whose purpose is
34 or emulated system. Its purpose is to connect to the ADB server
38 The ADB server considers that a device is ONLINE when it has successfully
40 meaning that the ADB server detected a new device/emulator, but could not
49 or a script. It first tries to locate the ADB server on the host machine,
52 then, the client sends its service requests to the ADB server. It doesn't
55 Currently, a single 'adb' binary is used for both the server and client.
56 this makes distribution and starting the server easier.
64 these services run within the ADB Server and thus do not need t
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
index.html 14 // The server & channel configutation data is stored in localStorage.servers.
23 // Channel list is a sorted list of "server#channel" strings. This maps to
27 servers().forEach(function(server) {
28 server.channels = server.channels || [];
29 server.channels.forEach(function(channel) {
30 channelList.push(server.name + channel);
83 function addServerConnection(server) {
85 var irc = new IRCConnection(server.name, server.port, server.nick
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/
index.html 14 // The server & channel configutation data is stored in localStorage.servers.
23 // Channel list is a sorted list of "server#channel" strings. This maps to
27 servers().forEach(function(server) {
28 server.channels = server.channels || [];
29 server.channels.forEach(function(channel) {
30 channelList.push(server.name + channel);
83 function addServerConnection(server) {
85 var irc = new IRCConnection(server.name, server.port, server.nick
    [all...]
  /external/chromium_org/chrome/browser/policy/test/
local_policy_test_server.h 24 // Runs a python implementation of the cloud policy server on the local machine.
27 // Initializes the test server to serve its policy from a temporary directory,
31 // Initializes a test server configured by the configuration file
35 // Initializes the test server with the configuration read from
41 // Sets the policy signing key used by the server. This must be called before
42 // starting the server, and only works when the server serves from a temporary
46 // Pre-configures a registered client so the server returns policy without the
48 // starting the server, and only works when the server serves from a temporar
    [all...]
  /external/chromium_org/net/http/
http_server_properties.h 60 // The interface for setting/retrieving the HTTP server properties.
76 // Returns true if |server| supports SPDY.
77 virtual bool SupportsSpdy(const HostPortPair& server) const = 0;
79 // Add |server| into the persistent store. Should only be called from IO
81 virtual void SetSupportsSpdy(const HostPortPair& server,
84 // Returns true if |server| has an Alternate-Protocol header.
85 virtual bool HasAlternateProtocol(const HostPortPair& server) const = 0;
87 // Returns the Alternate-Protocol and port for |server|.
88 // HasAlternateProtocol(server) must be true.
90 const HostPortPair& server) const = 0
    [all...]
  /external/chromium_org/chrome/test/chromedriver/server/
server.py 13 class Server(object):
14 """A running ChromeDriver server."""
17 """Starts the ChromeDriver server and waits for it to be ready.
32 raise RuntimeError('ChromeDriver server cannot be started')
38 raise RuntimeError('ChromeDriver server did not start')
55 """Returns whether the server is up and running."""
63 """Kills the ChromeDriver server, if it is running."""
  /external/chromium_org/net/socket/
ssl_server_socket.h 27 // Perform the SSL server handshake, and notify the supplied callback
34 // Configures the underlying SSL library for the use of SSL server sockets.
37 // early in process initialization, before any SSL socket, client or server,
40 // Note: If a process does not use SSL server sockets, this call may be
44 // Creates an SSL server socket over an already-connected transport socket.
45 // The caller must provide the server certificate and private key to use.
53 // The caller starts the SSL server handshake by calling Handshake on the
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
ConnectionListener.java 38 * removals within a server.
46 * Called when a connection has been added to the specified server and
49 public void connectionAdded( Server server, HostedConnection conn );
53 * server.
55 public void connectionRemoved( Server server, HostedConnection conn );
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
server.py 35 if path in self.server.file_mapping:
36 return self.server.file_mapping[path]
37 for extra_dir in self.server.serving_dirs:
51 # including all subdirectories in self.server.serving_dirs will not do
57 if not path.endswith('favicon.ico') and not self.server.allow_404:
58 self.server.listener.ServerError('Cannot find file \'%s\'' % path)
62 # We store the extension -> MIME type mapping in the server instead of the
66 if ext in self.server.extensions_mapping:
67 return self.server.extensions_mapping[ext]
69 if ext in self.server.extensions_mapping
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_internal.c 23 int server; member in struct:tls_global
30 struct tlsv1_server *server; member in struct:tls_connection
90 if (!global->server) {
99 if (global->server) {
100 conn->server = tlsv1_server_init(global->server_cred);
101 if (conn->server == NULL) {
121 if (conn->server)
122 tlsv1_server_deinit(conn->server);
135 if (conn->server)
136 return tlsv1_server_established(conn->server);
    [all...]
  /external/libppp/src/
server.c 26 * $FreeBSD: src/usr.sbin/ppp/server.c,v 1.44.14.1 2010/12/21 17:10:29 kensmith Exp $
45 #include "server.h"
53 struct server *s = descriptor2server(d);
62 log_Printf(LogTIMER, "server: fdset(r) %d\n", s->fd);
75 struct server *s = descriptor2server(d);
91 struct server *s = descriptor2server(d);
203 struct server server = { variable in typeref:struct:server
218 char name[sizeof server.cfg.sockname];
224 if (server.cfg.sockname[0] != '\0')
    [all...]
  /external/chromium_org/chrome/browser/chromeos/
ui_proxy_config.cc 29 void UIProxyConfig::SetSingleProxy(const net::ProxyServer& server) {
31 single_proxy.server = server;
35 const net::ProxyServer& server) {
42 proxy->server = server;
74 single_proxy.server = rules.single_proxies.Get();
78 // Make sure we have valid server for at least one of the protocols.
87 http_proxy.server = rules.proxies_for_http.Get();
89 https_proxy.server = rules.proxies_for_https.Get()
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ServerParser.java 32 * Parser for Server header.
45 * @param server the header to parse
47 public ServerParser(String server) {
48 super(server);
60 * parse the String server
61 * @return SIPHeader (Server object)
68 Server server = new Server(); local
70 headerName(TokenTypes.SERVER);
    [all...]

Completed in 883 milliseconds

1 2 34 5 6 7 8 91011>>