MCPcopy Create free account
hub / github.com/SpartanJ/eepp / setSocket

Method setSocket

src/eepp/network/http.cpp:1600–1602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1598}
1599
1600void Http::HttpConnection::setSocket( TcpSocket* socket ) {
1601 mSocket = socket;
1602}
1603
1604TcpSocket* Http::HttpConnection::getSocket() const {
1605 return mSocket;

Callers 1

downloadRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected