| 49 | const StreamSettings *remote_settings, |
| 50 | StreamId *id, bool parse_rpc_response = true); |
| 51 | StreamId id() { return _id; } |
| 52 | |
| 53 | int OnReceived(const StreamFrameMeta& fm, butil::IOBuf *buf, Socket* sock); |
| 54 | void SetRemoteSettings(const StreamSettings& remote_settings) { |
no outgoing calls