Lines Matching refs:http2Server

66 type http2Server struct {  struct
207 t := &http2Server{
294 func (t *http2Server) operateHeaders(frame *http2.MetaHeadersFrame, handle func(*Stream), traceCtx … argument
436 func (t *http2Server) HandleStreams(handle func(*Stream), traceCtx func(context.Context, string) co… argument
491 func (t *http2Server) getStream(f http2.Frame) (*Stream, bool) { argument
509 func (t *http2Server) adjustWindow(s *Stream, n uint32) { argument
519 func (t *http2Server) updateWindow(s *Stream, n uint32) { argument
530 func (t *http2Server) updateFlowControl(n uint32) { argument
552 func (t *http2Server) handleData(f *http2.DataFrame) { argument
615 func (t *http2Server) handleRSTStream(f *http2.RSTStreamFrame) { argument
630 func (t *http2Server) handleSettings(f *http2.SettingsFrame) { argument
663 func (t *http2Server) handlePing(f *http2.PingFrame) { argument
713 func (t *http2Server) handleWindowUpdate(f *http2.WindowUpdateFrame) { argument
733 func (t *http2Server) checkForHeaderListSize(it interface{}) bool { argument
749 func (t *http2Server) WriteHeader(s *Stream, md metadata.MD) error { argument
769 func (t *http2Server) writeHeaderLocked(s *Stream) error { argument
807 func (t *http2Server) WriteStatus(s *Stream, st *status.Status) error { argument
869 func (t *http2Server) Write(s *Stream, hdr []byte, data []byte, opts *Options) error { argument
923 func (t *http2Server) keepalive() { argument
1003 func (t *http2Server) Close() error { argument
1031 func (t *http2Server) deleteStream(s *Stream, eosReceived bool) { argument
1056 func (t *http2Server) finishStream(s *Stream, rst bool, rstCode http2.ErrCode, hdr *headerFrame, eo… argument
1075 func (t *http2Server) closeStream(s *Stream, rst bool, rstCode http2.ErrCode, eosReceived bool) { argument
1087 func (t *http2Server) RemoteAddr() net.Addr { argument
1091 func (t *http2Server) Drain() { argument
1095 func (t *http2Server) drain(code http2.ErrCode, debugData []byte) { argument
1109 func (t *http2Server) outgoingGoAwayHandler(g *goAway) (bool, error) { argument
1162 func (t *http2Server) ChannelzMetric() *channelz.SocketInternalMetric { argument
1186 func (t *http2Server) IncrMsgSent() { argument
1191 func (t *http2Server) IncrMsgRecv() { argument
1196 func (t *http2Server) getOutFlowWindow() int64 { argument