Home
last modified time | relevance | path

Searched refs:Transport (Results 1 – 25 of 75) sorted by relevance

123

/third_party/python/Lib/test/test_asyncio/
Dtest_transports.py13 transport = asyncio.Transport()
17 transport = asyncio.Transport({'extra': 'info'})
27 class MyTransport(asyncio.Transport):
40 transport = asyncio.Transport()
73 transports.Transport):
Dtest_windows_events.py127 self.assertIsInstance(trans, asyncio.Transport)
/third_party/nghttp2/src/
Dquic.cc42 return {ErrorType::Transport, in err_transport()
51 return {ErrorType::Transport, ngtcp2_err_infer_quic_transport_error_code( in err_transport_tls()
Dquic.h35 Transport, enumerator
43 Error() : type(ErrorType::Transport), code(0) {} in Error()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
DREADME72 >> Transport: RTP/AVP/UDP;unicast;client_port=5000-5001,RTP/AVP/UDP;multicast,RTP/AVP/TCP
75 << Transport: RTP/AVP/UDP;unicast;client_port=5000-5001;server_port=6000-6001
83 Transport header field. The server also includes its ports where RTP and RTCP
93 port of the server as returned in the Transport: header field.
129 >> Transport: RTP/AVP/UDP;unicast;client_port=5000-5001,RTP/AVP/UDP;multicast,RTP/AVP/TCP
132 << Transport: RTP/AVP/TCP;interleaved=0-1
246 >> Transport: RTP/AVP/UDP;unicast;client_port=5000-5001,RTP/AVP/UDP;multicast,RTP/AVP/TCP
249 << Transport: RTP/AVP/UDP;unicast;client_port=5000-5001;server_port=6000-6001
257 The client will list the supported transports in the Transport: header field.
/third_party/curl/
Dbackport-CVE-2022-43551-http-use-the-IDN-decoded-name-in-HSTS-checks.patch22 else if(data->hsts && checkprefix("Strict-Transport-Security:", headp) &&
27 headp + strlen("Strict-Transport-Security:"));
Dbackport-0004-CVE-2023-23914-CVE-2023-23915.patch54 +Strict-Transport-Security: max-age=604800
61 +Strict-Transport-Security: max-age=6048000
/third_party/python/Lib/asyncio/
Dtransports.py142 class Transport(ReadTransport, WriteTransport): class
245 class _FlowControlMixin(Transport):
Dproactor_events.py585 transports.Transport):
597 transports.Transport):
Dsslproto.py284 transports.Transport):
/third_party/openssl/
DREADME.OpenSource9 …s a robust, commercial-grade, full-featured Open Source Toolkit for the Transport Layer Security (…
DREADME.md10 for the Transport Layer Security (TLS) protocol formerly known as the
/third_party/python/Lib/test/
Dtest_xmlrpc.py302 transp = xmlrpc.client.Transport()
1162 class Transport(xmlrpclib.Transport): class in GzipServerTestCase
1167 return xmlrpclib.Transport.parse_response(self, response)
1173 return xmlrpclib.Transport.send_content(self, connection, body)
1179 t = self.Transport()
1191 t = self.Transport()
1202 t = self.Transport()
1310 t = xmlrpclib.Transport()
/third_party/gstreamer/gstplugins_bad/docs/libs/mpegts/
Dindex.md13 Transport Stream* (MPEG-TS) format (as defined by `ISO/IEC 13818-1` and `ITU-T
82 and Transport Subsystem Characteristics"*. How ATSC extends the base MPEG-TS.
/third_party/openssl/doc/man7/
Dssl.pod14 Secure Sockets Layer, Transport Layer Security, and Datagram Transport Layer
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-netcat/
DREADME.md30 Strict-Transport-Security: max-age=15768000 ; includeSubDomains
/third_party/python/Doc/library/
Derrno.rst558 Transport endpoint is already connected
563 Transport endpoint is not connected
Demail.rst136 SMTP (Simple Mail Transport Protocol) client
145 NNTP (Net News Transport Protocol) client
Dasyncio-protocol.rst47 for an accepted connection, represented by a *Transport* object.
55 :class:`ReadTransport`, :class:`WriteTransport`, :class:`Transport`,
79 Transport objects are always instantiated by an
114 .. class:: Transport(WriteTransport, ReadTransport)
123 Instances of the *Transport* class are returned from or used by
147 Base Transport
Dxmlrpc.client.rst13 Marshaller, Unmarshaller, getparser and Transport.
44 :class:`Transport` instance otherwise. The optional third argument is an
582 class ProxiedTransport(xmlrpc.client.Transport):
/third_party/python/Lib/xmlrpc/
Dclient.py1130 class Transport: class
1359 class SafeTransport(Transport):
1443 handler = Transport
/third_party/jerryscript/docs/
D13.DEBUGGER-TRANSPORT.md97 # Transport interface API functions
/third_party/openssl/doc/man3/
DSSL_CTX_set_tlsext_use_srtp.pod23 SRTP is the Secure Real-Time Transport Protocol. OpenSSL implements support for
/third_party/gstreamer/gstplugins_good/gst/rtp/
DREADME358 3550 RTP: A Transport Protocol for Real-Time Applications. ( 1889 Obsolete )
376 3389 Real-time Transport Protocol (RTP) Payload for Comfort Noise (CN)
388 3546 Transport Layer Security (TLS) Extensions. ( Updates 2246 )
/third_party/gstreamer/gstplugins_bad/
Dmeson_options.txt81 option('avtp', type : 'feature', value : 'auto', description : 'Audio/Video Transport Protocol (AVT…
153 option('srt', type : 'feature', value : 'auto', description : 'Secure, Reliable, Transport client/s…

123