| 170 | bthread_t ending_tid() const { return _ending_tid; } |
| 171 | const butil::EndPoint& remote_side() const { return _remote_side; } |
| 172 | SpanType type() const { return _type; } |
| 173 | ProtocolType protocol() const { return _protocol; } |
| 174 | int error_code() const { return _error_code; } |
| 175 | int request_size() const { return _request_size; } |
no outgoing calls