Searched refs:http2Server (Results 1 – 1 of 1) sorted by relevance
56 type http2Server struct { struct203 t := &http2Server{288 func (t *http2Server) operateHeaders(frame *http2.MetaHeadersFrame, handle func(*Stream), traceCtx … argument431 func (t *http2Server) HandleStreams(handle func(*Stream), traceCtx func(context.Context, string) co… argument486 func (t *http2Server) getStream(f http2.Frame) (*Stream, bool) { argument504 func (t *http2Server) adjustWindow(s *Stream, n uint32) { argument514 func (t *http2Server) updateWindow(s *Stream, n uint32) { argument525 func (t *http2Server) updateFlowControl(n uint32) { argument547 func (t *http2Server) handleData(f *http2.DataFrame) { argument609 func (t *http2Server) handleRSTStream(f *http2.RSTStreamFrame) { argument[all …]