MCPcopy Create free account
hub / github.com/apache/trafficserver / isPlugin

Method isPlugin

include/records/RecHttp.h:471–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469 return TRANSPORT_QUIC == m_type;
470}
471inline bool
472HttpProxyPort::isPlugin() const
473{
474 return TRANSPORT_PLUGIN == m_type;
475}
476
477inline bool
478HttpProxyPort::loadValue(const char *value)

Callers 2

start_HttpProxyServerFunction · 0.80
TSPluginDescriptorAcceptFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected