| 52 | |
| 53 | int OnReceived(const StreamFrameMeta& fm, butil::IOBuf *buf, Socket* sock); |
| 54 | void SetRemoteSettings(const StreamSettings& remote_settings) { |
| 55 | _remote_settings.MergeFrom(remote_settings); |
| 56 | } |
| 57 | int SetHostSocket(Socket *host_socket); |
| 58 | void SetConnected(); |
| 59 | void SetConnected(const StreamSettings *remote_settings); |