Home
last modified time | relevance | path

Searched defs:Server (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/node/doc/api/
Dhttps.md86 ### `server.close([callback])`
96 ### `server.headersTimeout`
105 ### `server.listen()`
110 ### `server.maxHeadersCount`
116 ### `server.requestTimeout`
125 ### `server.setTimeout([msecs][, callback])`
136 ### `server.timeout`
149 ### `server.keepAliveTimeout`
Dtls.md427 ### Event: `'connection'`
441 ### Event: `'keylog'`
471 ### Event: `'newSession'`
494 ### Event: `'OCSPRequest'`
541 ### Event: `'resumeSession'`
580 ### Event: `'secureConnection'`
604 ### Event: `'tlsClientError'`
617 ### `server.addContext(hostname, context)`
630 ### `server.address()`
641 ### `server.close([callback])`
[all …]
Dnet.md193 ### `new net.Server([options][, connectionListener])`
203 ### Event: `'close'`
211 ### Event: `'connection'`
221 ### Event: `'error'`
233 ### Event: `'listening'`
240 ### `server.address()`
272 ### `server.close([callback])`
287 ### `server.connections`
303 ### `server.getConnections(callback)`
316 ### `server.listen()`
[all …]
Dhttp.md1031 ### Event: `'checkContinue'`
1051 ### Event: `'checkExpectation'`
1066 ### Event: `'clientError'`
1143 ### Event: `'close'`
1150 ### Event: `'connect'`
1172 ### Event: `'connection'`
1196 ### Event: `'request'`
1207 ### Event: `'upgrade'`
1233 ### `server.close([callback])`
1242 ### `server.headersTimeout`
[all …]
/third_party/grpc/doc/
Dinterop-test-descriptions.md1083 Server section in Interoperability Test Case Descriptions
1105 ### EmptyCall
1110 ### UnaryCall
1118 ### CacheableUnaryCall
1131 ### CompressedResponse
1138 ### CompressedRequest
1146 ### StreamingInputCall
1153 ### StreamingOutputCall
1162 ### FullDuplexCall
1172 ### Echo Status
[all …]
Dconnection-backoff-interop-test-description.md51 Server section in Connection Backoff Interop Test Descriptions
/third_party/grpc/src/php/ext/grpc/
Dserver.c67 PHP_METHOD(Server, __construct) { in PHP_METHOD() argument
98 PHP_METHOD(Server, requestCall) { in PHP_METHOD() argument
154 PHP_METHOD(Server, addHttp2Port) { in PHP_METHOD() argument
176 PHP_METHOD(Server, addSecureHttp2Port) { in PHP_METHOD() argument
202 PHP_METHOD(Server, start) { in PHP_METHOD() argument
/third_party/grpc/src/csharp/Grpc.Core/
DServer.cs34 public class Server class
60 public Server() : this(null) in Server() method in Grpc.Core.Server
68 public Server(IEnumerable<ChannelOption> options) in Server() method in Grpc.Core.Server
345 …sk HandleCallAsync(ServerRpcNew newRpc, CompletionQueueSafeHandle cq, Action<Server, CompletionQue… in HandleCallAsync()
/third_party/wayland_standard/doc/doxygen/xml/
Dmeson.build22 subdir('Server') subdir
/third_party/grpc/include/grpcpp/security/
Dserver_credentials_impl.h37 class Server; variable
/third_party/grpc/src/ruby/spec/
Dserver_spec.rb24 Server = GRPC::Core::Server constant
26 describe Server do describe
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DServer.hpp27 class Server class
/third_party/typescript/tests/cases/compiler/
DexportEqualNamespaces.ts3 interface Server extends Object { } interface
DexportAssignValueAndType.ts3 export interface Server { openPort: number; } interface
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dserver.pxd.pxi15 cdef class Server: class
/third_party/python/Doc/library/
Dasyncio-protocol.rst763 .. _asyncio_example_tcp_echo_client_protocol:
864 .. _asyncio-udp-echo-client-protocol:
/third_party/grpc/examples/csharp/Xds/GreeterClient/
DProgram.cs27 public string Server { get; set; } property in GreeterClient.Program.Options
/third_party/grpc/include/grpcpp/impl/
Dserver_initializer_impl.h32 class Server; variable
Dserver_initializer.h28 class Server; variable
/third_party/node/deps/npm/node_modules/http-signature/
DREADME.md45 ### Server subsection
/third_party/node/lib/
Dhttps.js53 function Server(opts, requestListener) { class
412 Server, property
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
DServer.h23 class Server; variable
/third_party/flutter/skia/third_party/externals/dawn/src/include/dawn_wire/
DWireServer.h25 class Server; variable
/third_party/skia/third_party/externals/dawn/src/include/dawn_wire/
DWireServer.h27 class Server; variable
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/server/
DServer.cpp20 Server::Server(DawnDevice device, in Server() function in dawn_wire::server::Server

1234