MCPcopy Create free account
hub / github.com/apache/brpc / socket

Method socket

src/brpc/rtmp.h:605–605  ·  view source on GitHub ↗

The underlying socket for reading/writing.

Source from the content-addressed store, hash-verified

603
604 // The underlying socket for reading/writing.
605 Socket* socket() { return _rtmpsock.get(); }
606 const Socket* socket() const { return _rtmpsock.get(); }
607
608 // Returns true when the server accepted play or publish command.

Callers 14

VerifyMyRequestFunction · 0.45
EchoProcessHuluRequestFunction · 0.45
ProcessEspResponseFunction · 0.45
ProcessHttpResponseFunction · 0.45
VerifyHttpRequestFunction · 0.45
ProcessUbrpcResponseFunction · 0.45
ProcessNsheadResponseFunction · 0.45
ProcessThriftResponseFunction · 0.45
VerifyRpcRequestFunction · 0.45
ProcessRpcResponseFunction · 0.45
RunMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 2

VerifyMyRequestFunction · 0.36
EchoProcessHuluRequestFunction · 0.36