Home
last modified time | relevance | path

Searched defs:http2Server (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Domithttp2.go63 type http2Server struct { struct
64 NewWriteScheduler func() http2WriteScheduler
71 func http2ConfigureServer(s *Server, conf *http2Server) error { panic(noHTTP2) }
Dh2_bundle.go3916 type http2Server struct { struct
3921 MaxHandlers int
3929 MaxConcurrentStreams uint32
3936 MaxDecoderHeaderTableSize uint32
3942 MaxEncoderHeaderTableSize uint32
3948 MaxReadFrameSize uint32
3952 PermitProhibitedCipherSuites bool
3958 IdleTimeout time.Duration
3965 MaxUploadBufferPerConnection int32
3971 MaxUploadBufferPerStream int32
[all …]