Home | History | Annotate | Download | only in flip_server

Lines Matching refs:stream_id

72   void SendOKResponse(uint32 stream_id, std::string* output);
90 virtual void SetStreamID(uint32 stream_id) OVERRIDE;
99 virtual void NewStream(uint32 stream_id, uint32 priority,
101 virtual void SendEOF(uint32 stream_id) OVERRIDE;
102 virtual void SendErrorNotFound(uint32 stream_id) OVERRIDE;
103 virtual size_t SendSynStream(uint32 stream_id,
105 virtual size_t SendSynReply(uint32 stream_id,
107 virtual void SendDataFrame(uint32 stream_id, const char* data, int64 len,
111 void SendEOFImpl(uint32 stream_id);
112 void SendErrorNotFoundImpl(uint32 stream_id);
113 void SendOKResponseImpl(uint32 stream_id, std::string* output);
114 size_t SendSynReplyImpl(uint32 stream_id, const BalsaHeaders& headers);
115 size_t SendSynStreamImpl(uint32 stream_id, const BalsaHeaders& headers);
116 void SendDataFrameImpl(uint32 stream_id, const char* data, int64 len,