| 578 | } |
| 579 | |
| 580 | bool TNonblockingServer::getHeaderTransport() { |
| 581 | // Currently if there is no output protocol factory, |
| 582 | // we assume header transport (without having to create |
| 583 | // a new transport and check) |
| 584 | return getOutputProtocolFactory() == nullptr; |
| 585 | } |
| 586 | |
| 587 | /** |
| 588 | * This is called when the application transitions from one state into |
no outgoing calls
no test coverage detected