MCPcopy Create free account
hub / github.com/apache/thrift / getHeaderTransport

Method getHeaderTransport

lib/cpp/src/thrift/server/TNonblockingServer.cpp:580–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578}
579
580bool 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

Callers 2

initMethod · 0.80
transitionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected