type net/http.http2Server

11 uses

	net/http (current package)
		h2_bundle.go#L3652: type http2Server struct {
		h2_bundle.go#L3705: func (s *http2Server) initialConnRecvWindowSize() int32 {
		h2_bundle.go#L3712: func (s *http2Server) initialStreamRecvWindowSize() int32 {
		h2_bundle.go#L3719: func (s *http2Server) maxReadFrameSize() uint32 {
		h2_bundle.go#L3726: func (s *http2Server) maxConcurrentStreams() uint32 {
		h2_bundle.go#L3736: func (s *http2Server) maxQueuedControlFrames() int {
		h2_bundle.go#L3781: func http2ConfigureServer(s *Server, conf *http2Server) error {
		h2_bundle.go#L3786: 		conf = new(http2Server)
		h2_bundle.go#L3930: func (s *http2Server) ServeConn(c net.Conn, opts *http2ServeConnOpts) {
		h2_bundle.go#L4060: 	srv              *http2Server
		server.go#L3248: 		conf := &http2Server{