Home
last modified time | relevance | path

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

12

/third_party/node/doc/api/
Dhttps.md127 ### `server.close([callback])`
138 ### `server.closeAllConnections()`
146 ### `server.closeIdleConnections()`
154 ### `server.headersTimeout`
164 ### `server.listen()`
169 ### `server.maxHeadersCount`
175 ### `server.requestTimeout`
190 ### `server.setTimeout([msecs][, callback])`
202 ### `server.timeout`
216 ### `server.keepAliveTimeout`
Dtls.md526 ### Event: `'connection'`
542 ### Event: `'keylog'`
573 ### Event: `'newSession'`
597 ### Event: `'OCSPRequest'`
645 ### Event: `'resumeSession'`
685 ### Event: `'secureConnection'`
710 ### Event: `'tlsClientError'`
724 ### `server.addContext(hostname, context)`
742 ### `server.address()`
754 ### `server.close([callback])`
[all …]
Dnet.md233 ### `new net.Server([options][, connectionListener])`
243 ### Event: `'close'`
252 ### Event: `'connection'`
263 ### Event: `'error'`
276 ### Event: `'listening'`
284 ### Event: `'drop'`
302 ### `server.address()`
342 ### `server.close([callback])`
358 ### `server[Symbol.asyncDispose]()`
369 ### `server.getConnections(callback)`
[all …]
Dhttp.md1426 ### Event: `'checkContinue'`
1447 ### Event: `'checkExpectation'`
1463 ### Event: `'clientError'`
1555 ### Event: `'close'`
1563 ### Event: `'connect'`
1586 ### Event: `'connection'`
1611 ### Event: `'dropRequest'`
1625 ### Event: `'request'`
1637 ### Event: `'upgrade'`
1664 ### `server.close([callback])`
[all …]
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
Dserver.rs7 pub struct Server { struct
12 impl Drop for Server { argument
20 impl Server { implementation
77 pub fn build(self) -> Server { in build()
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
DvksClient.hpp34 class Server class
42 Server(const string& address) in Server() function in vksc_server::Server
/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
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign.ts66 class Server<X extends NeededInfo> {} class
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign2.ts66 class Server<X extends NeededInfo> {} class
/third_party/python/Doc/library/
Dasyncio-protocol.rst764 .. _asyncio_example_tcp_echo_client_protocol:
865 .. _asyncio-udp-echo-client-protocol:
/third_party/node/lib/
Dhttps.js59 function Server(opts, requestListener) { class
408 Server, property
Dhttp.js124 Server, property
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
DServer.h23 class Server; variable
DServer.cpp20 Server::Server(const DawnProcTable& procs, in Server() function in dawn_wire::server::Server
/third_party/skia/third_party/externals/dawn/src/include/dawn_wire/
DWireServer.h27 class Server; variable
/third_party/node/test/parallel/
Dtest-cluster-net-listen-backlog.js19 net.Server.prototype.listen = common.mustCall( class in net
/third_party/libuv/docs/src/guide/
Dnetworking.rst24 Server section in TCP
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dprotocol.go71 func NewServer(ctx context.Context, stream jsonrpc2.Stream, server Server) (context.Context, *jsonr…
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dprotocol.go71 func NewServer(ctx context.Context, stream jsonrpc2.Stream, server Server) (context.Context, *jsonr…
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dprotocol.go71 func NewServer(ctx context.Context, stream jsonrpc2.Stream, server Server) (context.Context, *jsonr…
/third_party/typescript/tests/baselines/reference/
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign.js66 class Server<X extends NeededInfo> {} class
138 function Server() { class in Server
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign2.js137 var Server = /** @class */ (function () { class
138 function Server() { class in Server
/third_party/node/benchmark/diagnostics_channel/
Dhttp.js60 http.Server.prototype.emit = wrappedEmit; class in http

12