Home
last modified time | relevance | path

Searched defs:HTTP2InteropCtx (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/http2_interop/
Dhttp2interop.go35 type HTTP2InteropCtx struct { struct
37 ServerHost string
38 ServerPort int
39 UseTLS bool
40 UseTestCa bool
41 ServerHostnameOverride string
43 T *testing.T member
46 serverSpec string
47 authority string
48 rootCAs *x509.CertPool
[all …]
Ds6.5.go23 func testSmallMaxFrameSize(ctx *HTTP2InteropCtx) error {
50 func testAllSettingsFramesAcked(ctx *HTTP2InteropCtx) error {
/aosp_15_r20/external/grpc-grpc/tools/http2_interop/
H A Dhttp2interop.go35 type HTTP2InteropCtx struct { struct
37 ServerHost string
38 ServerPort int
39 UseTLS bool
40 UseTestCa bool
41 ServerHostnameOverride string
43 T *testing.T member
46 serverSpec string
47 authority string
48 rootCAs *x509.CertPool
[all …]
H A Ds6.5.go23 func testSmallMaxFrameSize(ctx *HTTP2InteropCtx) error {
50 func testAllSettingsFramesAcked(ctx *HTTP2InteropCtx) error {