Home
last modified time | relevance | path

Searched defs:Transport (Results 1 – 22 of 22) sorted by relevance

/external/syzkaller/vendor/golang.org/x/oauth2/
Dtransport.go20 type Transport struct { struct
23 Source TokenSource
27 Base http.RoundTripper
29 mu sync.Mutex // guards modReq
30 modReq map[*http.Request]*http.Request // original -> modified
36 func (t *Transport) RoundTrip(req *http.Request) (*http.Response, error) {
61 func (t *Transport) CancelRequest(req *http.Request) {
74 func (t *Transport) base() http.RoundTripper {
81 func (t *Transport) setModReq(orig, mod *http.Request) {
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
DTransport.java45 abstract public class Transport { class
76 public Transport() { in Transport() method in Transport
79 public Transport(String url) { in Transport() method in Transport
83 public Transport(String url, int timeout) { in Transport() method in Transport
88 public Transport(String url, int timeout, int bufferLength) { in Transport() method in Transport
105 public Transport(Proxy proxy, String url) { in Transport() method in Transport
110 public Transport(Proxy proxy, String url, int timeout) { in Transport() method in Transport
116 public Transport(Proxy proxy, String url, int timeout, int bufferLength) { in Transport() method in Transport
/external/syzkaller/vendor/golang.org/x/net/http2/
Dtransport.go56 type Transport struct { struct
64 DialTLS func(network, addr string, cfg *tls.Config) (net.Conn, error)
68 TLSClientConfig *tls.Config
72 ConnPool ClientConnPool
82 DisableCompression bool
86 AllowHTTP bool
95 MaxHeaderListSize uint32
100 t1 *http.Transport
102 connPoolOnce sync.Once
103 connPoolOrDef ClientConnPool // non-nil version of ConnPool
[all …]
Dnot_go16.go14 func configureTransport(t1 *http.Transport) (*Transport, error) {
18 func transportExpectContinueTimeout(t1 *http.Transport) time.Duration {
Dconfigure_transport.go15 func configureTransport(t1 *http.Transport) (*Transport, error) {
60 func registerHTTPSProtocol(t *http.Transport, rt http.RoundTripper) (err error) {
Dgo16.go14 func transportExpectContinueTimeout(t1 *http.Transport) time.Duration {
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/
DTransport.java24 public enum Transport { enum
40 Transport(boolean tlsSupported, String description, in Transport() method in Transport
/external/grpc-grpc/src/core/lib/transport/
DREADME.md1 # Transport chapter
/external/oj-libjdwp/src/share/classes/com/sun/jdi/connect/
DTransport.java46 public interface Transport { interface
/external/syzkaller/vendor/google.golang.org/api/googleapi/transport/
Dapikey.go22 Transport http.RoundTripper member
/external/grpc-grpc-java/
DREADME.md205 ### Transport subsection
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/
DServerConfiguration.java89 public enum Transport { enum in ServerConfiguration
105 Transport(boolean tlsSupported, String description, in Transport() method in ServerConfiguration.Transport
/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/
DTransportBenchmark.java59 public enum Transport { enum in TransportBenchmark
/external/libbrillo/brillo/http/
Dhttp_transport_curl.cc101 Transport::Transport(const std::shared_ptr<CurlInterface>& curl_interface) in Transport() function in brillo::http::curl::Transport
106 Transport::Transport(const std::shared_ptr<CurlInterface>& curl_interface, in Transport() function in brillo::http::curl::Transport
Dhttp_transport_fake.cc27 Transport::Transport() { in Transport() function in brillo::Transport
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h26 class Transport; variable
/external/python/cpython3/Lib/asyncio/
Dtransports.py136 class Transport(ReadTransport, WriteTransport): class
/external/webrtc/webrtc/p2p/base/
Dtransport.cc66 Transport::Transport(const std::string& name, PortAllocator* allocator) in Transport() function in cricket::Transport
/external/python/cpython2/Lib/test/
Dtest_xmlrpc.py786 class Transport(xmlrpclib.Transport): class in GzipServerTestCase
/external/python/cpython3/Lib/test/
Dtest_xmlrpc.py1099 class Transport(xmlrpclib.Transport): class in GzipServerTestCase
/external/python/cpython3/Lib/xmlrpc/
Dclient.py1120 class Transport: class
/external/python/cpython2/Lib/
Dxmlrpclib.py1251 class Transport: class