Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ clientAddress
Method
clientAddress
base/poco/Net/src/HTTPServerSession.cpp:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
63
64
SocketAddress HTTPServerSession::clientAddress()
65
{
66
return socket().peerAddress();
67
}
68
69
70
SocketAddress HTTPServerSession::serverAddress()
Callers
4
HTTPServerRequestImpl
Method · 0.80
WebTerminalRequestHandler.cpp
File · 0.80
authenticateUserByHTTP.cpp
File · 0.80
HTTPServerRequest
Method · 0.80
Calls
1
peerAddress
Method · 0.45
Tested by
no test coverage detected