Get the called method. May-be NULL for non-pb services.
| 292 | ConnectionType connection_type() const { return _connection_type; } |
| 293 | // Get the called method. May-be NULL for non-pb services. |
| 294 | const google::protobuf::MethodDescriptor* method() const { return _method; } |
| 295 | |
| 296 | // Get the controllers for accessing sub channels in combo channels. |
| 297 | // Ordinary channel: |
no outgoing calls